Java Runtime Plug-in (JPI) for 1.4, 5.0, & 6.0 Frequently Asked Questions
Q: Does the Runtime Plug-in for HP-UX, Java Standard Edition, support multiple
SDKs/JDKs?
A: No. The Java SE Runtime Plug-in for HP-UX supports only the JDK it is packaged
with. For example, the Runtime Plug-in for HP-UX 6.0 supports only the JDK 6.0, and
the Runtime Plug-in for HP-UX 1.4.2.02 supports only SDK 1.4.2.02.
Q: What happens if an HTML page contains an applet that requires Java SE and I don't
have a Runtime Plug-in for HP-UX, Java SE, installed?
A: If the HTML page was modified with the htmlConverter, Mozilla Communicator
will load the HP download page from which you can download the appropriate JRE
and JPI depots. You will need to use swintall to install both depots.
Q: How do I set up HP 3D Technology for the Java™ platform to work with the Runtime
Plug-in for HP-UX, Java™ SE?
A: For Java SE versions 5.0, 6.0, and 1.4.2.05 and later, simply install the HP 3D
technology in the default location, that is, /opt/java<version>/... If the 3D
technology software is installed, the Plug-in will find the files.
For earlier 1.4.x versions of the Plugin, for Netscape 4.x you need to make the Java™
3D libraries available to Netscape. To do this, set symbolic links or move your Java™
3D libraries under your Netscape home directory. To set symbolic links, do the
following:
ln -s /opt/java1.4/jre/lib/ext/j3dcore.jar \
$HOME/.netscape/jre/lib/j3dcore.jar
ln -s /opt/java1.4/jre/lib/ext/j3dutils.jar \
$HOME/.netscape/jre/lib/j3dutils.jar
ln -s /opt/java1.4/jre/lib/ext/vecmath.jar \
$HOME/.netscape/jre/lib/vecmath.jar
ln -s /opt/java1.4/jre/lib/PA_RISC/libJ3D.sl \
$HOME/.netscape/jre/lib/PA_RISC/libJ3D.sl
ln -s /opt/java1.4/jre/lib/PA_RISC2.0/libJ3D.sl \
$HOME/.netscape/jre/lib/PA_RISC2.0/libJ3D.sl
To move your Java™ 3D libraries under your Netscape home directory, do the following:
cp /opt/java1.4/jre/lib/ext/j3d*.jar \
$HOME/.netscape/jre/lib/
cp /opt/java1.4/jre/lib/ext/vecmath.jar \
$HOME/.netscape/jre/lib/
4