I use JEdit regularly on both RedHat (7-9) and now Fedora. I use the standard script that was installed with JEdit (modified to increase heap, IIRC): $ which jedit jedit: aliased to /home/guineau/bin/jedit $ cat /home/guineau/bin/jedit #!/bin/sh # Java heap size, in megabytes JAVA_HEAP_SIZE=32 exec /usr/java/j2sdk1.4.2_01/jre/bin/java -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "/home/guineau/jedit/4.1/jedit.jar" $ john > -----Original Message----- > From: fedora-list-admin@xxxxxxxxxx > [mailto:fedora-list-admin@xxxxxxxxxx] On Behalf Of d. Taylor > Singletary > Sent: Friday, November 14, 2003 7:56 AM > To: fedora-list@xxxxxxxxxx > Subject: Re: JEdit and j2re (sun) > > > I've continued to try to get this fixed and I'm afraid I just > don't understand. What is the syntax for a classpath > statement? Based on what is in the jedit shell script, that > in turn loads the jedit.jar the classpath statement is a bit > more oblique than I can figure. I have noticed that other > java programs exit and error out with the same error. Any > more help would be much appreciated. > > d. Taylor Singletary > > On Thu, 2003-11-13 at 11:40, A. Sopicki wrote: > > Hi! > > > > > Exception in thread "main" java.lang.NoClassDefFoundError: error: > > I may be wrong but sounds like java can't find the file > with the main > > method. Maybe you have to set the CLASSPATH environment variable to > > point to the jedit classes. > > > > Greetz, > > > > Alex > > > > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > http://www.redhat.com/mailman/listinfo/fedora-list > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > http://www.redhat.com/mailman/listinfo/fedora-> list >