LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: dosse on March 31, 2010, 15:09:56

Title: Applet not working
Post by: dosse on March 31, 2010, 15:09:56
Hi! i've developed a game engine and a game and i want to run them from a web page. I used your lwjgl_applet archive (found on sourceforge, version 2.3) and modified the web page but when the GE starts to load the libs it looks for them in the Firefox dir. it seems to be a problem with classpath but i found no way to change it from the applet page.
can you help me?
thanks in advance!
Title: Re: Applet not working
Post by: kappa on March 31, 2010, 19:07:19
hmm, very difficult to tell what the problem is from just the information you have provided, do you have a upload somewhere you can link here so we can also see it?

does the lwjgl applet demo work for you http://www.lwjgl.org/applet/
Title: Re: Applet not working
Post by: dosse on April 01, 2010, 07:07:50
first of all: thanks for answering!
the test applet works perfect.
here's my applet: http://www.megaupload.com/?d=HKK4JAKS
the game is into res.jar and the game engine is into lib/EasyWay4_project.jar. the other files into the lib and nativelibrary directories are used by both the game engine and the game.
if you need the sources just ask me and i'll send you them

keep me informed if you find the problem!