|
From: James S. <sin...@bi...> - 2001-12-01 01:20:01
|
You need to ensure that the blackdown or sun java executable is ahead of the Kaffe java executable (/usr/bin/java) in your PATH. I personally have uninstalled the kaffe packeage. James On Sat, 1 Dec 2001 11:13, Haisam Ido wrote: > I downloaded the installer program for jedit and ran the following command > on my redhat linux 7.2 server. > > /usr/bin/java -jar ./jedit322install.jar > > I got this statement: > > java.lang.NoClassDefFoundError: installer/SwingInstall > at java.lang.reflect.Method.invoke(Method.java:native) > at kaffe.jar.ExecJarName.main(ExecJarName.java:70) > at kaffe.jar.ExecJar.main(ExecJar.java:59) > > So I installed via jedit-3.2.2-1.noarch.rpm and when I run jedit I get the > following error: > > java.lang.ExceptionInInitializerError: [exception was > java.lang.NoClassDefFoundError: Ljavax/swing/text/Document;] > at java.lang.reflect.Method.invoke(Method.java:native) > at kaffe.jar.ExecJarName.main(ExecJarName.java:70) > at kaffe.jar.ExecJar.main(ExecJar.java:59) > > and my JAVA_HOME=/usr > > What am I missing here? |