Sponsored Content
Operating Systems Solaris error during the installation SDK 6 Post 302414845 by xxmasrawy on Wednesday 21st of April 2010 06:09:16 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
set_color(1)							       fish							      set_color(1)

NAME
set_color - set_color - set the terminal color set_color - set the terminal color Synopsis set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR] Description Change the foreground and/or background color of the terminal. COLOR is one of black, red, green, brown, yellow, blue, magenta, purple, cyan, white and normal. o -b, --background Set the background color o -c, --print-colors Prints a list of all valid color names o -h, --help Display help message and exit o -o, --bold Set bold or extra bright mode o -u, --underline Set underlined mode o -v, --version Display version and exit Calling set_color normal will set the terminal color to whatever is the default color of the terminal. Some terminals use the --bold escape sequence to switch to a brighter color set. On such terminals, set_color white will result in a grey font color, while set_color --bold white will result in a white font color. Not all terminal emulators support all these features. This is not a bug in set_color but a missing feature in the terminal emulator. set_color uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. Download and install the latest version of ncurses and recompile fish against it in order to fix this issue. Version 1.23.1 Sun Jan 8 2012 set_color(1)
All times are GMT -4. The time now is 11:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy