简体   繁体   中英

How to install JBoss Developer Studio on Windows

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.

Not sure what the issue was but for future reference the install docs / guides for Developer Studio 9.1 are located here:

https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Developer_Studio/9.1/html-single/Install_Red_Hat_JBoss_Developer_Studio/index.html#Install_JBoss_Developer_Studio_Stand-alone_and_JBoss_EAP

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?

Try to use devstudio-10.4.0.GA-installer-eap.jar from here . I tried that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM