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


 
Thread Tools Search this Thread
Operating Systems Solaris By start SolarisStudio12.3 requires jdk6 or newer...
# 8  
Old 09-11-2012
Quote:
Originally Posted by wolfgang
OK.
I have downloaded and written to CD this file - jdk-6u35-solaris-sparc.tar.Z
Why didn't you download the file directly to the sparc machine ?
Quote:
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
Code:
# mkdir /opt/jdk
# cd /opt/jdk
# gunzip < /cdrom/jdk_6u35.z | tar xf -

and you are done.
# 9  
Old 09-12-2012
Code:
Why didn't you download the file directly to the sparc machine ?

Jilliagre you'll not believe. There are the place on the Earth where the utp cable with RJ45 doesn't stick out from a wall. And at the best there is 3G poor coverage around.
I know may use 3G modem+router etc and download...

I 'll try youre advices.

---------- Post updated at 02:38 AM ---------- Previous update was at 02:05 AM ----------

OK. SUNWj6rtx, SUNW6dvx installed and at /usr/jdk/instances appears JDK6 files.
Now.
Solstudio tries to find once.
1) At /usr/jdk
2) At /usr/java
3) At /usr
Question.
Where change path of search?
# 10  
Old 09-12-2012
You might simply set $JAVA_HOME or your $PATH before launching studio to get it to pick the right java command.
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