On Thu, Dec 06, 2001 at 06:38:07PM -0500, Tomasz Kosinski wrote: | I am guessing that this error comes from followed Sun's instructions and | created the environmental variable: | | export NPX_PLUGIN_PATH=<jre>/plugin/i386/ns4 | | I have tried removing the environmental variable with | env --unset=NPX_PLUGIN_PATH
Where did you put the "export" command? If it is in your ~/.bashrc or /etc/bashrc you can just remove it. To get rid of it in the current shell only, export NPX_PLUGIN_PATH= should work. -D -- "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix

