Re: Help with JOGL and Java Web Start!
Posted by kinglui987 on Apr 24, 2012; 9:47pm
URL: https://forum.jogamp.org/Help-with-JOGL-and-Java-Web-Start-tp3936041p3936754.html
Hey thanks for your reply,
i read all about this! More than just once. Its been now one week, that i cannot get this to run!
i dont think, that the browser or server is not set up correctly.
The mime type is set correctly, the .jnlp file is download, then jws starts,
then the files are loaded, jws asks for permission, i grant premission,
a desktop shortcut gets created. Since this step everythings proceeds fine, locally and on the server!
Local: The application starts up and works like expected!
Remote:
After the desktop shortcut is created, the console shows, that a configuration file inside the root folder could
not be loaded. This configuration file is loaded using the getResourceAsStream() mechanism.
This file plays not a big role for my app to work properly, if the loading fails, default values are used, that should stick fine.
It seems that jws has no permission to read/write inside the root directory of my remote machine. Could this be the reason? As far as i know jws automatically unzips the native libs jar and uses the files matching the current OS.
Maybe you have an idea, what this might be??