-
1. Re: JBoss Developer Studio Startup error
maxandersen Dec 6, 2010 5:48 AM (in response to iwada)Best guess is that your default Java VM is gcj or something similar when launching apps from the desktop but in your shell you got something working ?
How do you start it from the terminal ?
What is in the eclipse.ini witin the jbdevstudio/eclipse folder ?
-
2. Re: JBoss Developer Studio Startup error
mareshkau Dec 6, 2010 12:26 PM (in response to iwada)How you installed JBDS via application manager or using JBDS installer?
-
3. Re: JBoss Developer Studio Startup error
iwada Dec 7, 2010 4:19 AM (in response to maxandersen)Thanks Max,
Had the Issue Sorted out. Was the JVM. My Default is the Sun JVM and thought the JBoss Installer will default to that too. I was wrong. Had to explicitly select the SUN JVM from the JBoss Installer and the issue was fixed.
"How do you start it from the terminal ? ": from within the eclipse folder, as root i executed ./eclipse.
-
4. Re: JBoss Developer Studio Startup error
maxandersen Dec 8, 2010 6:21 AM (in response to iwada)Unless you run your desktop as root then you will most likely not have the same default environment setup from a desktop launch and within an terminal! That explains it.
p.s. not a good idea to run any desktop app as root
-
5. Re: JBoss Developer Studio Startup error
iwada Dec 9, 2010 6:17 AM (in response to maxandersen)Thank You Max for the Piece of Advice.I now have a better understanding of the issue.