Login  Register

Re: Input events - Design help

Posted by krishnak on Mar 01, 2013; 10:02am
URL: https://forum.jogamp.org/Input-events-Design-help-tp4028400p4028428.html

The method you suggested will copy the JARs after compilation. But my problem is slightly different, to build JMonkey I need this file, the jar file doesn't get included in the class path even though it is inside the lib folder. I mean my JoyInput implementation depends on classes which are not part of the JMonkey I have made a jar of those classes. So in order to compile JMonkey with my JoyInput implementation - I have to set this external jar in the class path. I looked in the build.xml but couldn't figure out a way, I then added the file name in nblibraries.properties - this allowed me to compile Jmonkey using ant build-engine . I wanted to know whether this is the correct method to include JARS in the classpath to get JMonkey engine built?  This nblibrary looks like some netbeans file - I am not familiar with Netbeans/ ANT integaration.