java support in FBSD Firefox 4

2011-03-31 Thread Tim Kellers

Before I attempt to (re)invent the java wheel in Firefox 4...

Is there any documentation about how to enable java support already 
written or available.  If there isn't, does anyone have any hints?


Thanks

Tim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: java support in FBSD Firefox 4

2011-03-31 Thread John Levine
In article 4d948902.6000...@wallnet.com you write:
Before I attempt to (re)invent the java wheel in Firefox 4...

Is there any documentation about how to enable java support already 
written or available.  If there isn't, does anyone have any hints?

It's unchanged from 3.6, or at least, when I upgraded from 3.6 to 4
Java kept working.

This link explains it pretty well:

http://forums.freebsd.org/showthread.php?t=21010

R's,
John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: java support in FBSD Firefox 4

2011-03-31 Thread Adam Vande More
On Thu, Mar 31, 2011 at 9:00 AM, Tim Kellers timot...@wallnet.com wrote:

 Before I attempt to (re)invent the java wheel in Firefox 4...

 Is there any documentation about how to enable java support already written
 or available.  If there isn't, does anyone have any hints?


As always, the FreeBSD Handbook is what you should consult first which gives
a 3 command installation instructions to achieve your goal.



-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: java support in FBSD Firefox 4

2011-03-31 Thread Tim Kellers


On 03/31/11 11:06, John Levine wrote:

In article4d948902.6000...@wallnet.com  you write:

Before I attempt to (re)invent the java wheel in Firefox 4...

Is there any documentation about how to enable java support already
written or available.  If there isn't, does anyone have any hints?

It's unchanged from 3.6, or at least, when I upgraded from 3.6 to 4
Java kept working.

This link explains it pretty well:

http://forums.freebsd.org/showthread.php?t=21010

R's,
John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



Thanks.

Someplace between Firefox 3.5 and 4.0 I changed from diablo to openjdk.

That:
ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so ~/.mozilla/plugins/

was the missing step for me.

Tim Kellers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: java support in FBSD Firefox 4

2011-03-31 Thread John R. Levine

This link explains it pretty well:
http://forums.freebsd.org/showthread.php?t=21010



Someplace between Firefox 3.5 and 4.0 I changed from diablo to openjdk.


It was 3.6.  Check the archives for considerable gnashing of teeth as we 
tried to figure out how to get Java working again.



ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so ~/.mozilla/plugins/
was the missing step for me.


Free bonus: if you use Chromium, it works there, too:

ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so /usr/local/share/chromium/

Regards,
John Levine, jo...@iecc.com, Primary Perpetrator of The Internet for Dummies,
Please consider the environment before reading this e-mail. http://jl.ly
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: java support in FBSD Firefox 4

2011-03-31 Thread Robert Huff

Tim Kellers writes:

  Someplace between Firefox 3.5 and 4.0 I changed from diablo to openjdk.
  
  That:
  ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so ~/.mozilla/plugins/
  
  was the missing step for me.

I tried this, and discovered that - at least for SeaMonkey - I
had to go to the plugins manager and explicitly enable it before it
would show up in about:plugins.


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


linux-firefox + proper Java support

2006-07-30 Thread Norberto Meijome
hello everyone,
I'm running linux-firefox on FBSD 6.1-i386. I also have diablo-jdk installed.
When I sym-link (what I think are) the java plugins for moz. into the
linux-firefox/plugins folder, i get some errors dure to ABI :

LoadPlugin: failed to initialize shared
library /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so
[/usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so: ELF file OS ABI
invalid] 

or

LoadPlugin: failed to initialize shared
library /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
[/usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so: ELF file
OS ABI invalid]

Am I right in assuming that, if I'm using linux-firefox, i should uninstall
diablo-jdk and use linux-jdk? Any cons (other than having , sigh, more linux
stuff installed installed?)

thanks!!

Beto

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


[SOLVED] Re: linux-firefox + proper Java support

2006-07-30 Thread Norberto Meijome
On Sun, 30 Jul 2006 23:00:39 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:

 hello everyone,
 I'm running linux-firefox on FBSD 6.1-i386. I also have diablo-jdk installed.
 When I sym-link (what I think are) the java plugins for moz. into the
 linux-firefox/plugins folder, i get some errors dure to ABI :
 
 LoadPlugin: failed to initialize shared
 library /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so
 [/usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so: ELF file OS ABI
 invalid] 
 
 or
 
 LoadPlugin: failed to initialize shared
 library /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
 [/usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so: ELF file
 OS ABI invalid]
 
 Am I right in assuming that, if I'm using linux-firefox, i should uninstall
 diablo-jdk and use linux-jdk? Any cons (other than having , sigh, more linux
 stuff installed installed?)
 
yeah, simply installing linux-sun-jdk14 solved it ( and symlinking
/usr/X11R6/lib/linux-firefox/plugins/libjavaplugin_oji.so
- 
/usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

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


Re: Status of java support in FreeBSD 5.x release?

2004-12-15 Thread Kris Kennaway
On Wed, Dec 15, 2004 at 11:15:52PM -0800, rain cip wrote:

 one question though.  I followed the suggestion
 in the pkg message that says:
 
 # kldload linprocfs
 
 and
 
 # mount -t linprocfs linprocfs /compat/linux/proc
 
 Is this just a one time procedure for compiling 
 the jdk or do I have to do something permanent
 in the kernel configuration?

Compiling.

Kris


pgpSvamBpfFkK.pgp
Description: PGP signature


Re: Status of java support in FreeBSD 5.x release?

2004-12-15 Thread rain cip
Thanks for the tip!  And, yes, the bad first line in
the Currency?.java file is still there!  Has anyone
submitted a bug report to the port maintainer?  I
cvsup my port tree just 5 hours ago before starting
compiling /usr/ports/jdk14.  Can't believe the
problem still hasn't been fixed. :-(

one question though.  I followed the suggestion
in the pkg message that says:

# kldload linprocfs

and

# mount -t linprocfs linprocfs /compat/linux/proc

Is this just a one time procedure for compiling 
the jdk or do I have to do something permanent
in the kernel configuration?

rain


--- Nikolas Britton [EMAIL PROTECTED] wrote:

 rain cip wrote:
 
 Hello,
 
 Does anyone know the status of java support in
 FreeBSD
 5.x release?  Their website says there is a binary
 compatibility issue in 5.x but doesn't give further
 detail on what the issue is.  Has anyone had any 
 success using linux port of java in the 5.3
 release?
 
 Thanks.
 
 rain
 
 
   
 
 The native jdk14 works fine for FreeBSD 5.3, read my
 notes before you 
 start, remember to mount linprocfs before you start:
 

http://lists.freebsd.org/pipermail/freebsd-newbies/2004-October/002551.html
 
 Use this to test java: 

http://weather.noaa.gov/radar/mosaic.loop/DS.p19r0/ar.us.conus.shtml,
 
 the link in my notes has a typo.
 




__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Status of java support in FreeBSD 5.x release?

2004-12-13 Thread rain cip
Hello,

Does anyone know the status of java support in FreeBSD
5.x release?  Their website says there is a binary
compatibility issue in 5.x but doesn't give further
detail on what the issue is.  Has anyone had any 
success using linux port of java in the 5.3 release?

Thanks.

rain




__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Status of java support in FreeBSD 5.x release?

2004-12-13 Thread Jonathan Chen
On Mon, Dec 13, 2004 at 08:32:24PM -0800, rain cip wrote:
 Hello,
 
 Does anyone know the status of java support in FreeBSD
 5.x release?

Runs fine:

$ uname -v
FreeBSD 5.3-STABLE #0: Sat Nov 13 19:02:50 NZDT 2004 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/GENERIC 
$ java -version
java version 1.4.2-p6
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.2-p6-root_14_nov_2004_06_58)
Java HotSpot(TM) Client VM (build 1.4.2-p6-root_14_nov_2004_06_58, mixed 
mode)

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
The human mind ordinarily operates at only ten percent of its capacity
 -- the rest is overhead for the operating system.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Status of java support in FreeBSD 5.x release?

2004-12-13 Thread Dan Nelson
In the last episode (Dec 13), rain cip said:
 Does anyone know the status of java support in FreeBSD 5.x release? 
 Their website says there is a binary compatibility issue in 5.x but
 doesn't give further detail on what the issue is.  Has anyone had any
 success using linux port of java in the 5.3 release?

The compatibility issue is only related to using the native Diablo
1.3.1 binary release.  The Linux binary and the native FreeBSD source
ports all work fine.

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


Re: Status of java support in FreeBSD 5.x release?

2004-12-13 Thread Nikolas Britton
rain cip wrote:
Hello,
Does anyone know the status of java support in FreeBSD
5.x release?  Their website says there is a binary
compatibility issue in 5.x but doesn't give further
detail on what the issue is.  Has anyone had any 
success using linux port of java in the 5.3 release?

Thanks.
rain
 

The native jdk14 works fine for FreeBSD 5.3, read my notes before you 
start, remember to mount linprocfs before you start: 
http://lists.freebsd.org/pipermail/freebsd-newbies/2004-October/002551.html

Use this to test java: 
http://weather.noaa.gov/radar/mosaic.loop/DS.p19r0/ar.us.conus.shtml, 
the link in my notes has a typo.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Java support

2003-06-11 Thread Michael Vest
Dear FreeBSD,
 
 I am curently running FreeBSD 4.5. I am interested in doing
Java development on FreeBSD. I have installed Java 1.1.8 via the
/usr/ports mechanism. It works fine. However, when I try to make
some of the later versions of Java (1.2, 1.3, and 1.4), I get errors
during the make process. Are these later versions supported? If so,
what is the best way to install them?
 
Mike Vest
[EMAIL PROTECTED]


-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java support

2003-06-11 Thread Juan AMIGUET
Regarding Java support Michael Vest Wrote on 11 Jun 2003, at 8:19:

 Dear FreeBSD,
 
  I am curently running FreeBSD 4.5. I am interested in doing
 Java development on FreeBSD. I have installed Java 1.1.8 via the
 /usr/ports mechanism. It works fine. However, when I try to make
 some of the later versions of Java (1.2, 1.3, and 1.4), I get errors
 during the make process. Are these later versions supported? If so,
 what is the best way to install them?

I am running a 1.4.1 with no problems.

Just get the version for linux from java.sun.com
get the tarball and install by hand everyhting is running fine on my 
machine 
even the installer for the webservices development kit.
 
 Mike Vest
 [EMAIL PROTECTED]
 
 
 -
 Do you Yahoo!?
 Free online calendar with sync to Outlook(TM).
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


---
Juan Amiguet Vercher
Where is my mind?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java support

2003-06-11 Thread Matthew Seaman
On Wed, Jun 11, 2003 at 12:49:12PM -0300, Augusto Jun Devegili wrote:

 I'm using FreeBSD 5.1-RELEASE and managed to install JDK 1.4.1. However, 
 I'm not being able to install the Java plugin for Mozilla. 
 linux-sun-jdk1.4.1 comes with plugins for netscape (ns4, ns600 and 
 ns610), but none of them worked with my Mozilla 1.1.

The Java plugins for Netscape haven't been enabled in the native
JDK1.4.1 port right now.  If you have the skills and would like to put
in some work porting the code, I'm sure it would be deeply
appreciated.

Or if you want a working Java plugin sooner than that, try installing
JDK1.3.1 -- works fine for me with Mozilla on 4.8-STABLE.  You can
install both JDK1.3.1 and JDK1.4.1 simultaneously (if you have
sufficient disk space), and they will coexist quite happily.  Just set
JAVA_HOME in your environment, and adjust your PATH to select which
ever one you want to use.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Java support

2003-06-11 Thread Michael E. Mercer
On Wed, 2003-06-11 at 11:49, Augusto Jun Devegili wrote:
 Hi all,
 
 I'm using FreeBSD 5.1-RELEASE and managed to install JDK 1.4.1. However, 
 I'm not being able to install the Java plugin for Mozilla. 
 linux-sun-jdk1.4.1 comes with plugins for netscape (ns4, ns600 and 
 ns610), but none of them worked with my Mozilla 1.1.
 
 Any ideas?
 
Keep in mind that any port with linux in the name is a linux binary
and runs on FreeBSD under linux emulation. Therefore linux plugins will
not run with native applications.

later
MeM

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

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


Re: Java support

2003-06-11 Thread Augusto Jun Devegili
Hhmm. Does this mean that, if I install a Mozilla binary compiled for 
Linux, plugins might work?

Michael E. Mercer wrote:
Keep in mind that any port with linux in the name is a linux binary
and runs on FreeBSD under linux emulation. Therefore linux plugins will
not run with native applications.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Java support

2003-06-11 Thread Michael E. Mercer
On Wed, 2003-06-11 at 13:24, Augusto Jun Devegili wrote:
 Hhmm. Does this mean that, if I install a Mozilla binary compiled for 
 Linux, plugins might work?
I would assume yes, but do not know for sure...

MeM


 
 Michael E. Mercer wrote:
  Keep in mind that any port with linux in the name is a linux binary
  and runs on FreeBSD under linux emulation. Therefore linux plugins will
  not run with native applications.
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Java support

2003-06-11 Thread Chuck Swiger
Augusto Jun Devegili wrote:
Hhmm. Does this mean that, if I install a Mozilla binary compiled for 
Linux, plugins might work?
Reportedly, yes.  For instance, some people have claimed that running the Linux 
version of Mozilla and the Macromedia Flash plugin works well for them...so it's 
worth a try.

-Chuck

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


gcc32 with java support

2003-02-27 Thread Brian Henning
Hello-
I installed gcc32 from pkg_add and i went to try to compile a java program with
the following command.

[EMAIL PROTECTED] ~ gcj32 Hello.java
gcj32: libgcj.spec: No such file or directory

where can i find this file and where should i put it?

thanks,
brian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message