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 |
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.
|
|
08-23-2003, 12:57 AM
|
#1
|
Member
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711
Rep:
|
Java?
how exactly do you go about installing the java plug-in for linux? i downloaded the RPM but its .rpm.bin and i have no clue as to how im supposed to install it thanks in advance, this site is great, if it weren't for this i probably would have given up on linux
|
|
|
08-23-2003, 01:18 AM
|
#2
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
a .bin file is a compressed package that "self installs", to install it:
chmod +x file.rpm.bin -- this lets you execute the file
./file.rpm.bin
this runs the file. Then just follow the onscreen directions.
What you downloaded was not JUST the java plugin, its was all of Java. There are other steps you have to do after you install that to link the plugin to your desired browser. Once you install that package, we can go from there.
|
|
|
08-23-2003, 01:29 AM
|
#3
|
Member
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711
Original Poster
Rep:
|
okay now i understand what you meant by all of java okay so i got the rpm outta the way now i have a new folder /usr/java//usr/java/j2re1.4.1_04, this has all the files in it (which as you stated before) is all of java. now if you could kindly direct me as to how to install the plug-in to mozilla i would be very appreciative
|
|
|
08-23-2003, 01:44 AM
|
#4
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
ok, first you have to find the plugin location, and Mozilla's location.
Now, different versions of Java store the plugin in slightly different directories, so you may have to snoop a little.
The plugin should be in the: /usr/java/j2re1.4.1_04/plugin directory.
On my version, its /usr/java/j2re1.4.1_04/plugin/i386/mozilla/javaplugin_oji.so
Then you have to find where Mozilla is located. do a "whereis mozilla"
There should be a "plugins" directory in your Mozilla directory.
You now have to make a symlink from from the java plugin located in the java directory to your plugin directory. It should be something like (as root):
ln -s /usr/java/j2re1.4.1_04/plugin/i386/mozilla/javaplugin_oji.so /opt/mozilla/plugins/javaplugin_oji.so
Of course, adjusting to the locations specific to you.
Then load mozilla and type:
about:plugins
this will tell you what plugins are working.
If you have any problems, post back.
|
|
|
All times are GMT -5. The time now is 01:31 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
|
|