From N V Fitton, ideas to share with my students at Northern Virginia Community College, Alexandria campus.
I teach mathematics and computer science.

Monday, May 02, 2005

100 Mozilla plugin

To see applets in Mozilla from your account on wocsc, you need to connect the appropriate plug-in to your account. This command does it:

ln -s /usr/java/jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so ~/.mozilla/plugins

That's all on one line, with no break in -s. Here's the page where I found it. This command makes a symbolic link, in effect a shortcut, from your directory to a required program. The ultimate execution of the applet may be slow for us, because of the fact that we're using X through Cygwin, but it will work.

0 Comments:

Post a Comment

<< Home