> I installed both (j2sdk-1_4_2_01-linux-i586.rpm and > j2re-1_4_2_01-linux-i586.rpm). But neither mozilla or > netscape seems to see x-java-vm plugin. > > The j2sdk and j2re are installed in /usr/java. I even made a > softlink of libjavaplugin_oji.so in > /usr/lib/mozilla-1.2.1/plugins. Still it could not be seen. > What do I do? > Try adding the following to your .bash_profile: JAVAHOME=/usr/java/j2re1.4.1_05/bin (or wherever it is installed) export PATH JAVAHOME You could also add this to /etc/profile; if ! echo $PATH | /bin/grep -q "/usr/java/j2re1.4.2_01/bin" ; then PATH="$PATH:/usr/java/j2re1.4.2_01/bin" fi Which would enable java for all users by adding the java bin directory to the path variable. Dave T. -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list