Installation of Java VM on Voyager

Hi,

Has anyone successfully installed the IBM’s Java VM on Voyager ? It seems
like the /etc/profile and /usr/photon/plugins/config files are missing from
the installation package. Would appreciate that someone can post these 2
files here or send directly to me.

http://www.nexwarecorp.com/Developers/How-To-Install-JavaPlugin.html

Thanks
Eugene

Eugene wrote:

Hi,

Has anyone successfully installed the IBM’s Java VM on Voyager ? It seems
like the /etc/profile and /usr/photon/plugins/config files are missing from
the installation package. Would appreciate that someone can post these 2
files here or send directly to me.

http://www.nexwarecorp.com/Developers/How-To-Install-JavaPlugin.html

Thanks
Eugene

They were there…then Patch A came and they were incorrect ( because they
replaced the whole file…) so …

Add the following lines to /etc/profile
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ive/bin
export J9PLUGIN_ARGS="-Djava.home:/opt/ive
-bp:/opt/ive/lib/jclMax/classes.zip:/opt/ive/lib/jclMAx/prsnlnto.jar:/opt/ive/lib/j9plugin.jar:/opt/ive/lib/syslog.jar"

export PATH=$PATH:/opt/ive/bin

that’s three lines; the second is very long and got wrapped at the only space
in the line…
also replace “/opt/ive” with where ever you happened to install the package

and add the following to the plugins/config file

[J9 Applet Plugin]
Executable = /opt/ove/bin/j9plugin
Vendor = IBM Corporation
Copyright = IBM Corporation
Description = Plugin support for OTI J9 JVM
Major Version = 1
Minor Version = 0
Fix Version = 0
Build Version = 1
MIME Descriptions = Applets
MIME Types = applications/x-java-applet
File Extents =
File Names =

That was for the original download, it may have changed with the new release.
There should be some installation or release notes files to double check.