Type info
Title regcomp change
Posted by [EMAIL PROTECTED]
Affected ,odk
Effective from cws jl13


Summary

-command line argument classpath


Description
The command - line switch classpath does not exist anymore.

When used in an office installation jar files which would be normaly
specified in CLASSPATH must be located in the program/classes directory.

When regcomp is used out of an office then bootstrap parameters must
be applied:

UNO_JAVA_JFW_JREHOME,UNO_JAVA_JFW_CLASSPATH, UNO_JAVA_JFW_PLUGIN
For example:

regcomp -env:UNO_JAVA_JFW_JREHOME=file:///d:/jre1.5
-env:UNO_JAVA_JFW_PLUGIN:file:///d:/office/program/sunjavaplugin.dll
-env:UNO_JAVA_JFW_CLASSPATH=d:\\office\\program\\classes\\jurt.jar;d:\\office\\program\\classes\\ridljar;....

Because they are boostrap variables they can also be set as
environment variables.
------------------------------------------------------
On Solaris/Linux regcomp will be a shell script which runs a
regcomp.bin. The script will automatically set the proper
LD_LIBRARY_PATH for Java.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to