JEdit and j2re (sun)

W.John Guineau guineau at earthlink.net
Sat Nov 15 03:36:58 UTC 2003


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 at redhat.com 
> [mailto:fedora-list-admin at redhat.com] On Behalf Of d. Taylor 
> Singletary
> Sent: Friday, November 14, 2003 7:56 AM
> To: fedora-list at redhat.com
> 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 at redhat.com 
> > http://www.redhat.com/mailman/listinfo/fedora-list
> 
> 
> --
> fedora-list mailing list
> fedora-list at redhat.com 
> http://www.redhat.com/mailman/listinfo/fedora-> list
> 





More information about the fedora-list mailing list