Java WebStart Help
From JReality Wiki
Running demos and applications with Java™ Web Start
Our demos and applications are Java™ Web Start applications. If you click on an application link, the application is downloaded into your local Java™ Web Start cash and started. You can restart the cashed application using Java Web Start. This also works offline. If you start the application while online, Java Web Start looks for newer versions of the application and libraries and downloads them if necessary and uses them the next time you start the application.
Problems
If the application does not start, check the following:
- Do you have the Java™ run time environment (version 1.5 or higher) installed on your system?
- Is Java Web Start installed on your system? (Windows: Look for a file javaws.exe using the search function of the Windows Explorer; Linux: Look for an executable file called javaws using ‘locate javaws’ or ‘find /usr -name javaws’.)
- If your browser asks what to do with a .jnlp file, use the default application or explicitly instruct your browser to use javaws.exe (Windows) or javaws (Linux).
- If you have further problems running webstarts after locating the javaws executable, copy the stack trace as shown in the exception report and post it in the jreality forum (http://www3.math.tu-berlin.de/jreality/phpbb/index.php).
- It may also help to activate the Java console log in order to see all printout of the application; to do so run javaws without arguments (on the Mac: run the application JavaPreferences.app), choose the "Advanced" tab, and click the corresponding checkbox.
Visit our forum when you have still problems running Java WebStart apps.