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.
java -jar iqm-app*.jar
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:
java -jar
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.
Reinstall Java on your machine, which will automatically restore the default file associations.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
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 -jarcommand.The error will show that the main class cannot be found:
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.