LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 05-29-2004, 06:00 AM   #16
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30

hello can any 1 tell me iv got netscape 7.1 now i know u need to install java for this version but would i be right in saying if you download netscape version 6.2 it caomes with java enabled thanks
 
Old 05-29-2004, 07:00 AM   #17
heinblöd
Member
 
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 186

Rep: Reputation: 31
You have to link it correctly :

If you installed the JRE 1.4.2_04 RPM, this plugin is /usr/java/j2re1.4.2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so - and to install it for Mozilla (including Mozilla Firefox), do the following:

-Open a terminal
-Change to your Mozilla (or Mozilla Firefox (*or Netscape*) ) plugins directory
-Issue the following command:
ln -s /usr/java/j2re1.4.2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

But maybe they are more things to do .Depends on your configuration.

You can read it at :


http://plugindoc.mozdev.org/faqs/java.html#Linux
 
Old 05-29-2004, 08:26 AM   #18
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
hello thanks for your reply heinblöd iv now done what u said it now shows in my plugin directory for both mozilla and iv allso put it in my netscape plugin directory as well but surely enough for some strange reason it dont work. im still getting the same error message when i try to play yahoo pool (this page contains information of a type) "application/x-java-vm"(that can only be viewed with the appropriate plugin) iv allso read the link you posted but it tells me no more than you have managed to do .if you or any 1 else could assist me any further i would greatly appreciate it
thanks nige
 
Old 05-29-2004, 11:06 AM   #19
heinblöd
Member
 
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 186

Rep: Reputation: 31
Hi !

I think maybe you have to eliminate error possibilities.
Did you check , if java is working for other websites ?
Maybe some security-settings in your browser?

I also saw some applets , which are obviously designed for windoof only.
M$ changed java for some simple reasons. (Or better to say they added some features which only work with their kind of "java")
Then this applets try to load some "ms.something.*" classes .
I don´t know if there is a solution for that.
What error message do you get exactly??

Last edited by heinblöd; 05-29-2004 at 11:07 AM.
 
Old 05-29-2004, 12:29 PM   #20
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
well i went on to another site to test ifmy java was working it was not i recieved the same error message "this page contains information of a type)application/x-java-vm"(that can only be viewed with the appropriate plugin) "
 
Old 05-29-2004, 01:01 PM   #21
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
hello again iv now checked my browser settings and im certain there is nothing to stop java
 
Old 05-29-2004, 04:50 PM   #22
heinblöd
Member
 
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 186

Rep: Reputation: 31
then the link is not set correctly.
click about (or help) in netscape .
search for "about plugins" and see if java is shown there .

if not try to link it again and verify your path .
you have to change the path in the example above to your needs .
mayby it´s not .../ns610-gcc32/ ... but .../ns610/... or .../ns*yourversion */... or different version of java jre
 
Old 05-29-2004, 05:14 PM   #23
eric.r.turner
Member
 
Registered: Aug 2003
Location: Planet Earth
Distribution: Linux Mint
Posts: 216

Rep: Reputation: 31
Quote:
Originally posted by J.Q. Monkey
I guess I'll be the jack*ss to point out there is no java compiler....
A compiler is
Quote:
A program that converts another program from some source language (or programming language) to machine language (object code).
( http://www.linuxguruz.com/foldoc/fol...query=compiler )

Technically javac is a compiler! The machine that the object code works on happens to be virtual, but is a machine nonetheless. There are no theoretical limits that would prevent someone from making an actual (hardware) machine that could run Java object code natively (i.e. a Java processor) instead of having to use a virtual machine.
 
Old 05-29-2004, 10:09 PM   #24
johnMG
Member
 
Registered: Jul 2003
Location: CT, USA
Distribution: Debian Sarge (server), Etch (work/home)
Posts: 601

Rep: Reputation: 32
Someone mentioned that you can't use Swing with GCJ. Actually, you can use *some*. And work on that is being done pretty quickly now. See
http://www.kaffe.org/~stuart/japi/ht...classpath.html
for up-to-date status.
 
Old 05-30-2004, 08:04 AM   #25
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
ok iv tried to reinstall it with the following command" ln -s/usr/java/j2re-1_4_2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so" and i get 6the message" ln: `./libjavaplugin_oji.so': File exists"just so im certain can u tell me how to chec what gcc i have
 
Old 05-30-2004, 08:10 AM   #26
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
ok iv typed "dmesg"in aterminal and it tol me what version i have it is (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5))
so am i right by typing in ln-s/usr/java/j2re-1_4_2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so i
is this correct or not
 
Old 05-30-2004, 08:38 AM   #27
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
hello again why is it when i go into mozilla it says "mozilla-i686-pc-linux-gnu-1.8a1"
and im am typing" i386" should i be typing "
ln-s/usr/java/j2re-1_4_2_04/plugin/i686/ns610-gcc32/libjavaplugin_oji.so
 
Old 05-30-2004, 08:42 AM   #28
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
have u ever felt completely lost and in dire need of a game of pool ie yahoo pool im desperate
 
Old 05-30-2004, 09:49 AM   #29
heinblöd
Member
 
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 186

Rep: Reputation: 31
hmm . I just finished installing netscape 7 too see how it works .
To install the pliugin *I* did:
( I ve slackware 9.1)

I installed last j2sdk (1.4.2._04) from java.sun.com in /usr/lib
then made syslink from /usr/lib/j2sdk1.4.2_04 to /usr/lib/java (only for compatiliby reasons didnt replace older j2sdk)
then opened Midnight commander ( mc ) in a shellwindow

went to on the left to /usr/lib/java/jre/plugin/i386/ns610-gcc32 there is file libjavaplugin_oji.so

went on the right to netscape plugin directory ( /usr/lib/netscape/plugins on slackware)

then press F9 ( or click on command ) goto symlink ( verify that left side of mc window is active! )
then mc proposes to make symlink from left side dir to right side dir
just press enter
thats it !
i also tried to copy the plugin to ns-plugin dir but than ns crashed , don´t know why
hope it works for you also
j
 
Old 05-30-2004, 02:01 PM   #30
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
hello again iv allso now downloaded midnight commander can u give me any tips on using it
please
 
  


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 Compiler TGWDNGHN Linux - Software 0 12-02-2005 03:19 PM
java compiler asilentmurmur SUSE / openSUSE 5 08-14-2005 10:55 PM
Java compiler. Where to get? Arild2 Linux - Software 3 11-07-2004 11:56 AM
Java c compiler corbis_demon Linux - Newbie 2 08-11-2004 10:14 PM
java compiler shamz Programming 2 10-26-2003 04:35 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

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