LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-01-2003, 10:17 AM   #1
ikw38
Member
 
Registered: Nov 2002
Location: Dallas
Distribution: RedHat 8
Posts: 270

Rep: Reputation: 30
Question about Java Install


Hi all,
I am currently running Mandy 9 with Netscape 7.01 - I have couple of sites that when I visit them say they need the new Java 1.4.1 update- I have installed both jre2 and SDK. In JRE I created directory to install it under /usr/java
ON SDK I let it install to defualt.
Now for some reason I am unable to get it work in Netscape.

I think what the problem is that Netscape does not see the new plugin-
I don't know how make sure it sees it. I looked under prefernces but nothing there to help me point it to it.
Maybe I need to put it in a bin file?

Is there a way I can get this to work-

One of the sites is a banking insitution and some of the options require this jave in order for it to work.

Thanks,
 
Old 01-01-2003, 10:46 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you'll need to create a symlink from the libjavasomething_oji.so library to the plugin directory for netscape /usr/local/netscape/plugins or somethign similar
 
Old 01-01-2003, 10:47 AM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
/usr/lib/mozilla/plugins

:)

You'll wanna link this to there:

/path/to/java/jre/plugin/i386/ns610
And link the:
libjavaplugin_oji.so
to the above directory. So:
ln -s /path/to/java/jre/plugin/i386/ns610/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so

You might also have a Netscape plugin directory, try:
whereis netscape
And then check the directories, but I think that NS uses mozilla plugin directory so you should be fine with just the above.

After you do the symlink do:
about:plugins

See if the java shows up

Cool

Last edited by MasterC; 01-01-2003 at 10:49 AM.
 
Old 01-01-2003, 10:48 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Bah! Acid, you are so much better at non-long winded answers than I am

Cool
 
Old 01-01-2003, 10:53 AM   #5
ikw38
Member
 
Registered: Nov 2002
Location: Dallas
Distribution: RedHat 8
Posts: 270

Original Poster
Rep: Reputation: 30
Thanks Master C, I will try this out now.

Thanks Acid- you try very hard but this newbie an't where you are just yet-
I really apreciate the effort to help, Lord knows we need it from everyone when trying to learn this system.
 
Old 01-01-2003, 11:09 AM   #6
macewan
Senior Member
 
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Blog Entries: 1

Rep: Reputation: 45
http://www.fiddlesticks.com/show383.html
 
Old 01-01-2003, 11:13 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
http://www.linuxquestions.org/questi...der=descending

or maybe the same question asked many many times on this site...
 
Old 01-01-2003, 03:01 PM   #8
ikw38
Member
 
Registered: Nov 2002
Location: Dallas
Distribution: RedHat 8
Posts: 270

Original Poster
Rep: Reputation: 30
Thanks macewan!!!!
I now have java running in Netscape 7.01 and man I am not sure why but things look a lot cleaner?

Anyhow I think I most of the functions working at the bank. :}
 
Old 02-12-2003, 02:09 AM   #9
killamyk
LQ Newbie
 
Registered: Feb 2003
Location: sumter, sc
Distribution: RedHat 8.0
Posts: 3

Rep: Reputation: 0
For beginners

I'm new to linux and was pulling my hair out trying to install java. I found this guide which helped me a TON:

http://home.bredband.no/gaulyk/java/...avaredhat.html

It says its to install the SDK on RedHat 7.2, however, I used this guide, plus some general logic to install JUST the sun java runtimes (no SDK) on my RedHat 8.0 system and mozilla. The hardest part was tweaking the paths for the symbolic link to work. All is well w/ java now!

The commands seem pretty standard... i dont see why this guide wouldn't be a good aid w/ most distros.

Hope this helps!

mike

Last edited by killamyk; 02-12-2003 at 02:11 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
java does not install in opt but install in usr bbmak Linux - Software 6 10-02-2005 11:13 PM
what directory is java install? what CMD determined where java is install? Thks. suse2166 Linux - Newbie 2 09-04-2005 08:24 PM
Question about Java re-install. z-vet Yoper 2 12-05-2004 09:02 PM
Java install question jphillip Linux - Software 2 09-29-2003 06:43 PM
java question TommyD Linux - Newbie 4 07-19-2003 04:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration