Im trying to install GlassFish v 2.0 on jrockit 1.5.0. There is an exception thrown by GlassFish whenever I try to run the glassfish-installer-v2-b58g.jar file.
This is the exception thrown:
Exception in thread "Main Thread" java.io.IOException: java.io.IOException: java : not found
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:464)
at glassfish.main(glassfish.java:97)
Based on the exception, I think there is something missing. I have never tried java.lang.UnixProcess before but all other common java namespaces are tried.
Is there any documentation available about GlassFish and JRockit to read?
Thanks in advance
[Message sent by forum member 'jerminb' (jerminb)]
http://forums.java.net/jive/thread.jspa?messageID=330665