Login  Register

Re: Packaging JOGL projects to be cross-platform?

Posted by KevinWorkman on Jan 21, 2014; 4:27pm
URL: https://forum.jogamp.org/Packaging-JOGL-projects-to-be-cross-platform-tp4031261p4031279.html

Thanks for the replies.

Xerxes- So I can take the natives (not the native jars, but the files inside them) and then put them in the correct folder? For example, I extract the files in gluegen-rt-natives-linux-amd64 into /natives/linux-amd64/ and so on? That'll be the next thing I try.

gouessej- You raise some valid points. I'm actually trying to get away from applets and webstarts, since Java update 51 breaks them by default. I'm trying to come up with a process that novices can follow (I run a website geared towards helping novice programmers deploy Java and Processing games). I'm also looking into JWrapper, but I just really like how JarSplice handles natives and everything. It's just unfortunate that JOGL's natives are all named the same thing, otherwise I could just package them all up and let JarSplice handle it!