By start SolarisStudio12.3 requires jdk6 or newer...


 
Thread Tools Search this Thread
Operating Systems Solaris By start SolarisStudio12.3 requires jdk6 or newer...
# 1  
Old 09-10-2012
By start SolarisStudio12.3 requires jdk6 or newer...

Hi guys.
By start SolarisStudio12.3 requires jdk6 or newer...
A question.
Which archiv I need download and install?

P.S. Solaris 10 (SPARC)
Code:
Solaris SPARC 73.33 MB   Image jdk-6u35-solaris-sparc.sh
Solaris SPARC 124.6 MB   Image jdk-6u35-solaris-sparc.tar.Z 
Solaris SPARC 64-bit 12.12 MB   Image jdk-6u35-solaris-sparcv9.sh 
Solaris SPARC 64-bit 15.41 MB   Image jdk-6u35-solaris-sparcv9.tar.Z

Thanks a lot.
# 2  
Old 09-10-2012
The tar.Z files are Solaris SVR4 packages while the .sh are self-extractable installers. Only one of the two first downloads is required. The two last ones are adding 64 bit support.
# 3  
Old 09-10-2012
ОК.
SVR4 -is it SUNWj6...?
# 4  
Old 09-10-2012
it installs more then one package. Below I have pasted the link for the instructions from Oracle.

Installation Notes

I prefer to use the tar.Z files, to install Java.
# 5  
Old 09-10-2012
Quote:
Originally Posted by wolfgang
ОК.
SVR4 -is it SUNWj6...?
That's the other way around, SUNWj6* are packages using the SVR4 format, which is the one used by Solaris do deliver software.

Otherwise, it's basically a tarball which is simpler to install but that you cannot patch, i.e. your remove it and install a newer version to upgrade.
# 6  
Old 09-10-2012
OK.
I have downloaded and written to CD this file - jdk-6u35-solaris-sparc.tar.Z
The OS sees that file as - jdk_6u35.z
Then I have copied that file from CD to e.g. /usr/temp_java_update.
Further I have tried unpack it.
Code:
# cd /usr/temp_java_update
# zcat jdk_6u35.z | tar -xf -
jdk_6u35.z.Z: No such file or directory
#

Where I did wrong? Smilie

---------- Post updated at 08:09 PM ---------- Previous update was at 07:46 PM ----------

Quote:
Originally Posted by bitlord
it installs more then one package. Below I have pasted the link for the instructions from Oracle.

Installation Notes

I prefer to use the tar.Z files, to install Java.
I do install by Oracle Insatallation Note. But there are discrepancies in the instruction.
# 7  
Old 09-10-2012
Move the file to /tmp and run the command there. The commands needed will work best if there in /tmp. I don't know why the file was burned to the CD with a different name. When I download the files on a windows server and burn it to a CD I never had this issue.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Xalan & Xerces issues for Oracle Linux 6.6 & Solarisstudio12.3 C++ compiler for Linux

Hi Team, I am facing issue while using Xalan & Xerces for my application. Below are my environment details i am using :- Platform:- Oracle Linux 6.6 Compiler :- solarisstudio12.3 C++ compiler for Linux Below are the versions of Xalan & Xerces source code used to build the shared object... (0 Replies)
Discussion started by: agrachirag
0 Replies

2. Linux Benchmarks

Newer PC build.

Just decided to run the benchmark for the heck of it. -Version- Dist: Debian GNU/Linux 8.5 CPU/Speed: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz RAM: DDR4 DRAM 64 GB 3000 MHz CMK64GX4M4B3000C15 MB: Maximus VIII Ranger Bus: 8 sata, 1 M.2 Socket 3 Cache: L2=4 x 256KB, L3=8 MB shared... (1 Reply)
Discussion started by: bajanine
1 Replies

3. Shell Programming and Scripting

Requires a script for incidents

Hi, I am associated with a project where we received multiple incident on daily basis for different support groups like(unix support,windows support,vms support). We use HP service centre as a ticketing tool where we gets all the incidents generated automatically when something went wrong on... (2 Replies)
Discussion started by: naman agarwal
2 Replies

4. AIX

JNI program work with jdk 5 but not jdk6 on aix 5.3

My JNI program work with jdk 5 but not jdk6 on aix 5.3. i.e. I compiled & tested my program with jdk 5 and it worked. Then with the same files & directory, I run jdk6 (I installed both jdk5 & 6) and it failed. Why? jdk5 is ok: $ /usr/java5_64/jre/bin/java -d64 -jar... (0 Replies)
Discussion started by: TsanChung
0 Replies

5. Shell Programming and Scripting

change requires with perl

Hi, i need to change a file with perl having contents below, but it will not do any action if change is being already made. file.txt AAAAAA BBBBBB CCCCCC output.txt (that required) AAAAAA #BBBBB DDDDDD CCCCCC Thanks, (2 Replies)
Discussion started by: learnbash
2 Replies

6. Shell Programming and Scripting

change in file requires

Hi, i have one file, filename -> a.txt, i want that simple way just enter command and it will do that, not through redirection way. AAAAAAAAAAAAAAAAAAAAAAA BBBBBBBBBBBBBBBBBBBBBBB CCCCCCCCCCCCCCCCCCCCCCC DDDDDDDDDDDDDDDDDDDDDDD EEEEEEEEEEEEEEEEEEEEEEE FFFFFFFFFFFFFFFFFFFFFFF i want... (10 Replies)
Discussion started by: learnbash
10 Replies

7. SuSE

freedce requires libdcethreads!

hello every one, here i am attempting to install freedce-1.1.0.7 on HP-UX machine. in that process i ran a command ./configure at command prompt. it's throughing the following error; configure: error: freedce requires libdcethreads! here i am pasting the ./configure output with... (1 Reply)
Discussion started by: mannam srinivas
1 Replies

8. Shell Programming and Scripting

Need Help with -newer command

Ok, here's the situation: There's a script that runs every day on a UNIX box that collects files. The script has now been changed so that at the start of a new day, the script would create a new folder and then copy files to it for that day. This has put me in a dilema as I have a script... (1 Reply)
Discussion started by: bbbngowc
1 Replies

9. Shell Programming and Scripting

New User Requires Help

Hi, I am a new Unix user and I would like to know which link to go to in order to learn Unix online. Something like tutorials for beginners (1 Reply)
Discussion started by: John K. Mbuki
1 Replies

10. UNIX for Dummies Questions & Answers

tar --newer = tar --newer-mtime ?

Hi, I have the following question : As far as I know unix doesn't store file creation dates. Would that imply the following? tar -cvzf backup.tar --newer is equal to: tar -cvzf backup.tar --newer-mtime ? (1 Reply)
Discussion started by: jamesbond
1 Replies
Login or Register to Ask a Question