Java Install Failure


 
Thread Tools Search this Thread
Operating Systems Solaris Java Install Failure
# 1  
Old 09-04-2016
Java Install Failure

Hello Everyone,

I am trying to install a new version of Java on Solaris 10 but I am unable to install. The server is a SPARC 64bit machine.

I downloaded Java SE Runtime Environment 8u101 (jre-8u101-solaris-sparcv9.tar.gz), then changed the directory to /usr/java. Copied the tar.gz downloaded file to /usr/java and ran gzip -dc jre-8u101-solaris-sparcv9.tar.gz| tar xf – via the terminal in this current directory. It gives me no error and then prompts again with just #.

Checked current version and it’s the same old java installed version.

Can someone please help? Much Appreciated.
# 2  
Old 09-04-2016
What is the output of # which java on your system?
# 3  
Old 09-04-2016
Quote:
Originally Posted by DukeNuke2
What is the output of # which java on your system?
Thank you for your reply. When I get back to work on Tuesday, I will check and post the output for # which Java. Again, thank you.

Last edited by rbatte1; 09-06-2016 at 11:50 AM.. Reason: Added ICODE tags
# 4  
Old 09-06-2016
When I run # which Java it says /usr/bin/java

Last edited by rbatte1; 09-06-2016 at 11:50 AM.. Reason: Added ICODE tags
# 5  
Old 09-06-2016
/usr/java belongs to the Operating System, not to the local administrator so it is not a proper location to install an arbitrary program. You should extract the tarball under a suitable location, for example /opt/java and set your PATH accordingly should you want this version of java to be used instead of the one supported and bundled with the Operating System. Only packaging commands (pkgadd on Solaris 10, pkg on solaris 11) are allowed to install anything under /usr.
These 2 Users Gave Thanks to jlliagre For This Post:
# 6  
Old 09-08-2016
Thank you for your explanation. I was able to successfully install the updated version of Java.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Fedora: Uninstall Java JDK 1.8 and install Oracle Java 1.7.15

Hi All, I have just downloaded fedora 27 iso and set it up in virtual box. I want to learn Hadoop so trying to install Apache hadoop. Before all those I have to install Oracle Java 1.7.15 (as mentioned in the Apache hadoop page). Can you please help me how to Uninstall currently installed... (6 Replies)
Discussion started by: TechGyaann
6 Replies

2. Gentoo

Java install

Hi Guys I have installed latest java version 8.0, but now when I use java -version I still get an old version. How do I correct this ? Thanks in advance... (3 Replies)
Discussion started by: Phuti
3 Replies

3. Solaris

Oracle DB install failure

Hi all, I'm quite new to Solaris and I've been searching around everywhere to try and find the root of my Oracle DB install problem. It quits immediately when it runs isainfo when it gets a return of 3md64. To me this looks like there is a typo where ever isainfo pulls it's info from, but I... (13 Replies)
Discussion started by: asilv
13 Replies

4. Shell Programming and Scripting

Rsync through java program - issues with remote connection failure

Hi Everybody, I am running rsync through my java application. The Java application will sync the files with remote machine. During our connection failure testing we noticed an issue running rsync through java program. The java application which is running at source side is not receiving any... (2 Replies)
Discussion started by: MVEERA
2 Replies

5. UNIX for Dummies Questions & Answers

Failure to install Linux

I need help. My recently downloaded LINUX version won't install. Is this because of as previous OS being installed in my PC. I removed it prior to my LINUX installation and this is where problems started. (2 Replies)
Discussion started by: henzbelmont
2 Replies

6. Solaris

Failure to telnet in new install Sun5.10

Hi, I telnet to the localost in new install Sun 5.10 I get below error I also telnet from other to this mahcine but get "access deny" after input root password. The password is correct as I can login in console "Not on system console connection to unknown cloase by foregin host" Why ,... (25 Replies)
Discussion started by: chuikingman
25 Replies

7. AIX

bos.rte.5.2.0.10 - Failure to Install (/usr/lib/methods/cfgsf bad permissions)

I have a RS/6000 B80 which just had a disk failure; I've added a new drive and am in the process of rebuilding. I have reinstalled AIX 5.2 and am now looking to begin updating. (fyi this will be the second time I have attempted to rebuild this machine, the first time i installed ML 5200-10 and... (1 Reply)
Discussion started by: wesiman
1 Replies

8. AIX

Trying to install Java 5

I am not an AIX admin, but the guy that usually is has left and I am now the default person to do this stuff (scary for them). I am trying to install Java 5 on AIX 5.3, and am getting MISSING REQUISITES: The following filesets are required by one or more of the selected filesets listed... (5 Replies)
Discussion started by: Kirath
5 Replies

9. Solaris

java install sheild

dear all there is any one can help me in a document about java install sheild in solaris (0 Replies)
Discussion started by: murad.jaber
0 Replies

10. UNIX for Dummies Questions & Answers

fbdesk install failure

hello all. I just started to use fluxbox (www.fluxbox.org) as my gui, i like the fact that it is much faster than kde. The only problem is that it doesn't support icons on the desktop nativly. If you want that ability you have to instal the fbdesk package. When i go to instal this package i get an... (0 Replies)
Discussion started by: Shifty
0 Replies
Login or Register to Ask a Question