NavigationUser loginWho's onlineThere are currently 1 user and 15 guests online.
Online users
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtNot a nut or bolt shall reach Chile under Allende. Once Allende comes to power we shall do all within our power to condemn Chile and all Chileans to utmost deprivation and poverty. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Java EE installation - cannot find j2se 5I installed sun-java with apt-get: sun-java5-bin - 1.5.0-08-1 Then I dowloaded java_app_platform_sdk-5_01-linux-nojdk.bin and ran it, root@main:~/tmp# JAVA_HOME is set to the proper value: root@main:~# echo $JAVA_HOME I tried -javahome option pointing to /usr/lib/jvm/java-1.5.0-sun and If someone could please help me with this problem. -- |
Java EE installation - cannot find j2se 5
Marko Randjelovic wrote:
> installation directory>
> I installed sun-java with apt-get:
>
> sun-java5-bin - 1.5.0-08-1
> sun-java5-demo - 1.5.0-08-1
> sun-java5-doc - 1.5.0-08-1
> sun-java5-fonts - 1.5.0-08-1
> sun-java5-jdk - 1.5.0-08-1
> sun-java5-jre - 1.5.0-08-1
> sun-java5-source - 1.5.0-08-1
>
> Then I dowloaded java_app_platform_sdk-5_01-linux-nojdk.bin and ran
> it, but this message appeared:
>
> root@main:~/tmp#
> /sto/d/downloads/java_app_platform_sdk-5_01-linux-nojdk.bin
> Checking available disk space...
> Checking Java(TM) 2 Runtime Environment...
> Extracting Java(TM) 2 Runtime Environment files...
> Error: Could not find the required version of the Java(TM) 2 Runtime
> Environment.
> This application needs version 1.5 or higher of the Java(TM) 2 Runtime
> Environment. If the required Java(TM) 2 Runtime Environment is not
> installed,
> you can download it from the following website:
> http://java.sun.com/j2se
> Or if you already have the required Java(TM) 2 Runtime Environment
> installed, try rerunning this application with the following usage:
> 'java_app_platform_sdk-5_01-linux-nojdk.bin' -javahome
>
> JAVA_HOME is set to the proper value:
>
> root@main:~# echo $JAVA_HOME
> /usr/lib/jvm/java-1.5.0-sun
> root@main:~# ls $JAVA_HOME
> bin COPYRIGHT demo docs ext include jre lib LICENSE man
> README.html sample src.zip THIRDPARTYLICENSEREADME.txt
>
> I tried -javahome option pointing to /usr/lib/jvm/java-1.5.0-sun and
> /usr/lib/jvm/java-1.5.0-sun/jre but again a message it cannot find
> proper jre version.
>
>
> If someone could please help me with this problem.
>
>
You probably need to update your symbolic links with
'update-alternatives --all' as root ('man update-alternatives' for more
info).
--
Sincerely
Jose Alburquerque
--