RH fedora ... java install

[expired user #3714]'s profile image [expired user #3714] posted 16 years ago in Installation Permalink
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~~~
[expired user #3289]'s profile image [expired user #3289] posted 16 years ago Permalink
So, how do I install jHeidiSQL on my fedora 9 machine?

- j :?
[expired user #3289]'s profile image [expired user #3289] posted 16 years ago Permalink
As root, I tried doing the 4 steps, above, but kept running into the following:



# ./jheidi
bash: ./jheidi: Permission denied




How can I resolve this?

- j
[expired user #3375]'s profile image [expired user #3375] posted 16 years ago Permalink

As root, I tried doing the 4 steps, above, but kept running into the following:



# ./jheidi
bash: ./jheidi: Permission denied




How can I resolve this?

- j



chmod 777 jheidi

Please login to leave a reply, or register at first.