LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 12-03-2003, 08:28 AM   #1
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Rep: Reputation: 15
why can't i install Java , please help


I am running Mozilla 1.5 when i visit my website it states dowload java-x so i click yes so it then install its but after that it says sucess , and nothing happens ?


ie i still can't see java applet help me


and also i have tried the above process manually nothing happens please help me
 
Old 12-03-2003, 08:35 AM   #2
guygriffiths
Member
 
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524

Rep: Reputation: 37
This won't work. You'll need to go and download the java runtime environment from sun, install it and then symlink the library to your mozilla directory. Go to http://plugindoc.mozdev.org/linux.html and follow the instructions there
 
Old 12-03-2003, 09:01 AM   #3
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Original Poster
Rep: Reputation: 15
I am going to try this now
 
Old 12-03-2003, 09:10 AM   #4
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Original Poster
Rep: Reputation: 15
HELP with JAVA

this is what i get:

[root@localhost plugins]# ln -s /usr/java/j2re1.4.2_02/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
ln: `./libjavaplugin_oji.so': File exists
[root@localhost plugins]#



can you still help me please
 
Old 12-03-2003, 09:42 AM   #5
guygriffiths
Member
 
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524

Rep: Reputation: 37
Use ln -sf instead of ln -s
This will overwrite it.
If the plugin doesn't work, then run mozilla from the command prompt and post and messages you get.
 
Old 12-03-2003, 10:49 AM   #6
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Original Poster
Rep: Reputation: 15
I am trying it now
 
Old 12-03-2003, 11:09 AM   #7
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Original Poster
Rep: Reputation: 15
Still NOT WORKING JAVA

guy's its still not working i am abit confuse this time around it gave me no error


also just to point out

" /usr/java/j2re1.4.2_02/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
ln: `./libjavaplugin_oji.so' "

when i browsed /usr/ i can't see the java folder whats going on help. can you guy's do a remote job on my PC i am on 512K broadband


i totolly new to linux and my god its a long road up but all worth it.
 
Old 12-03-2003, 11:17 AM   #8
guygriffiths
Member
 
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524

Rep: Reputation: 37
I think you'd need to run a server to allow remote access. Do you have one running? Secondly, what happens when you create the link? Does it work? Also, are you getting any messages when starting Mozilla from the command line?

Wait a second! Where are you trying to link it to? Are you in the ~/.mozilla/plugins directory? Try typing the FULL path when linking
 
Old 12-03-2003, 11:37 AM   #9
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Original Poster
Rep: Reputation: 15
Yes , Yes i am in the mozilla plugins directory


i have just downloaded VNC and i am going to install this just in case i need to have someone do a remote job on me so what do i need to run this command in in the mozilla directory or not
 
Old 12-03-2003, 11:53 AM   #10
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Original Poster
Rep: Reputation: 15
To give you more information about this


when running the above command i am in the root / after running in -sf it does noting

it then just goes back to
root@localhost # below are all the files in mozilla 1.5 plugins folder


i bet ya its something so simple that i just can't see it.


[root@localhost plugins]# dir
flashplayer-installer java2 libjavaplugin_oji.so
flashplayer.xpt jre-1.3.1_09.i586.rpm libnullplugin.so
j2re-1_3_1_09-linux-i586.rpm.bin libflashplayer.so
[root@localhost plugins]# dir
flashplayer-installer java2 libjavaplugin_oji.so
flashplayer.xpt jre-1.3.1_09.i586.rpm libnullplugin.so
j2re-1_3_1_09-linux-i586.rpm.bin libflashplayer.so
[root@localhost plugins]#
 
Old 12-03-2003, 12:12 PM   #11
mondaypickle
Member
 
Registered: May 2003
Distribution: Slackware 9.1
Posts: 85

Rep: Reputation: 15
run this :

locate libjavaplugin_oji.so

that will tell you where java installed to, i have the java sdk so mines in /opt/j2sdk/.....

now, that will probably output more than on copy of the plugin because there are different versions, you want the one that has "/ns610-gcc32/libjavaplugin_oji.so". then cd to your mozilla plugin directory and do:

ln -sf "PATH TO PLUGIN"

ln -sf `locate /ns610-gcc32/libjavaplugin_oji.so` <--should do everything for u, just run that command in your plugin directory
 
Old 12-03-2003, 01:10 PM   #12
waheedrafiq
Member
 
Registered: Oct 2002
Posts: 84

Original Poster
Rep: Reputation: 15
this is the out put that i have got help:

[root@localhost plugins]# locate libjavaplugin_oji.so
/opt/j2sdk_nb/j2sdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so
/opt/j2sdk_nb/j2sdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
[root@localhost plugins]#

so if i am correct in saying the command i type is


in -sf /opt/j2sdk_nb/j2sdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so \usr\local\mozilla\plugins


is the above correct
 
  


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
Java Install marlaina1 Linux - Software 5 03-22-2004 11:58 AM
Java Install Please Help!!! unwrittenlaw Linux - Newbie 22 11-08-2003 11:42 PM
Help with java install (again...) MidgetmanUK Linux - Newbie 3 10-04-2003 08:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:20 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