Click to See Complete Forum and Search --> : environment variables
tectonicman
07-30-2001, 11:35 AM
How do I do this?
2. Set the NPX_PLUGIN_PATH environment variable to the directory containing the javaplugin.so file. This file is located inside the Java 2 SDK in the
jre/plugin/i386/ns4/ directory.
thanks
Silent Bob
07-30-2001, 12:47 PM
To set it globally you need to add
NPX_PLUGIN_PATH="jre/plugin/i386/ns4/"
to /etc/profile and include NPX_PLUGIN_PATH in the export line.
There is also a way to set it just for one user. I can't remember exactly but I think that you just need to create a file called profile in their home directory and put:
NPX_PLUGIN_PATH="jre/plugin/i386/ns4/"
export NPX_PLUGIN_PATH
in it.
Hope this helps
[ 30 July 2001: Message edited by: Silent Bob ]
bugfix
07-30-2001, 01:05 PM
For each individual user add those lines to the .bashrc file in the users home directory. I think.
Silent Bob
07-30-2001, 05:01 PM
Yup my bad, it is .bashrc for individual settings :)
[ 30 July 2001: Message edited by: Silent Bob ]