ClassCastException when starting IsaViz

I get the following exception when running run.sh:

$ ./run.sh
Exception in thread "main" java.lang.ClassCastException:
java.lang.Object cannot be cast to java.lang.String
	at org.w3c.IsaViz.ConfigManager.initLookAndFeel(ConfigManager.java:139)
	at org.w3c.IsaViz.Editor.<init>(Editor.java:304)
	at org.w3c.IsaViz.Editor.main(Editor.java:2815)

The loading screen appears and just freezes at "Loading Preferences
from <the directory I'm running IsaViz from>".

I'm running Ubuntu 10.10 on a 64-bit Intel machine running Linux
2.6.35-23-generic.

Here's my java version info:

java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)

I tried using the binary distribution and compiling it locally on my machine.

Thanks,
Josh

Received on Monday, 6 December 2010 13:32:18 UTC