Autor |
Nachricht |
|
Titel: java jre1.5 installed but programs still just see jre1.4
Verfasst am: 22.09.2006, 20:46 Uhr
|
|
Anmeldung: 04. Apr 2006
Beiträge: 51
|
|
I just installed jre1.5 cause some java program installers needed it.
i installed the ded packages with apt-get and everything seems ok.
But when I try installing a java program that needs jre1.5, it still complains I have jre1.4 installed.
jack@jacksbox1:~/programma-files$ java -jar jripper-install-2005.12.jar
The application that you are trying to install requires a 1.5 version or later of the Java platform.
You are running a 1.4.2_10 version of the Java platform.
Please upgrade to a newer version.
Do i have to run some update command so the system knows jre1.5 is installed? |
|
|
|
|
 |
|
Titel: RE: java jre1.5 installed but programs still just see jre1.4
Verfasst am: 22.09.2006, 20:49 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 16792
|
|
dpkg --purge sun-j2re1.4
apt-get update
apt-get install sun-java5-jre |
|
|
|
|
 |
|
|
|