![]() |
|
|||||||
| Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
| General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all, I am runninng LimeWire under Fedora Core 4. Java 1.5 is installed:
Code:
$ rpm -q jre jre-1.5.0_04-fcs Code:
$ /usr/java/jre1.5.0_04/bin/java -jar LimeWire.jar & |
|
#2
|
|||
|
|||
|
Uninstalling the old java would probably be the easiest thing...
What does 'which java' say? What does 'echo $PATH' say? There should be an entry in there for 1.5. |
|
#3
|
|||
|
|||
|
[QUOTE]Originally posted by limewire
Uninstalling the old java would probably be the easiest thing... Quote:
/usr/bin/java Quote:
/opt/jre1.5.0_04/bin:/usr/kerberos/bin:/opt/jre1.5.0_04/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/colin/bin:/sbin:/usr/sbin:/home/colin/bin Grrrr, I don't know where these redundancies are coming from... |
|
#4
|
|||
|
|||
|
Why is /opt/jre1.5.0_04/bin in your path if /usr/java/jre1.5.0_04/bin/java is what you need (according to your first post)? Change that and you should be set /usr/bin/java is probably a link to 1.4. The redundancy is probably because you have similar entries in /etc/profile and ~/.bash_profile or similar.
|
|
#5
|
|||
|
|||
|
I am having trouble determing who or what is adding this to my path: /opt/jre1.5.0_04/bin
I don't see it in either ~/.bash_profile or /etc/profile Is there anything else that could set it? |
|
#6
|
|||
|
|||
|
Either ~/.bashrc or an init script in /etc/init.d is all I can think of...
|
|
#7
|
|||
|
|||
|
Quote:
#!/bin/sh - set -a cd /.../limewire/gui JAVA_HOME=/usr/java PATH=${JAVA_HOME}/bin:${PATH} CLASSPATH=... PATH=${PATH}:../lib/native java ... Replacing the (...) with your installation's path. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| i need help; LW says please install the new version of java after installing Java | Logan_2468 | Windows | 7 | October 5th, 2009 11:07 PM |
| Limewire Keeps Closing Down: System prefered Java 1.4.2 over Java 1.5 | CrAcKeDuP | Connection Problems | 13 | February 22nd, 2005 05:49 AM |
| Exception in thread "main" java.lang.NoClassDefFoundError: lax/nl/java/option/java/st | jllabres | General Linux Support | 6 | October 17th, 2002 05:26 PM |
| Exception in thread "main" java.lang.NoClassDefFoundError: lax/nl/java/option/java/st | jllabres | General Linux Support | 2 | October 13th, 2002 02:06 AM |
| Java Plug In program (java Machine) | Unregistered | General Windows Support | 0 | January 27th, 2002 11:03 AM |