Click to See Complete Forum and Search --> : Java symlink problem


Ineedhelplinux
04-04-2003, 11:16 PM
hey once again my fellow linux users.....well i finally got my java installation moving except for the slight problem with my symlink. i entered the command:
#

ln -s /usr/java/j2sdk1.4.1_02/jre/plugin/i386/ns610/libjava
plugin_oji.so /usr/lib/mozilla-1.0.1/plugins/

now when i go to the mozilla plugin directory it says that it doesnt exist. im sure its right b/c i manually checked the links. Does anyone know what i might be doing wrong?

What is the command to delete a file in console????

Hayl
04-04-2003, 11:43 PM
cd /usr/lib/mozilla/plugins
ln -s /usr/java/j2sdk1.4.1_02/jre/plugin/i386/ns610/libjavaplugin_oji.so libjavaplugin_oji.so

OR

ln -s /usr/java/j2sdk1.4.1_02/jre/plugin/i386/ns610/libjavaplugin_oji.so /usr/lib/mozilla-1.0.1/plugins/libjavaplugin_oji.so [/B][/QUOTE]

to delete a file use "rm" (remove)

Ineedhelplinux
04-05-2003, 12:41 AM
i tried both commands and it says it already exists.....then when i try to click it it says it isnt real.