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.
|
|
|
10-18-2003, 09:24 PM
|
#1
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Rep:
|
Fixing sun java once and for all
If had the worst time with this thing. Ive been trying to install j2re - 1_4_2_01-linux-i586 forever...ive gotten to the point where it actually install the rpm, but when i try and run java apps or limewire it says that i do not have a java applet. I know theres some kind of configuring i need to do, but please break it down as simply as possible.
thanks
|
|
|
10-18-2003, 11:07 PM
|
#2
|
Senior Member
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054
Rep:
|
this will help you get limewire working.
http://www.webopedia.com/TERM/w/work...computing.html
i don't use the jre ( i use the sdk), but inside your browser's plugins folder you'll have to make a link to the libjavaplugin.so file in your jre installation.
for me the path to the javaplugin is:
/usr/java/j2sdk1.4.2_01/jre/plugin/i386/ns610-gcc32/
your's will be in a slightly different location i guess. maybe not. anyway open up a command line terminal and do:
1. su
2. cd /usr/local/mozilla/plugins
3. ln -s /usr/java/j2sdk1.4.2_01/jre/plugin/i386/ns610-gcc32/libjavaplugin.so libjavaplugin.so
sub the right file path for your browser's plugin path in #2 and the right file path to the java plugin in #3. the plugin will be in a folder named ns610-gcc32, though.
edit: this is the link for setting the java path. frickin' klipper....
http://www.linuxquestions.org/questi...highlight=java
Last edited by megaspaz; 10-19-2003 at 04:29 PM.
|
|
|
10-19-2003, 12:34 PM
|
#3
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Original Poster
Rep:
|
when i do the cd /usr/local/mozilla/plugins it says no such file or directory
|
|
|
10-19-2003, 12:38 PM
|
#4
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
Try changing mozilla for mozilla-1.2 or 1.4.....
Look in /usr/local to see what version(s) you have installed.
|
|
|
10-19-2003, 12:45 PM
|
#5
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Original Poster
Rep:
|
ok im in /usr/local....im not seeing anything that even says anything about mozilla...i do see a java folder however containing the java runtime enviroment
|
|
|
10-19-2003, 12:55 PM
|
#6
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
try (in a console): whereis mozilla
|
|
|
10-19-2003, 01:04 PM
|
#7
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Original Poster
Rep:
|
Ah ha....mozilla: /usr/bin/mozilla /usr/lib/mozilla...ok i went to usr/lib/mozilla and theres a folder called plugins...what now?
|
|
|
10-19-2003, 01:14 PM
|
#8
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
Create your symbolic link to that plugin folder. Then open Mozilla and go to help-->About plugins to check that it's installed.
|
|
|
10-19-2003, 01:19 PM
|
#9
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Original Poster
Rep:
|
Alright now i just told you i saw the plugins folder in /usr/lib/mozilla....but i type in cd /usr/lib/mozilla/plugins or even just /usr/lib/mozilla, and it still says no such directory
|
|
|
10-19-2003, 01:23 PM
|
#10
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
Open up /usr/local and /usr/lib, do you see any directories there called Mozilla or Mozilla-xxx?
If you open Mozilla and click help-->about mozilla, which version does it show?
|
|
|
10-19-2003, 01:26 PM
|
#11
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Original Poster
Rep:
|
nothing under /user/bin, but under /usr/lib/ there are two folders, one titled mozilla, and the other titled mozilla-1.2.1
|
|
|
10-19-2003, 01:55 PM
|
#12
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
In Mozilla-1.2.1 you should find your plugins folder (if it's not there you'll need to create it manually).
But, 1.2.1 is a very old version. Why not download the latest version and then point your icons to that place. Saves you going through this again.
Whatever you decide to do, point your sym link at the plugin folder in /usr/lib/mozilla-1.x.x.
|
|
|
10-20-2003, 04:37 PM
|
#13
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Original Poster
Rep:
|
where do i pick up the new version?
|
|
|
10-20-2003, 04:48 PM
|
#14
|
Member
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361
Rep:
|
|
|
|
10-20-2003, 07:32 PM
|
#15
|
Member
Registered: Sep 2003
Location: florida
Distribution: Redhat 9
Posts: 154
Original Poster
Rep:
|
alright when i try and install its giving me an error, first it asks me to creat the directory /usr/local/mozilla, so i tell to do so, and it says error "cant make destination directory"...im stuck
|
|
|
All times are GMT -5. The time now is 01:26 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
|
|