Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-19-2003, 03:07 AM
|
#1
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Rep:
|
Help in Cofigurating J2SDK1.4.2
After I have installing J2sdk1.4.2. I got a directory in /home/eros/j2sdk1.4.2.
What should I do next? How do I configure it? How to make my Navigator be java-enabled also?
Can any1 help me plz? Thanks
|
|
|
07-19-2003, 03:14 AM
|
#2
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
Suggest you move j2sdk1.4.2 to /usr/local/j2sdk1.4.2
ln -s /usr/local/j2sdk1.4.2 /usr/local/java
cd /usr/lib/mozilla-<ver>/plugins
ln -s /usr/local/java/jre/plugin/ns610/libjavaplugin_oji.so libjavaplugin_oji.so // this should be in a aingle line.
close mozilla and start it again.
Click Help, About Plugins
Check if Java is listed.
|
|
|
07-19-2003, 12:32 PM
|
#3
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
how come when i click on Mozilla it will appear Netscape and the plug-in in the Netscape does not have Java listed?
|
|
|
07-19-2003, 06:36 PM
|
#4
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
upz
|
|
|
07-20-2003, 07:26 AM
|
#5
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
upz
|
|
|
07-20-2003, 09:33 AM
|
#6
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
Why is it so that after following the instruction i still dun not have any Java plugin listen in my Netscape?
|
|
|
07-20-2003, 09:36 AM
|
#7
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
2 different directories:
/usr/lib/netscape (or similar)
/usr/lib/mozilla
You must symlink to the plugins directory within each one.
Cool
|
|
|
07-20-2003, 09:38 AM
|
#8
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
the problem is that i have symlink to the both directory... but there is still no plugin....
anyway.... the java should i use j2sdk1.4.2 or j2re1.4.2
cos i use j2sdk1.4.2 plugins to symlink to them.
is there any differences between the 2 java package
|
|
|
07-20-2003, 09:40 AM
|
#9
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
sdk is basically more, but no, there shouldn't be a difference as far as the browser plugin is concerned. Can you post up the symlinks? Something like this is what you'd use to get the info I'm looking for:
ls -lh /usr/lib/mozilla/plugins
ls -lh /usr/lib/netscape/plugins
Cool
|
|
|
07-20-2003, 10:00 AM
|
#10
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
bash-2.05b$ ls -lh /usr/lib/netscape/plugins
total 948k
-rw-r--r-- 1 root root 2.3k Feb 8 23:47 ShockwaveFlash.class
-rw-r--r-- 1 root root 924k Feb 8 23:47 libflashplayer.so
lrwxrwxrwx 1 root root 53 Jul 20 22:27 libjavaplugin_oji.so ->
/usr/local/java/jre/plugin/ns610/libjavaplugin_oji.so
-rwxr-xr-x 1 root root 19k Feb 8 23:47 libnullplugin.so
|
|
|
07-20-2003, 11:03 AM
|
#11
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
And which version of netscape are you using? Also, can you post up your mozilla symlink as well?
When you use:
about:plugins
in netscape, does it show ANY information about Java?
Cool
|
|
|
07-20-2003, 11:29 AM
|
#12
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
Netscape 7.02
Mozilla symlink:
bash-2.05b$ ls -lh /usr/lib/mozilla1-3/plugins
ls: /usr/lib/mozilla1-3/plugins: No such file or directory
bash-2.05b$ ls -lh /usr/lib/mozilla-1.3/plugins
total 20k
lrwxrwxrwx 1 root root 53 Jul 20 01:11 libjavaplugin_oji.so -> /usr/local/java/jre/plugin/ns610/libjavaplugin_oji.so
-rwxr-xr-x 1 root root 18k Mar 14 13:11 libnullplugin.so
Nope, there is no information abt Java only shows:
Shockwave Flash
File name: libflashplayer.so
Shockwave Flash 5.0 r48
Mime Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes
Default Plugin
File name: libnullplugin.so
The default plugin handles plugin data for mimetypes and extensions that are not specified and facilitates downloading of new plugins.
Mime Type Description Suffixes Enabled
* All types .* Yes
|
|
|
07-20-2003, 06:45 PM
|
#13
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
upz
|
|
|
07-21-2003, 12:31 AM
|
#14
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Maybe it's netscape? All the rest of that looks fine, check your netscape configuration, is it pointing to a different place when looking for plugins? Is there something stopping it from using java in the config?
Cool
|
|
|
07-21-2003, 06:35 AM
|
#15
|
LQ Newbie
Registered: Jul 2003
Distribution: Slackware 9.0 GNOME
Posts: 27
Original Poster
Rep:
|
Can I know how to check where is my netscape pointing it plugins cos i can't find it
|
|
|
All times are GMT -5. The time now is 06:36 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|