Reputation: 11
I am trying to install JBoss Developer Studio 9 on Windows using executable JAR file.
I have Java in my machine and set the PATH
and JAVA_HOME
environment variables.
But while launching the jar, I am facing this error:
Java virtual machine launcher couldn't find the main class program will exit
Could some one please help me in resolving this.
Upvotes: 1
Views: 1325
Reputation: 11
Try to use devstudio-10.4.0.GA-installer-eap.jar
from here. I tried that.
Upvotes: 1
Reputation: 732
Not sure what the issue was but for future reference the install docs / guides for Developer Studio 9.1 are located here:
Instructions may be written for linux users, but the same instructions apply on Windows or OSX once you're in a console.
Note that Java 8 is required for Developer Studio 9 and 10, so if that's not your default JDK (eg., JDK 7 is your default, or is found in your PATH before the entry for JDK 8), the installer likely won't work.
Perhaps that's the problem that was reported here?
Upvotes: 0