In Oracle Applications R12, which environment variable specifies the location where the Java zip
files will be installed?
A.
$AF_JLIB
B.
$JAVA_LIB
C.
$JAVA_TOP
D.
$CLASSPATH
E.
$AF_CLASSPATH
In Oracle Applications R12, which environment variable specifies the location where the Java zip
files will be installed?
In Oracle Applications R12, which environment variable specifies the location where the Java zip
files will be installed?
A.
$AF_JLIB
B.
$JAVA_LIB
C.
$JAVA_TOP
D.
$CLASSPATH
E.
$AF_CLASSPATH
C
Unfortunately you’re wrong. The correct answer is, as indicated, A.
From the Oracle documentation: http://docs.oracle.com/cd/E18727_01/doc.121/e12841/T120505T120509.htm
The java directory
Release 12 introduces some significant changes to the locations in which the various types of Java files are stored. Rapid Install installs all Oracle E-Business Suite class files in the COMMON_TOP/classes directory, pointed to by the $JAVA_TOP environment variable. Zip and jar files are installed in the $COMMON_TOP/java/lib directory, pointed to by the $AF_JLIB environment variable (introduced with Release 12). The top-level Java directory, $COMMON_TOP/java, is pointed to by the $JAVA_BASE environment variable.