[CLUE-Tech] Cannot complete java installation

Nathan Hokanson nathan at redfactor.com
Wed Jan 29 13:37:12 MST 2003


On Wed, 2003-01-29 at 15:54, Vern Bradley Southern wrote:
> Notes:
> 1. Before you run regxpcom, as described below, first shut down the browser.
> 2. setenv LD_LIBRARY_PATH <Netscape 6>:$LD_LIBRARY_PATH
> 
> Inside the <syntax> I have tried every thing I can think of.
> 
> Example:
> setenv LD_LIBRARY_PATH <Netscape 6>:$LD_LIBRARY_PATH
> setenv LD_LIBRARY_PATH <netscape>:$LD_LIBRARY_PATH
> setenv LD_LIBRARY_PATH </usr/local/netscape>:$LD_LIBRARY_PATH
> 

I would guess tha the <Netscape 6> means to put the path to Netscape 6
in the command.  For instance, if you installed Netscape 6 in
/usr/local/Netscape6 then type:

export LD_DIRBARY_PATH="/usr/local/Netscape6:$LD_LIBRARY_PATH"

This assumes the bash shell.

Of course, the way that I have always "installed" my Java plugin
(including JDK 1.4.0) was to create a link from the
$JAVA_HOME/jre/plugin/i386/ns610/libjavaplugin_oji140.so with the
following command:

ln -s
/usr/local/j2sdk1.4.0/jre/plugin/i386/ns610/libjavaplugin_oji140.so
/usr/lib/mozilla-1.1/plugins

Then when I restarted the browser and typed about:plugins in the address
field, lo and behold!  the Java Plugin...

Hope this helps.

-- 
Nathan Hokanson                          nathan at redfactor.com
Partner/Lead Architect                   303-808-7484
RedFactor                                http://www.redfactor.com




More information about the clue-tech mailing list