the java install is really sooooo simple.
what you do is:
1) download the java version
2) unzip uzing gzip
3) change to the created directory
4) execute ./jheidi from the terminal
HOWEVER, I amposting because that requires running it inside a terminal. What I would like to do is run it from the desktop without running it in a terminal.
So I do this:
1) open a terminal
2) have a PATH setting like
export PATH=/bin:/sbin:/usr/sbin:/usr/bin:/var/oi/html/bin/p..... erl/programs:/usr/local/mysql-5.1.7-beta/bin:/usr/local
/bin:/usr/local/sbin:/usr/X11R6/...... /Download/jheidi-alpha-bin:.
(you notice that jheidi is in the path)
3) . .bashrc ( this reloads my new PATH variable)
4) type jheidi
5) get the following error
Exception in thread "main" java.lang.NoClassDefFoundError: com/rendion/ajl/AjlScript
it fails when I try to run it from the desktop; i imagine it's dying for the same reason.
In further study, I tried to set the CLASSPATH which is now the following
export CLASSPATH=$CLASSPATH:/home/mr.............lpha-bin/
lib:/home/mrx/Download/jh
eidi-alpha-bin/lib/ajl.jar:/home/m
to no avail.
thank you~~~