Java_home in Unix

Hi,
I have SAP on Tru64 Unix.
I am not able to find Java home directory.
Environment variable does not content any java_home variable.
Java is installed on system.
Does anyone has idea about that.
Regards,
Payal

hello Payal
u can find java_home in /usr/opt directory or /opt directory
hope this may help u
reward points if sounds helpful
regards
Shoeb

Similar Messages

  • Wrong java version

    Hello
    i need to change the java version of my NetWeaver installation on SUN. Can anybody tell me how can I do this, without reinstalling NetWeaver?
    step done until now
    1. changed JAVA_HOME of unix environment
    2. changed Java Home of instance_IDxxx using configtool.sh for Message Server & Bootstrap and Server General
    Thank you

    sorry
    does not help me
    1. document doesn't contain any information about changing java version
    2. I wrote 'WITHOUT REINSTALLING' and with this i mean without starting any installer or updater. Only configuration changes!

  • Oracle Installer Problem while installing Oracle 9i on HP Unix

    Hi Everyone ,
    I had earlier installed 9.2.0.1 on Linux and had no probs whatsoever . When i am trying to install Oracle 9.2.0.1 on HP Unix , the Oracle Installer opens up a window saying CHOOSE JDK HOME DIRECTORY . I have already set the PATH environment variable to point to /opt/java1.4 and /opt/java1.4/jre/bin and also JAVA_HOME to point to /opt/java1.4 . Even after trying to put the directory information it refuses to go thru giving the Error INVALID JDK HOME.PLEASE ENTER CORRECT JDK LOCATION.
    Any replies would be greatly appreciated
    Thanks
    Ravi

    This could be due to you have multiple JDK homes like java1.4 and java1.3. Instead of type JDK home in the windows box, try to browse and select the JDK home and try it. Otherwise, if you have multiple JDK homes, then try to remove one of them.

  • Information Broadcast Email File - Where is the file in Unix directory?

    Hi,
    I am using Information Broadcasting to email the BI report.   We use Unix as the application server.
    In transaction SOSV, I can get detailed information on the file (attachment) and the send status.  There is a requirement to encrypt the file in Unix server.   Does anyone know where the file resides in Unix when the report is generated from Information Broadcasting?   What's the Unix directory?
    Any information would be appreciated.
    Thank you.
    Rebecca

    I added the path of the servlet.jar to the CLASSPATH. Now my modified
    file content is as follows:
    WINDOWS 2000 Environmental variable changes:(CLASSPATH)
    C:\Program Files\PhotoDeluxe BE 1.1\AdobeConnectables;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;C:\jakarta-tomcat-4.1.12\common\lib\servlet.jar
    AUTOEXEC.BAT:
    set path=%path%;c:\onnet32
    SET PATH=C:\jdk1.3.1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
    SET JAVA_HOME=C:\jdk1.3.1
    SET CATALINA_HOME=C:\jakarta-tomcat-4.1.12
    SET CLASSPATH=.;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;C:\jakarta-tomcat-4.1.12\common\lib\servlet.jar
    With this I am executing the command: javac test.java. However, it is still giving lot of error messages
    All the messages are 'cannot resolve symbol' associated with the Servlet class, Servlet Request, Server Exception etc. In the very first error message it states that: 'package javax.servlet does not exist'.
    I would appreciate any help. Thanks in advance.

  • How to set JAVA_HOME in REDHAT 9.0 Linux?

    I was trying to set JAVA_HOME in profile file, but unable to decide where to put the java_home path. Can anyone guide me?
    J2sdk and JRE are in /USR/JAVA

    It is sufficient to set PATH.
    In Unix (including Linux) most file systems are case-sensitive regarding the file and directory names. So /USR/JAVA is different from /usr/java.

  • Java_Home Could not Check

    Dear All,
    1)  i have installed  JDK version  1.4.2_10 ,   when i executed the Checklist  i got an error Message
    It is not recomended to user JDK version  1.4.2_10  Current Version : JAVA_HOME not available. See also SAP Note 867110.
    Condition          Result Code      Severity
    Java_HOME     could not check    HIGH
    i have gone through the Note. and  i have set the Environment Variable also.
    2)   When i am trying to install the Solution Manager 7.0. i am able to find the path by which i can install Centeral Instance.
    Installation CD : 51033517_11
    Please Guide the Process.
    Regards
    SNB

    Hi,
    As per your mail , the error is JAVA_HOME environmental is missed.
    1. For  Windows, You will set the following ENV variable.
    JAVA_HOME = C:\java142 like this...
    Right click on mycomputer>goto properties>click on Advanced>click on Environment variables> clieck on Add New option--> Then JAVA_HOME, after that give value = Java path.
    For UNIX (Depending on your OS like AIX/HP/SOLARIS)
    JAVA_HOME = /usr/tmp/java142 (this path is for example)
    2. Use Installation Master CD/DVD, then click on sapinst.exe on windows based and Unix based you will have to give command ./sapinst
    These are all depending on your OS level.
    Regards,
    Srini Nookala

  • Can you write simple Java code in a UNIX function and run it? See example....

    Hi,
    I'm new to Java and I have a question.
    Is there any possible way a simple script like the below would work in a UNIX function called from a shell script. I know you're not supposed to do this but can you?
    Thanks in advance,
    javatst() {
       $JAVA_HOME/bin/java  <<- _java
      public class HelloWorld {
      public static void main(String[] args) {
      System.out.println("Hello, World");
      _java
    javatst

    2894431 wrote:
    You can run a java class from a shell script like below:
    #!/bin/sh
    exec /usr/bin/java -DsysParam1="var1_val" -DsysParam2="var2_val" -cp jar1:jar2:jar3 /home/unixUserName/javaClasses/Test.java
    exit 0
    No!
    This is neither a valid answer to the OPs question (since your script does not create the content of Test.java) nor working.
    The java executable can only run *.class files which contain byte code of the intermediate language generated by the javac executable.
    Your suggestion leads to a ClassNotFound exception.
    bye
    TPD

  • XSLT Windows v's Unix issue

    Hi
    I having a problem processing XSLT on unix at the moment, it works fine on windows but when I try process the same file on Unix I keep getting the same error. I'm wondering does anyone know is there a difference between the two operating systems that maay cause this problem....if so have you any solutions
    Most current operating systems have an XSLT processor installed. For example, Windows XP comes with the MSXML3 library, which includes an XSLT processor. Earlier versions may be upgraded and there are many alternatives, see the External Links section.
    Seems like JMeter is generating some dodgy XML, but not sure why that wouldn't fail on Windows also
    JMeter uses an XSLT file, jmeter-detail-report.xsl to transform the JMeter JTL output into a nicely formatted html table of results.
    The version of the file which I run with ant-jmeter (as a task in build.xml) runs well on Windows but fails on Unix with the following exception:
    [xslt] Processing /export/home/sfuser/sola/JMeter/JMeterResults.jtl to /export/home/sfuser/sola/JMeter/JMeterResults_detail.html
    [xslt] Loading stylesheet /export/home/sfuser/sola/JMeter/jmeter-results-detail-report.xsl
    [xslt] : Error! Content is not allowed in prolog.
    [xslt] : Error! com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Content is not allowed in prolog.
    [xslt] Failed to process /export/home/sfuser/sola/JMeter/JMeterResults.jtl
    BUILD FAILED
    /export/home/sfuser/sfv4-client/staging/sfv4client_jmeter.xml:132: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Content is not allowed in prolog.
    I tried removing spaces, changed the xml prolog in the xsl file, etc but it still doesn�t work.
    Could you suggest what I can do to fix the problem?
    cheers
    flannan

    Please test the $java_home env variable. Is both the links env points to the same version of jdk?

  • XSLT Windows  v's Unix

    Hi
    I having a problem processing XSLT on unix at the moment, it works fine on windows but when I try process the same file on Unix I keep getting the same error. I'm wondering does anyone know is there a difference between the two operating systems that maay cause this problem....if so have you any solutions
    Most current operating systems have an XSLT processor installed. For example, Windows XP comes with the MSXML3 library, which includes an XSLT processor. Earlier versions may be upgraded and there are many alternatives, see the External Links section.
    Seems like JMeter is generating some dodgy XML, but not sure why that wouldn't fail on Windows also
    JMeter uses an XSLT file, jmeter-detail-report.xsl to transform the JMeter JTL output into a nicely formatted html table of results.
    The version of the file which I run with ant-jmeter (as a task in build.xml) runs well on Windows but fails on Unix with the following exception:
    [xslt] Processing /export/home/sfuser/sola/JMeter/JMeterResults.jtl to /export/home/sfuser/sola/JMeter/JMeterResults_detail.html
    [xslt] Loading stylesheet /export/home/sfuser/sola/JMeter/jmeter-results-detail-report.xsl
    [xslt] : Error! Content is not allowed in prolog.
    [xslt] : Error! com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Content is not allowed in prolog.
    [xslt] Failed to process /export/home/sfuser/sola/JMeter/JMeterResults.jtl
    BUILD FAILED
    /export/home/sfuser/sfv4-client/staging/sfv4client_jmeter.xml:132: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Content is not allowed in prolog.
    I tried removing spaces, changed the xml prolog in the xsl file, etc but it still doesn�t work.
    Could you suggest what I can do to fix the problem?
    cheers
    flannan

    Please test the $java_home env variable. Is both the links env points to the same version of jdk?

  • Catching System.Exit(value) in a unix script

    I am migrating a java application from Windows to Unix, where on the Unix environment it will be run under a batch scheduler.
    I am trying to figure out how to get Unix script 'visibility' to the contents of system.exit().
    At program completion, system.exit is called with either a 0 (all's cool) or -1 (this dog won't hunt).
    I cannot figure out how to get that value communicated back to the invoking script, which currently looks something like:
    cp=<classpath>
    rm -f /staging/*
    $JAVA_HOME/bin/java ........
    rc=$?
    <if 'rc' = 0>
    { :perform this }
    <if 'rc' = -1>
    { :perform this instead }
    Any suggestions?

    rc=$? suggests it's Bourne shell you're running the script with?
    if [ $rc .eq. 0 ]; then
    echo "Bingo!"
    else
    echo "Oh shit..."
    fi
    Better yet, do "man sh" from a unix command prompt -- it gives you the full scoop.

  • Sapinst not started in EP 6.0 on Unix

    Dears,
    I need to apply Java patch on EP 6.0 which is on Oracle with HP-UNIX.
    I have set DISPLAY variable by:
    setenv DISPLAY 192.163.193.155:0.0
    My environmental variables:
    HOME=/home/epdadm
    PATH=/oracle/EPD/920_64/bin:.:/home/epdadm:/usr/sap/EPD/SYS/exe/run:/usr/bin:/us
    r/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/h
    parray/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/sec_mgmt/bastille/bin:/opt/resmo
    n/bin:/opt/gnome/bin:/opt/ignite/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/wbe
    m/bin:/opt/wbem/sbin:/opt/graphics/common/bin:/usr/bin/X11:/opt/mx/bin:/opt/sec_
    mgmt/spc/bin:/opt/upgrade/bin:/opt/java1.4/bin:/usr/contrib/bin/X11
    LOGNAME=epdadm
    TERM=vt100
    SHELL=/bin/csh
    MAIL=/var/mail/epdadm
    COLUMNS=80
    LINES=25
    MANPATH=/opt/ipf/man:/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/c
    ontrib/man:/usr/local/man/%L:/usr/local/man:/opt/mx/share/man:/opt/sec_mgmt/shar
    e/man:/usr/dt/share/man:/opt/samba/man:/opt/resmon/share/man:/opt/gnome/man:/opt
    /ignite/share/man/%L:/opt/ignite/share/man:/opt/wbem/share/man:/opt/graphics/com
    mon/man:/opt/sec_mgmt/share/man/%L:/opt/ssh/share/man:/opt/java1.4/bin
    TZ=IST-5:30
    SAPSYSTEMNAME=EPD
    DIR_LIBRARY=/usr/sap/EPD/SYS/exe/run
    SHLIB_PATH=/usr/sap/EPD/SYS/exe/run
    JAVA_HOME=/opt/java1.4
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tnsname=EPD
    ORACLE_PSRV=EPD
    ORACLE_SID=EPD
    DB_SID=EPD
    ORACLE_HOME=/oracle/EPD/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/EPD/920_64/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.UTF8
    dbs_ora_schema=SAPEPDDB
    SAPDATA_HOME=/oracle/EPD
    DISPLAY=192.163.193.155:0.0
    but when i execute ./sapinst it shows error:
    guiengine: no GUI connected; waiting for a connection on host MSLPBD, port 21212
    to continue with the installation
    Output of xclock is :
    Error: Can't open display: 192.163.193.155:0.0
    192.163.193.155-is my desktop IP
    192.163.193.155 is also pingable from server.
    Please what could be the possible solution of this issue.
    Shivam

    Hi Jaun,
    Thanks for the reply.
    I executed ./sapinst after opening Xmanager window.This it also showed the message :
    guiengine: no GUI connected; waiting for a connection on host MSLPBD, port 2121
    to continue with the installation
    But then showed :
    guiengine: login in process.
    And opend one GUI window but that was a Welcome window and not containing any component option or anything just a white window on which mentioned Welcome to Netweaver Installation and nothing else.
    and login in process is running for a long time.
    Means i think it's not getting connected to server...
    Plz suggest.
    Shivam
    Edited by: Shivam Mittal on Jul 23, 2008 6:32 PM

  • Problem executing Unix script from Java...

    Hi there, I'm having trouble executing a unix script from a java program. The script receives multiple parameters and it seems that one of them ( or more ) is not well interpreted. When I run the script directly from a shell, the script executes without any errors. But, when I run the exact same script with the exact same parameters, it does not work.
    Here is the command to execute the script with all the parameters that is executed from the shell ( with success ) and also from the java program ( with errors ):
    /z/opus/dcap/intfu001.csh 'NODEBUG^NOTKPROF^NOSTACK' opus dcap JACQUES JACQUES '2625781' 'ORA$PIPE$001D00D70001' JOB^DEBUG^SINISIMU^STATPROD^DECTIDANC^81^503^4080^86^87^151^97^98^99 BUT^N^N^SPRI^0^13^24^3^J^05^N^19^19^19 >> /tmp/switcher8.999.null.pgm.test
    And here is my portion of code that executes the script:
    Runtime wShell = Runtime.getRuntime();
    Process wProc = wShell.exec(cmd_unix_final);
    wProc.waitFor();
    return wProc.exitValue();
    Please give me your thoughts on this!
    Thanks in advance!

    Ok.
    Let's proceed surgically, else we'll never solve or overcome anything.
    In the last your reply you wrote:
    the normal output is what I get when the script runs successfully, the script first prints a few things
    and then does stuff that takes at least 2 or 3 secondsWhat do you mean?
    -Finally have you got your script correctly executed?
    The stuffs you spoke of are really performed?
    If this is the case I can't see the prob.
    Is your concern only about exitValue() for it doesn't let you distinguish programmatically
    the success or failure of the script execution?
    Of course you surely already have a routine in your java code to handle
    exceptional situations of errors from the script.
    And the "normal output" is just what you must parse to detect those errors.
    Then who cares about exitValue() in this case?
    Don't invoke it, relay on the stdout and stderr of the script.
    -Or you get only a deceiving standard output
    that let you think the script execution went alright, while instead it didn't.
    In this case we have to investigate some other thing.
    I can't still exclude that the problem isn't related with the buffer size of the stdout
    allocated by the environment to the subprocess. You spoke of few things printed out.
    Be explicit. What's the size of the output you get?
    And is the "normal output" complete till the very last char
    or is it truncated from somewhere on?
    Also it's important that you hit a ps command after the java main process terminates
    (or simply when waitFor() returns) and see if the script subprocess hung up.
    As an alternative approach directly call your pro*C code from Java through JNI, instead of translating it.
    1. Exec.java
    public class Exec{
         static{
              System.loadLibrary("Exec");
         public static native void proCFunct();
         public static void main( String[] args){
              proCFunct();
    }2. javac Exec.java
    3. javah Exec
    4.Exec.c
    #include "Exec.h"
    JNIEXPORT void JNICALL Java_Exec_proCFunct(JNIEnv * a, jclass b){
         //here call the function that executes the script
    5. cc -G -I$JAVA_HOME/include -I$JAVA_HOME/include/solaris -I$YOUR_INCLUDES Exec.c -o libExec.so
    6. setenv LD_LIBRARY_PATH .
    7. java Exec

  • Fileupload webforms6i unix

    Hi,
    After having read a few of the more than hundred postings regarding the fileupload utility - can anyone clarify
    if this configuration can be made working:
    jinit 1.3
    forms6i(patch10)
    forms listener on unix (linux)
    fileupload pjc 6i or 9i code (self signed)
    Currently - I have tried followed the instructions for configuring the server
    PATH=$ORACLE_HOME/bin:$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/jre/lib/i386/classic:$PATH
    CLASSPATH=$ORACLE_HOME/forms60/java:$ORACLE_HOME/lib/importer.jar:$JAVA_HOME/jre/lib/rt.jar:$ORACLE_HOME/forms60/java/UploadServer.jar:$CLASSPATH
    I'm able to import the certificate
    Run the demo-form
    Get CLASSPATH in the message area
    select a file
    start the fileupload (java console is showing<FILEUPLOAD>chunks ....</FILEUPLOAD> - Then I'm getting ORA-105101 and no file is uploaded.
    Following ( Metalink note 134022.1) For
    Linux Intel I have added to Variable name: LD_LIBRARY_PATH
    $JAVA_HOME/jre/lib/i386:$JAVA_HOME/jre/lib/i386/classic: $JAVA_HOME/jre/lib/i386/native_threads
    But doing so is giving me the following error when starting up the forms listener
    oracle.forms.servlet.ListenerServlet/Forms session <1> aborted: runtime process failed during startup with errors /opt/oracle/product/1.0.2/6iserver/bin/f60webm: error while loading shared libraries: libiplsn.so.0: cannot load shared object file: No such file or directory
    -- file exists in path
    When modifying ld_library_path I cannot start the forms listener process successfully - have tried various combinations of the listed libraries but no joy so far
    I'm using 1.3 but have also tried 1.2.2 with same result.
    Has anyone any positive experience on unix (Linux) to share ?

    You guess right again. The file is a text file.It wasn't really a guess, I knew it would have been.
    If I replace all the \r\n with \n, does the file have
    a problem on window?Yes, but sometimes not. Some applications for viewing the files will have no problem understanding the \n as a new line. But Notepad will just display a box where the \n is instead.
    Do you know any simple way to replace all the \r\n
    with \n?
    I am new for dos2unix utility, can i execute command
    inside my code(servlet or java class)?You can use Runtime.exec() to execute commands, you'd need to know what the parameters are... I'm not sure offhand.
    You could also write some Java code...
    File f = new File("thefile.txt");
    File tmp = new File(f.getName() + ".tmp");
    BufferedReader in = new BufferedReader(new FileReader(new File(f)));
    PrintWriter out = new PrintWriter(new FileWriter(new File(tmp)));
    String line = "";
    while((line = in.readLine()) != null) { // doesn't matter what line end chars, it'll be handled correctly
       out.print(line);
       out.print("\n");
    out.flush();
    out.close();
    tmp.renameTo(f);You could easily make a method of that to take a file and the line-end chars you want to use. But keep in mind that if you do this operation on a non-text file, like an image or word document, you will definitely mess up the file because non-text formats don't really have "lines".

  • Env JAVA_HOME

    Hi,
    I have installed a software, but it asked to set the env JAVA_HOME to the install dir. I am root on my unix machine at home. which file do I need to edit and how ?
    rookie...

    you need to add $JAVA_HOME to your environment variables.
    in most unix platforms this is done with export statement
    user@host:/>export JAVA_HOME=<install dir>
    replace <install dir> with the directory you have installed the java software, for example:
    root@PC:/>export JAVA_HOME=/usr/local/j2sdk_1.4.1
    this export statement is usually a good idea to add to your .profile file, which can be found from your home dir. The name and location of the profile file depends on what unix or unix shell you are using (Linux, HP-UX, SUN Solaris...).

  • Configtool launch failure SM 4.0 on UNIX

    Hi,
    Recently I have been receiving the following error while i try to launch configtool
    @JAVA_HOME@/bin/java: Command not found.
    I have checked my environment and JAVA_HOME is correct.The DISPLAY variable for my console is also ok. ( xclock checked). Also there are other servers on the system like the portal for which the configtool doesn't have a problem.
    An ls -ltr command at the above mentioned location shows
    lrwxrwxrwx   1 bin      bin              27 Apr 09 15:40 java -> /usr/java14_64/jre/bin/java
    We are on IBM AIX 5.3.
    Please help me to identify the problem as am not much familiar with unix.
    Thanking you in advance.

    Hi RK,
    smpadm> env |grep JAVA_HOME
    JAVA_HOME=/usr/java14_64
    smpadm> ls -lta $JAVA_HOME
    total 232
    drwxr-xr-x   7 bin      bin            4096 Apr 09 15:40 .
    drwxr-xr-x   2 bin      bin            4096 Apr 09 15:40 bin
    drwxr-xr-x   5 bin      bin             256 Apr 09 15:40 jre
    lrwxrwxrwx   1 bin      bin              18 Apr 09 15:40 sh -> /usr/java14_64/bin
    drwxr-xr-x   6 bin      bin            4096 Jan 30 21:12 docs
    drwxr-xr-x   2 bin      bin            4096 Jan 30 21:12 include
    drwxr-xr-x   2 bin      bin             256 Jan 30 21:12 lib
    -rrr--   1 bin      bin           83854 Jan 30 03:02 fixes.html
    -rw-r-----   1 root     system         1166 Oct 23 2007  1193150605523-integrated.jnlp
    drwxr-xr-x  45 bin      bin            4096 Aug 06 2007  ..
    -rrr--   1 bin      bin             247 Dec 07 2004  sdkguide.aix64.htm
    -rrr--   1 bin      bin              83 Mar 23 2004  COPYRIGHT
    smpadm> more configtool.sh
    #!/bin/csh
    $JAVA_HOME/bin/java -Duser.language=en -classpath ".:./lib/launcher.jar" -Djava.compiler=NONE com.sap.engine.offline.OfflineToolStart com.sap.engine.configto
    ol.visual.ConfigTool ./lib/
    smpadm> echo $PATH
    /oracle/SMP/102_64/bin:/usr/java14_64/bin:.:/home/smpadm:/usr/sap/SMP/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    smpadm> java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20080122 (SR10) (JIT enabled: jitc))
    smpadm> pwd
    /usr/java14_64/bin
    smpadm> ls -ltr
    total 2416
    -r-xr-xr-x   1 bin      bin            2277 Jul 01 2004  java-rmi.cgi
    -r-xr-xr-x   1 bin      bin             835 Jul 01 2004  HtmlConverter
    -r-xr-xr-x   1 bin      bin           78695 Apr 03 2007  jextract
    -r-xr-xr-x   1 bin      bin           78687 Jan 30 02:57 extcheck
    -r-xr-xr-x   1 bin      bin           78687 Jan 30 02:57 appletviewer
    -r-xr-xr-x   1 bin      bin           78679 Jan 30 02:57 jar
    -r-xr-xr-x   1 bin      bin           78695 Jan 30 02:57 idlj
    -r-xr-xr-x   1 bin      bin           78735 Jan 30 02:57 javac
    -r-xr-xr-x   1 bin      bin           78695 Jan 30 02:57 jarsigner
    -r-xr-xr-x   1 bin      bin           78687 Jan 30 02:57 javap
    -r-xr-xr-x   1 bin      bin           78687 Jan 30 02:57 javah
    -r-xr-xr-x   1 bin      bin           78687 Jan 30 02:57 javadoc
    -r-xr-xr-x   1 bin      bin           78687 Jan 30 02:57 native2ascii
    -r-xr-xr-x   1 bin      bin           78695 Jan 30 02:57 jdb
    -r-xr-xr-x   1 bin      bin           78695 Jan 30 02:57 serialver
    -r-xr-xr-x   1 bin      bin           78679 Jan 30 02:57 rmic
    -r-xr-xr-x   1 bin      bin           78695 Jan 30 03:02 jformat
    lrwxrwxrwx   1 bin      bin              32 Apr 09 15:40 tnameserv -> /usr/java14_64/jre/bin/tnameserv
    lrwxrwxrwx   1 bin      bin              34 Apr 09 15:40 rmiregistry -> /usr/java14_64/jre/bin/rmiregistry
    lrwxrwxrwx   1 bin      bin              27 Apr 09 15:40 rmid -> /usr/java14_64/jre/bin/rmid
    lrwxrwxrwx   1 bin      bin              33 Apr 09 15:40 policytool -> /usr/java14_64/jre/bin/policytool
    lrwxrwxrwx   1 bin      bin              30 Apr 09 15:40 keytool -> /usr/java14_64/jre/bin/keytool
    lrwxrwxrwx   1 bin      bin              29 Apr 09 15:40 jvmtcf -> /usr/java14_64/jre/bin/jvmtcf
    lrwxrwxrwx   1 bin      bin              28 Apr 09 15:40 javaw -> /usr/java14_64/jre/bin/javaw
    lrwxrwxrwx   1 bin      bin              27 Apr 09 15:40 java -> /usr/java14_64/jre/bin/java
    smpadm> java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20080122 (SR10) (JIT enabled: jitc))
    The above are the values you asked for and some extra. The are two java folders as you can see in the PATH variable but the one used by Solman is JAVA14_64. Is that a problem ?

Maybe you are looking for