Re: Java Runtime Environment (JRE)?

2005-01-28 Thread Loren M. Lang
On Fri, Jan 28, 2005 at 07:48:38AM +0100, Gert Cuykens wrote:
  What's wrong with java/jdk14?  It doesn't sound like you have any
  requirements for Java 5.
  
 
 Does jdk14 has jvm too for firefox ?
 How do you install it in firefox ?

Yea, I'm pretty sure everything will be taken care of automatically for
mozilla and firefox to use it automatically, but in case it isn't you
need to make sure you have a soft link to the libjavaplugin_oji.so file
installed by the port in the firefox plugins directory.

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-28 Thread Clint Olsen
On Jan 28, Loren M. Lang wrote:
 Yea, I'm pretty sure everything will be taken care of automatically for
 mozilla and firefox to use it automatically, but in case it isn't you
 need to make sure you have a soft link to the libjavaplugin_oji.so file
 installed by the port in the firefox plugins directory.

Actually, it didn't work this way for me, so I did have to make the
symbolic link myself (to the ns610 version of it):

% cd ~/.mozilla/plugins
% ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so

I guess this sort of makes sense.  You may have multiple versions of Java
laying around, and perhaps you want to customize that on a per-user basis.

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Java Runtime Environment (JRE)?

2005-01-27 Thread Clint Olsen
Hi:

I was cruising around the ports system, looking for JRE-1.5 or an
equivalent, so I can get Java applets to run in Firefox.  Is there a Linux
port of this since Sun does binary releases of this?

Thanks,

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Matthias Buelow
Clint Olsen wrote:
I was cruising around the ports system, looking for JRE-1.5 or an
equivalent, so I can get Java applets to run in Firefox.  Is there a Linux
port of this since Sun does binary releases of this?
pkgsrc/lang/sun-jre15
(requires linux emulation)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Matthias Buelow
I wrote:
pkgsrc/lang/sun-jre15
err.. wrong list, wrong OS (although pkgsrc also supports freebsd).
you may want to look at ports/java/jdk15, or one of the linux-*-jdk15 in 
the same directory.

mkb.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Gert Cuykens
On Fri, 28 Jan 2005 00:22:47 +0100, Matthias Buelow [EMAIL PROTECTED] wrote:
 I wrote:
 
  pkgsrc/lang/sun-jre15
 
 err.. wrong list, wrong OS (although pkgsrc also supports freebsd).
 
 you may want to look at ports/java/jdk15, or one of the linux-*-jdk15 in
 the same directory.
 
 mkb.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

So is the linux emulation a bad thing or a good thing, i dont
understand very well what we need to do here to have java 1.5 in
firefox on my amd 64 ? sorry :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Matthias Buelow
Gert Cuykens wrote:
So is the linux emulation a bad thing or a good thing, i dont
understand very well what we need to do here to have java 1.5 in
firefox on my amd 64 ? sorry :)
Linux emulation is both a good, and a bad thing.  Good, because software 
that is available only for Linux (usually binary-only, closed-source) 
can be run on FreeBSD, and bad, because it removes an (albeit small) 
incentive to port applications to FreeBSD (or NetBSD, ...).

I've never used java with firefox so I can't help you there.
mkb.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Jeremy Faulkner
Gert Cuykens wrote:
On Fri, 28 Jan 2005 00:22:47 +0100, Matthias Buelow [EMAIL PROTECTED] wrote:
I wrote:
pkgsrc/lang/sun-jre15
err.. wrong list, wrong OS (although pkgsrc also supports freebsd).
you may want to look at ports/java/jdk15, or one of the linux-*-jdk15 in
the same directory.
mkb.

So is the linux emulation a bad thing or a good thing, i dont
understand very well what we need to do here to have java 1.5 in
firefox on my amd 64 ? sorry :)
You need to be patient. Plugin support wasn't part of the first patchset 
for jdk15 because it is an early adopter release (the patchset). The 
java team is working on this. Be patient.

--
Jeremy Faulkner [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Clint Olsen
On Jan 27, Jeremy Faulkner wrote:
 You need to be patient. Plugin support wasn't part of the first patchset
 for jdk15 because it is an early adopter release (the patchset). The java
 team is working on this. Be patient.

Is there a native (from-source) java implementation that would work
reasonably well with Firefox then?

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Jeremy Faulkner
Clint Olsen wrote:
On Jan 27, Jeremy Faulkner wrote:
You need to be patient. Plugin support wasn't part of the first patchset
for jdk15 because it is an early adopter release (the patchset). The java
team is working on this. Be patient.

Is there a native (from-source) java implementation that would work
reasonably well with Firefox then?
-Clint
The older more mature jdk ports.
--
Jeremy Faulkner [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Loren M. Lang
On Thu, Jan 27, 2005 at 07:52:54PM -0800, Clint Olsen wrote:
 On Jan 27, Jeremy Faulkner wrote:
  You need to be patient. Plugin support wasn't part of the first patchset
  for jdk15 because it is an early adopter release (the patchset). The java
  team is working on this. Be patient.
 
 Is there a native (from-source) java implementation that would work
 reasonably well with Firefox then?

What's wrong with java/jdk14?  It doesn't sound like you have any
requirements for Java 5.

 
 -Clint
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java Runtime Environment (JRE)?

2005-01-27 Thread Gert Cuykens
 What's wrong with java/jdk14?  It doesn't sound like you have any
 requirements for Java 5.
 

Does jdk14 has jvm too for firefox ?
How do you install it in firefox ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]