Page 1 of 1

RM 1.65 and Linux FC5

Posted: Fri Aug 25, 2006 9:55 pm
by ratovan
Tried running RM 1.65 under Linux FC5 and get the following at the end of the rmaster.err file. Can anyone help?

Exception during event dispatch:
java.lang.NoClassDefFoundError: com.hifiremote.jp1.SetupPanel
at java.lang.Class.initializeClass(libgcj.so.7)
at com.hifiremote.jp1.DeviceEditorPanel.<init>(DeviceEditorPanel.java:89)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:97)
at com.hifiremote.jp1.RemoteMaster.createAndShowGUI(RemoteMaster.java:722)
at com.hifiremote.jp1.RemoteMaster.access$300(RemoteMaster.java:12)
at com.hifiremote.jp1.RemoteMaster$2.run(RemoteMaster.java:749)
at java.awt.event.InvocationEvent.dispatch(libgcj.so.7)
at java.awt.EventQueue.dispatchEvent(libgcj.so.7)
at java.awt.EventDispatchThread.run(libgcj.so.7)
Caused by: java.lang.ClassNotFoundException: javax.swing.text.NumberFormatter not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/scott/RemoteMaster/RemoteMaster.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)
...8 more

Posted: Sat Aug 26, 2006 6:34 am
by gfb107
Caused by: java.lang.ClassNotFoundException: javax.swing.text.NumberFormatter not found in
Looks like you have an old version of Java.
javax.swing.text.NumberFormatter was introduced in Java 1.4.
RM requires Java 1.5

Posted: Sat Aug 26, 2006 7:08 am
by ratovan
RM requires Java 1.5
Thanks, I'll check that and let you know, although, I was sure I was running 1.5

edit:
I did have Java 1.5, but it wasn't in the path. Expliciting pointing to Java 1.5 solved the problem.

Thanks again