kickabear
August 30th, 2007, 03:20 PM
I've downloaded GWT (Google Web Toolkit) from Google, and untarred it. I tried to lauch the KitchenSink sample app, but get an error similar to the one below. I tried to create a new app, and I got the following error:
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.initializeClass(libgcj.so.70)
at java.lang.Class.initializeClass(libgcj.so.70)
Caused by: java.lang.IllegalArgumentException: URI "file:./gwt-dev-linux.jar" is not hierarchical
at java.io.File.<init>(libgcj.so.70)
at com.google.gwt.util.tools.Utility.computeInstallat ionPath(Utility.java:287)
at com.google.gwt.util.tools.Utility.getInstallPath(U tility.java:223)
at com.google.gwt.util.tools.ToolBase.<clinit>(ToolBase.java:55)
at java.lang.Class.initializeClass(libgcj.so.70)
I've tried searching, but I can't find anything related to this one. Any help would be great. Thanks!
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.initializeClass(libgcj.so.70)
at java.lang.Class.initializeClass(libgcj.so.70)
Caused by: java.lang.IllegalArgumentException: URI "file:./gwt-dev-linux.jar" is not hierarchical
at java.io.File.<init>(libgcj.so.70)
at com.google.gwt.util.tools.Utility.computeInstallat ionPath(Utility.java:287)
at com.google.gwt.util.tools.Utility.getInstallPath(U tility.java:223)
at com.google.gwt.util.tools.ToolBase.<clinit>(ToolBase.java:55)
at java.lang.Class.initializeClass(libgcj.so.70)
I've tried searching, but I can't find anything related to this one. Any help would be great. Thanks!