hi!<br />
I have tried to install the eXist database application (hosted at Sourceforge).<br />
But I couldn't run it with Kaffe, when I ran $ java -jar eXist-0.9.2-install.jar - I got these error messages:<br />
--------------------------------<br />
<br />
- Error -<br />
java.lang.InstantiationException: javax/swing/plaf/metal/DefaultMetalTheme<br />
java.lang.InstantiationException: javax/swing/plaf/metal/DefaultMetalTheme<br />
at java.lang.Class.newInstance (Class.java:431)<br />
at com.izforge.izpack.installer.Installer.main (source file unknown)<br />
at java.lang.reflect.Method.invoke0 (Method.java)<br />
at java.lang.reflect.Method.invoke (Method.java:255)<br />
at kaffe.jar.ExecJarName.main (ExecJarName.java:67)<br />
at kaffe.jar.ExecJar.main (ExecJar.java:75)<br />
<br />
--------------------------------<br />
So I had to download the official JDK and it worked.<br />
Now I don't know anything about Java. I assume Kaffe is missing some functionality. I don't know about this swing either. Is it a gui toolkit? It shouldn't be needed though, gui is just complementary to this application.<br />
I read the statement that Kaffe is not to count on, so that's OK.<br />
What I'd like to ask if there is actually anything I can do to fix this, like install an additional package or anything.<br />
Or can I expect it to work with a recent future release of Kaffe?<br />
<br />
As eXist is an open source application, I would like to be able to run it also on an open source platform like Kaffe instead of the proprietary JDK.<br />
<br />
<br />
Hakon<br><br>