it is on linux
Here is the shell script:
#!/bin/sh
#
# jedit script
# JPackage Project <http://www.jpackage.org/>
# Source functions library
. /usr/share/java-utils/java
# Source system prefs
if [ -f /etc/jedit.conf ] ; then
. /etc/jedit.conf
fi
# Source user prefs
if [ -f $HOME/.jeditrc ] ; then
. $HOME/.jeditrc
fi
# Configuration
MAIN_CLASS="org.gjt.sp.jed
BASE_FLAGS="-Dbsh.jedit=tr
BASE_JARS="aelfred asm bsh2/bsh-classgen bsh2/bsh-commands bsh2/bsh-core bsh2/bsh-reflect bsh2/bsh-util gnu.regexp jedit"
#BASE_JARS="aelfred gnu.regexp jedit"
# Set parameters
set_jvm
set_classpath $BASE_JARS
set_flags $BASE_FLAGS
# Let's start
run "$@"
no java heap size, do I add it?
Main Topics
Browse All Topics





by: JJL088Posted on 2007-07-01 at 15:25:25ID: 19400324
To change the heap size on Windows, run Set jEdit Parameters from the jEdit group in the Programs menu. Then, in the resulting dialog box, under Command line options for Java executable, change the option that looks like so: -mx32m (See for more information about the Set jEdit Parameters dialog box.) On Unix, edit the jedit shell script and change the line that looks like so: JAVA_HEAP_SIZE=32 In both cases, replace 32 with the desired heap size, in megabytes
h? q=cache: 7lJeWJBAJr QJ:cvs.sou rceforge.n et/cgi-bin /viewcvs.c gi/ jedit/j Edit/doc/u sers-guide /basics.xm l%3Frev%3D 1.21+Incre ase+ Heap+s pace+jedit &hl=en&ct= clnk&cd=2& gl=us
Copy and Pasted From
http://72.14.253.104/searc
Hard to read webpage but its in there