LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: SpuTTer on November 20, 2003, 07:51:10

Title: Running a LWJGL application from a runnable JAR?
Post by: SpuTTer on November 20, 2003, 07:51:10
Is it possible to run a LWJGL application from a runnable JAR with the DLL files inside the jar? What methods do you use? Currently I just have my jar zipped up with the dlls, and it has to be extractetd first.

I do plan to implement webstart as an option, but I was curious if anyone had a solution for "the old fashion way".
Title: Running a LWJGL application from a runnable JAR?
Post by: princec on November 20, 2003, 14:20:49
Nope, you can't put DLLs inside normal jars. You DO put them inside Webstart jars though. Have a look at the Alien Flux JNLP file.

Cas :)
Title: Running a LWJGL application from a runnable JAR?
Post by: SpuTTer on November 20, 2003, 18:32:06
Auh, the alien flux JNLP, of course!

*runs off to find it*

thanks for the tip.
Title: Running a LWJGL application from a runnable JAR?
Post by: cfmdobbie on November 21, 2003, 02:10:09
[Right Click, Save As (http://www.puppygames.net/downloads/alienflux-full.jnlp)]