3rd Party Native Libraries

If I wanted to use some custom Webcamera code, say a few dynlibs and a JAR or two, how would I go about packaging it in with JME3?



thanks!

-jW

jars: check the manual on how to add libraries, its pretty simple to assign the jar, source and javadoc of a lib to add it to the projects.

natives: you could use the existing Natives extraction system, check how the com.jme3.system.Natives class (in the desktop package) does it. Then you package your natives like its done in the jME3-lwjgl-natives.jar file.