cancel
Showing results for 
Search instead for 
Did you mean: 

Java path for I5 V6R1

marcos_dulgher
Explorer
0 Kudos

Hi guys!

Im facing a trouble to install SAP.

Im in the phase there I need to provide the java path to installation continues.... but i try all paths possible.

Accoding some docs the right path is /qibm/proddata/java400/jdk14/bin. But i tryied paths:

/qibm/proddata/java400/jdk14/bin

Fot this path error is:

Directory Z:\QIBM\ProdData\Java400\jdk14\bin is not a valid JDK directory: the java executable is missing.

\QOpenSys\QIBM\ProdData\JavaVM\jdk14\64bit

For this path error is:

Directory Z:\QOpenSys\QIBM\ProdData\JavaVM\jdk14\64bit is not a valid JDK directory: execution of "Z:\QOpenSys\QIBM\ProdData\JavaVM\jdk14\64bit\bin\java -classpath ./JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 1.

I have java 5761JV1 13 Java Developer Kit and 5761JV1 6 Java Developer Kit 1.4 installed and working.

Anyone knows more about this?

Thanks for any help!

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

I have been advised that JVM 1.4.2 will not run on ISeries OS V7R1. I'm not sure about V6R1, though. It should be OK on that version.

christoph_ostrop
Active Contributor
0 Kudos

some of this Q&A are a little bit old, but

for IBM-i specific question, you should use this area:   => 

you could use JVM 1.4.2. on V7R1,  it is compatible

(although the "go LICPGM" option display indicates V6R1

Lizenz-   Product-Install.                  
programm  Option  Release Beschreibung  
5761JV1   *BASE   V6R1M0  IBM Developer Kit für Java 
5761JV1   8       V6R1M0  J2SE 5.0 32 Bit       
5761JV1   9       V6R1M0  J2SE 5.0 64 Bit       
5761JV1   11      V6R1M0  Java SE 6 32 Bit   
5761JV1   12      V6R1M0  Java SE 6 64 Bit   
5761JV1   13      V6R1M0  J2SE 1.4 64 Bit
sunil_pandey6
Explorer
0 Kudos

Hi Marcos,

Did you get any solution for this error, even i am getting same error while installing in V7R1.

With Regards

Sunil

marcos_dulgher
Explorer
0 Kudos

Im using

51038621_9 - BS2005 SR3 Installation Master OS400

51040437 - SAP SOLMAN 7.0 EHP1SR1 Inst.Master

For bolth I have the same issue.

____________________________________________________________________________

My java is:

java -version

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)

IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 OS400 ppc64-64 j9ap64142sr13-2010

1220 (JIT enabled)

J9VM - 20101118_68931_BHdSMr

JIT - 20090210_1447ifx2_r8

GC - 200902_24)

$

___________________________________________________________________________

According the IBM docs this is a supported version: https://www-304.ibm.com/support/docview.wss?uid=nas12e7134cd9cddba4b862576f100698413

https://www-304.ibm.com/support/docview.wss?uid=nas13e0b7af2cf7fa663862577a500503434

If you provide me you email i send to you the prints.

Thanks!

marcos_dulgher
Explorer
0 Kudos

The file Z:\QIBM\ProdData\Java400\jdk14\bin\java have the content:

#! /usr/bin/sh

  1. 5722-JV1

  2. (C) COPYRIGHT IBM Corporation 2004, 2006

  3. All Rights Reserved.

  4. US Government Users Restricted Rights-

  5. Use, duplication or disclosure restricted

  6. by GSA ADP Schedule Contract with IBM Corp.

#

  1. Licensed Materials-Property of IBM

#

cmd="QSYS/CALL PGM(QSYS/QJVATOOLS) PARM('java' '-Djava.version=1.4'"

  1. Check for PASE file.encoding

if test -z "$PASE_JAVA_ENCODING"

then :

else cmd="$cmd '-Dfile.encoding=$PASE_JAVA_ENCODING'"

fi

  1. Set JAVA_HOME

export JAVA_HOME=/QIBM/ProdData/Java400/jdk14/

for temp ; do

cmd="$cmd '"

  1. double embedded quotes halved by CL CALL

while [[ "$temp" = \' ]] ; do

cmd="$cmd${temp%%\'*}''"

temp="${temp#*\'}"

done

cmd="$cmd$temp'"

shift

done

cmd="$cmd)"

exec /usr/bin/system -pieb "$cmd"

Former Member
0 Kudos

Hi Marcos,

Could you check is the command 'java -version' gives an appropriate output?

Further please check SAP Note 717376 if you have the correct JDK for you platform.

Regards,

Srikishan

marcos_dulgher
Explorer
0 Kudos

Hi Srikishan!

Tryied like you said but the error persists.

Erro: Directory Z:\QIBM\ProdData\Java400\jdk14 is not a valid JDK directory: execution of "Z:\QIBM\ProdData\Java400\jdk14\bin\java -classpath ./JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 1.

Regards

Former Member
0 Kudos

Hi,

Try giving the JDK path as:

/qibm/proddata/java400/jdk14

leave out the 'bin' part.

Regards,

Srikishan