Main Menu

lwjgl

Started by fireside, February 14, 2008, 01:07:50 AM

Previous topic - Next topic

fireside

Little question on LWJGL from a java noob.  If lwjgl were on the classpath of my java runtime of my system, and I clicked on a game written with jpct and run from the web start, would it use the LWJGL on my system and have a faster load time?  This probably means nothing to anyone but a phone modem user.
click here->Fireside 7 Games<-

EgonOlsen

No, the webstart's jnlp-file makes webstart download lwjgl from the server. But once done, subsequent calls will use a cached version unless it changes on the server.