0

I am sort of new to java. How can I use a compiled .class file for programming? Or, how can I use a .net dll meant for java to program? What I am really trying to do is figure out how to use the .net java output from this project here: https://github.com/shtejv/ARDrone-Control-.NET

Thanks, Christian

1 Answer 1

1

Those files in ARDrone_Java directory seem to be a JNI-wrapper for DLLs. Just add *.java to your source or put *.class in your CLASSPATH and use.

Sign up to request clarification or add additional context in comments.

1 Comment

However that .java file looks like a header. Is there anything else I need to add? The DLLs for example?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.