kainzp - 2014-10-25

Problem

Usually, the packaged iqm-app*.jar files are runnable and can be run via double click.

Quick fix: If the application is not starting up, try opening a command prompt and type
java -jar iqm-app*.jar. This should run the application.

Reproduction###

Open a command prompt and launch the JAR file from there without the java -jar command.
The error will show that the main class cannot be found:

Error: Could not find or load main class yourpath/iqm-app-{version}.jar

This error is due to corrupt file type associations of JAR files to the default launcher of the JRE.

Resolve the Error

Reinstall Java on your machine, which will automatically restore the default file associations.