Rusty tried to run it on his mac
He didn't have java six because it's in beta and you need to sign up, but this is what he said:
Rust *sierra says:
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/swing/filechooser/FileNameExtensionFilter
at d20chat.D20Chat.<init>(D20Chat.java:79)
at d20chat.D20Chat.main(D20Chat.java:160)
Rust *sierra says:
is the error I get when I try to run it
Rusty tried to run it on linux box with Java 6:
Exception in thread "main" java.lang.NoClassDefFoundError: d20chat.d20chatui
at java.lang.Class.initializeClass (libgcj.so.7)
at d20chat.D20Chat.<init> (D20Chat.java:79)
at d20chat.D20Chat.main (D20Chat.java:160)
Caused by: java.lang.ClassNotFoundException: javax.swing.filechooser.FileNameExtensionFilter not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/rnyffler/Desktop/d20-chat/d20-chat.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass (libgcj.so.7)
at java.lang.ClassLoader.loadClass (libgcj.so.7)
at java.lang.ClassLoader.loadClass (libgcj.so.7)
at java.lang.Class.forName (libgcj.so.7)
at java.lang.Class.initializeClass (libgcj.so.7)
yatta... yatta... yatta
Logged In: YES
user_id=1620429
Originator: YES
Rusty has since had better luck downloading Java 6 and was able to run the program. It does some strange sizing things but nothing that's too big of a deal.
Logged In: YES
user_id=1620429
Originator: YES
To clarify he ran it on Mac, still haven't had a good linux test
Logged In: YES
user_id=1618887
Originator: NO
kmo got it running on his linux fedora machine with very little trouble. He had to download java 6, which was downloaded from the sun website with no trouble. It seemed to run correctly, and we did not find anything that didn't work. Although we didn't get a chance to test things too indepth.