Help for Common Problems

Table of Contents

Overview

Our Java client applications, in the Java Web Start and Standalone Applications sections, require Java 11 or later. Additionally, the Java Web Start applications require OpenWebStart to launch. Java Web Start is no longer supported/included in Java 11 or later, https://www.openwebstart.com now provides this functionality. Users that want to use the Landslide Java Web Start clients can download and install OpenWebStart. OpenWebStart has similar operations as the legacy Java Web Start and may even be an improvement, especially as the open source community adds features. The OpenWebStart Settings application (on Windows: /itw-settings.exe) includes a JRE manager with auto-download of JREs and automatic upgrades.
Anywhere below that we mention associating .cgi or .jnlp files with javaws should be associated with OpenWebStart's javaws executable (on Windows: /javaws.exe).
We provide Java 11 JRE installers below Java Plug-in Download links. If you want to use Java 17 or later, the Landslide Client requires extra configuration. See the Using Java 17+ section in Client Specific Information for more details. If you want to learn more about configuring your OpenWebStart, read its documentation https://www.openwebstart.com.

Setup For Java Web Start Launchers

When clicking on one of the Java Web Start application launchers, the browser should return a .jnlp file and always ask to save it locally. You can just choose to download the file and then execute it locally using your OpenWebStart javaws application.

In the latest versions of browsers you most likely will only have the option to save the file (second image). Treat the saved file as a temporary file until reading the next section.
The OpenWebStart installer should have associated jnlp files with its javaws already, if not, you can do it yourself. The OpenWebStart executable, javaws, can be found in the root of the OpenWebStart installation directory, e.g.:

            C:\Program Files\OpenWebStart\javaws.exe
        

Personal Shortcuts

If you want a desktop shortcut for your Landslide Java Web Start applications, use OpenWebStart's ability to add a shortcut for you. See the Saving Shortcuts section in Client Specific Information for more details.
If instead you manually save the .jnlp file to your desktop or other location for re-use, you must remember to replace this file anytime the TAS is upgraded. If/when we make changes to the jnlp file, your client may fail to load or have strange unexplained issues caused by your old jnlp file.
Once downloaded you can rename the shortcut:

Personal Shortcuts

If this launcher file ever stops working properly you may need to just refresh it by launching the application from the Homepage again and replacing the file.

Security Rules

On some systems you may need to make exception to the security rules for our applications. They are signed with an official code signing certificate, but your system needs to trust the certificate. For example on MAC:

https://support.apple.com/en-us/HT202491

Setup For Standalone Apps

When clicking on one of the standalone application launchers, the browser should return a .jar file and always ask to save it locally. The file should just be saved to your desktop or other location and then executed with Java. You could also make a shortcut and/or a startup script (.bat/.sh) that calls the file, java -jar [NAME OF FILE]. Using a shortcut or startup script allows you to set the Java memory. See Standalone Client for more details.

Common Problems