error during the installation SDK 6


 
Thread Tools Search this Thread
Operating Systems Solaris error during the installation SDK 6
# 1  
Old 04-21-2010
error during the installation SDK 6

Dear Members,
this java already install in my machine
Code:
[root@maxdmail]$ uname -a
SunOS maxdmail.com 5.10 Generic_139556-08 i86pc i386 i86pc

Code:
[root@maxdmail]$ java -version
java version "1.5.0_17"
Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
Java HotSpot(TM) Client VM (build 1.5.0_17-b04, mixed mode, sharing)

i download Java EE 6 fro unix x86 from this link
Code:
http://java.sun.com/javaee/downloads/index.jsp

when i try to install i got this error
Code:

[root@maxdmail]$ ./java_ee_sdk-6-unix.sh

Could not locate a suitable Java runtime.
Please ensure that you have Java 6 or newer installed on your system
and accessible in your PATH or by setting JAVA_HOME
[root@maxdmail]$

i am try to set JAVA_HOME PATH using this and i got the same error also
Code:
export JAVA_HOME=/data/java_hoe

what can i do
Best Regards
masrawy
# 2  
Old 04-21-2010
Checked the installation notes:

Code:
http://java.sun.com/javaee/sdk/javaee6sdk_install.jsp

Ensure that the required JDK software is installed on your system and that the JAVA_HOME environment variable points to the JDK installation directory, not the Java Runtime Environment (JRE) software.

Check JAVA_HOME variable. Also make sure JAVA is in path

$ echo $PATH

which has java at : /where/ever/you/install/java/bin/java
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Red Hat

Installation Error

Hi Team, I am trying to Install Oracle 10g in my Linux Fedora 13. But It shows a following error. Please help me.. # yum install oracle-xe-10.2.0.1-1.0.i386.rpm --nogpgcheck Output: Loaded plugins: presto, refresh-packagekit Setting up Install Process Examining... (2 Replies)
Discussion started by: Adhi
2 Replies

3. Solaris

help me! jumpstart installation error

Hi actualy my two machines are sun sparc ultra 60. Both are same configuration. I am trying jumpstart Installation in my two machines, i got no errors in server side but in the client side actually it detects the server machine with correct hostname and domainname but after showed that it will... (2 Replies)
Discussion started by: Grovestreet
2 Replies

4. Solaris

Apache installation error

Hi, I'm getting the below error when trying to run configure from apache 2.0.64. configure: error: C preprocessor "/lib/cpp" fails sanity check I navigated through the forum and found some users experiencing this problem and the solution was to install kernel-headers. But i'm not able to... (1 Reply)
Discussion started by: prithvirao17
1 Replies

5. Solaris

Solaris Installation error!!!

Hi friends, I am trying to install Solaris 10 x86 on a compaq computer, which has Intel Pentium 4, 2.4Ghz 512MB RAM 40GB Hardisk When I boot from the Solaris 10 x86 DVD ROM, it gives me three options Solaris Solaris Serial Console ttya Solaris Serial Console ttyb (for lx50, v60x and... (6 Replies)
Discussion started by: gabam
6 Replies

6. Solaris

error while sun mc 3.6 installation

Hi Gurus, While I am trying to install SUN MC3.6 on v440 server below error is occuring .:confused: Server:/sun_mc-3_6_1-ga/disk1/sbin#sh es-inst ---------------------------------------------------------------------------- This script installs Sun (TM) Management Center 3.6.1... (2 Replies)
Discussion started by: sri243
2 Replies

7. UNIX and Linux Applications

Oracle installation error

Hi, While running runInstaller to open up the Oracle Universal Installer, I got an error - >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<< This is what I have done - I logged in with Oracle... (9 Replies)
Discussion started by: jld
9 Replies

8. Solaris

Installation error Solaris 10

Hi there, new to unix/linux, please excuse me! I am trying to install Solaris 10 on a machine, and after some teething problems (on another thread) I have got so far with the installation and am now getting an different error: Warning Error : The Solaris CD/DVD you inserted is not compatible... (3 Replies)
Discussion started by: gavin watson
3 Replies

9. UNIX for Dummies Questions & Answers

Installation error

Hi Installation of SCO UNIX showing error "MEMORY ERROR LOADING FD(64) UNIX.TEXT, OVERLAPS SEGMENT 196544K - 192 M/P" What exactly it means? (0 Replies)
Discussion started by: SyedT
0 Replies

10. Solaris

SUNWstade installation error

I'm trying to install/configure SUNWstade (the Storage Automated Diagnostic Environment). During the configuration it hangs indefinitely at this point: # ./ras_install Trying perl /usr/bin/perl (5005.03) -> This version works *** USING PERL: /usr/bin/perl *** Can anyone... (0 Replies)
Discussion started by: FredSmith
0 Replies
Login or Register to Ask a Question