HI Team , I am having one problem here about the java .Could you please help me on this with your experience .
I have installed jdk1.6.0_45 on my solaris Operating system and the files structure in the JDK is as /export/home/oracle/jdk1.6.0_45/bin
and in this location it is giving the results as
-bash-3.2$ ./java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) Server VM (build 20.45-b01, mixed mode)
and in thebin there is one more folder sparcv9/
in this location
-bash-3.2$ ./java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
The path for the 64 bit java is now /export/home/oracle/jdk1.6.0_45/bin/sparcv9
and path for the 32 bit java is now /export/home/oracle/jdk1.6.0_45/bin.
I want the 64 bit java path as with bin only .my application is not recognizing 64 bit java with path up to bin only it is taking 32 bit java only .
I have insatlled the 64 bit java only why this is coming with sparc9 folder ,
could you please put you light and helo me on this .
Thanks