This is the error:
./KitchenSink-shell
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String, boolean,
java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
Caused by: java.lang.RuntimeException: Installation problem detected,
please reinstall GWT
at com.google.gwt.dev.util.Utility.computeInstallationPath()
(Unknown Source) at com.google.gwt.dev.util.Utility.getInstallPath()
(Unknown Source)
at com.google.gwt.dev.util.arg.GWTAppBase.<clinit>() (Unknown
Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
...3 more
Caused by: java.io.IOException: Cannot determine installation
directory; apparently not running from a jar
at com.google.gwt.dev.util.Utility.computeInstallationPath()
(Unknown Source) ...6 more
I'm guessing that perhaps I don't have the JEE 1.4 SDK installed
properly, but when I run the JEE installer, it hangs on:
./j2eesdk-1_4_03-linux.bin -console
.. blah blah ..
Installation Directory [/opt/SUNWappserver] {"<" goes back, "!" exits}:
<ENTER>
<HANG>
Any help is appreciated!
Jay
I have also found that the J2EE 1.4 SDK installer does work, but there
is a VERY long delay after it creates /opt/blah..
Thanks again for your help. I'll complete the installation tomorrow
and hopefully everything will work!
[root@enterprise ~]# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.0.2 20051125 (Red Hat 4.0.2-8)
Is there no way to run GWT with the GNU Java that comes with FC5?