RM 1.65 and Linux FC5

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

Post Reply
ratovan
Posts: 3
Joined: Thu Feb 03, 2005 8:34 am

RM 1.65 and Linux FC5

Post 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
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post 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
ratovan
Posts: 3
Joined: Thu Feb 03, 2005 8:34 am

Post 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
Post Reply