Re: Input events - Design help
Posted by krishnak on Mar 01, 2013; 3:52am
URL: https://forum.jogamp.org/Input-events-Design-help-tp4028400p4028421.html
I have done the changes, I have an external Jar which needs to be included in the build process, I am building using target build-engine.
Can I add the jars inside the lib folder used for compiling or do I need to modify the build.xml to specify the location of my jar.
I initially added my jar inside engine/lib/jogl - but the build fails with class not found compilation error.
I am unable to figure out how the class path is set.
Edit: I modified nblibraries.properties file which was inside the lib folder - is this the correct way?