Re: Java/Mozilla

2004-03-10 Thread Jeff Elkins
On Wednesday 10 March 2004 02:38 am, Hans Gubitz wrote:
>On Tue, Mar 09, 2004 at 05:57:13PM -0500, Jeff Elkins wrote:
>> #deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian unstable main
>> non-free
>
>That didn't work with me.
>
>My steps:
>
>1. Get j2re-1_4_2_03-linux-i586.bin from Sun
>2. Installation as described by SUN in /usr/local/bin
>3. cd /usr/lib/mozilla/plugins
>4. ln -s
> /usr/local/bin/j2re1.4.2_03/plugin/i386/ns610-gcc32/libjavaplugin_oji.so .
>
>Hans

Thanks, this worked for me as well. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-10 Thread Hans Gubitz
On Tue, Mar 09, 2004 at 05:57:13PM -0500, Jeff Elkins wrote:
> #deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian unstable main 
> non-free
That didn't work with me.

My steps:

1. Get j2re-1_4_2_03-linux-i586.bin from Sun
2. Installation as described by SUN in /usr/local/bin
3. cd /usr/lib/mozilla/plugins
4. ln -s /usr/local/bin/j2re1.4.2_03/plugin/i386/ns610-gcc32/libjavaplugin_oji.so . 

Hans
-- 
Hans Gubitz <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-09 Thread Johann Spies
On Tue, Mar 09, 2004 at 05:57:13PM -0500, Jeff Elkins wrote:
> I don't know. How can I tell, and if not how do I correct it?
> 
> #deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian unstable main 
> non-free
> 
> Was the source for Java.  As I said, konq/java works.

Somebody referred me to  http://jopa.studentenweb.org/debian for
debian packages that would work with Mozilla 1.6 in unstable.

And it works.

You can use this in your /etc/apt/sources list.

deb http://jopa.studentenweb.org/debian ./

I suppose this would not be official archives.

Regards
Johann
-- 
Johann Spies  Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

 "What good is it, my brothers, if a man claims to have 
  faith, but has no deeds? Can such faith save him?
  Suppose a brother or sister is without clothes and
  daily food.   If one of you says to him, "Go, I wish
  you well; keep warm and well fed," but does nothing
  about his physical needs, what good is it? In the same
  way, faith by itself, if it is not accompanied by
  actions, is dead."  James 2:14-17 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-09 Thread Jeff Elkins
On Tuesday 09 March 2004 05:48 pm, Kent West wrote:
>> Jeff Elkins wrote:
>>> I'm working with a new sid install and am having some trouble getting
>>> java to work with Mozilla 1.6. Blackdown Java 1.4 is installed and
>>> functional and following the debian java faq, I symlinked
>>>  /usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so into
>>> /usr/lib/mozilla/plugins.
>>> No dice, no java.
>>> Java does work with konqueror though...
>
>What are your permissions on /usr/lib/
>
>--
>Kent

drwxr-xr-x  124 root root40960 Mar  9 12:04 lib

FWIW, the flash and mplayer plugins in the /usr/lib/mozilla/plugins dir work 
fine. 

Jeff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-09 Thread Jeff Elkins
On Tuesday 09 March 2004 02:00 pm, G45p3r wrote:
>ln -s
>/usr/adicionales/j2re1.4.2_01/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
>/usr/local/mozilla-v1.6/plugins
>
>Jeff Elkins escribió:
>>I'm working with a new sid install and am having some trouble getting java
>> to work with Mozilla 1.6. Blackdown Java 1
j>> and following the debian java faq, I symlinked
>> /usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so
>>into /usr/lib/mozilla/plugins.
>>
>>No dice, no java.
>>
>>Java does work with konqueror though...
>>
>>Thanks for any help...

java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-beta)
Java HotSpot(TM) Client VM (build Blackdown-1.4.1-beta, mixed mode)

I have no ns610-gcc32 subdir

Jeff


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-09 Thread Jeff Elkins
On Tuesday 09 March 2004 05:39 pm, Roberto Sanchez wrote:
>Jeff Elkins wrote:
>> I'm working with a new sid install and am having some trouble getting java
>> to work with Mozilla 1.6. Blackdown Java 1.4 is installed and functional
>> and following the debian java faq, I symlinked
>>  /usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so
>> into /usr/lib/mozilla/plugins.
>>
>> No dice, no java.
>>
>> Java does work with konqueror though...
>
>Are you using the plugin version that was compiled with
>gcc 3.2?  That was the detail that I missed which caused
>Java not to work for me.
>
>-Roberto

I don't know. How can I tell, and if not how do I correct it?

#deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian unstable main 
non-free

Was the source for Java.  As I said, konq/java works.

Jeff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-09 Thread G45p3r
ln -s 
/usr/adicionales/j2re1.4.2_01/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
/usr/local/mozilla-v1.6/plugins

Jeff Elkins escribió:

I'm working with a new sid install and am having some trouble getting java to 
work with Mozilla 1.6. Blackdown Java 1.4 is installed and functional and 
following the debian java faq, I symlinked  
/usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so 
into /usr/lib/mozilla/plugins. 

No dice, no java. 

Java does work with konqueror though...

Thanks for any help...





 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-09 Thread Kent West
Jeff Elkins wrote:

I'm working with a new sid install and am having some trouble getting 
java to work with Mozilla 1.6. Blackdown Java 1.4 is installed and 
functional and following the debian java faq, I symlinked  
 /usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so into 
/usr/lib/mozilla/plugins.
No dice, no java.
Java does work with konqueror though...

What are your permissions on /usr/lib/

--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java/Mozilla

2004-03-09 Thread Roberto Sanchez
Jeff Elkins wrote:
I'm working with a new sid install and am having some trouble getting java to 
work with Mozilla 1.6. Blackdown Java 1.4 is installed and functional and 
following the debian java faq, I symlinked  
 /usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so 
into /usr/lib/mozilla/plugins. 

No dice, no java. 

Java does work with konqueror though...

Are you using the plugin version that was compiled with
gcc 3.2?  That was the detail that I missed which caused
Java not to work for me.
-Roberto


signature.asc
Description: OpenPGP digital signature


Java/Mozilla

2004-03-09 Thread Jeff Elkins
I'm working with a new sid install and am having some trouble getting java to 
work with Mozilla 1.6. Blackdown Java 1.4 is installed and functional and 
following the debian java faq, I symlinked  
 /usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so 
into /usr/lib/mozilla/plugins. 

No dice, no java. 

Java does work with konqueror though...

Thanks for any help...






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Unstable/Java/Mozilla

2003-03-17 Thread Gary Hennigan
"Florentin Ionescu" <[EMAIL PROTECTED]> writes:
> There is blackdown java compiled with gcc3.2 - but there is no debian
> package AFAIK and that should solve the problem.
> 
> ftp://ftp.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/
> JDK-1.4.1/i386/01/j2re-1.4.1-01-linux-i586-gcc3.2.bin
[snip]

This will work until *.deb files are available. I simply downloaded
the j2re compiled with 3.2, unpacked it and copied the included
javaplugin_oji.so over the one installed by the previous debian
package (j2re1.4). Java is now playing with Mozilla again.

Many thanks!
Gary


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Unstable/Java/Mozilla

2003-03-16 Thread Christian Schoenebeck
On Sun, 16 Mar 2003 11:54:42 -0800 (PST)
Florentin Ionescu <[EMAIL PROTECTED]> wrote:

> There is blackdown java compiled with gcc3.2 - but there is no debian
> package AFAIK and that should solve the problem.
> 
> ftp://ftp.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/
> JDK-1.4.1/i386/01/j2re-1.4.1-01-linux-i586-gcc3.2.bin
> 
> ftp://ftp.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/
> JDK-1.4.1/i386/01/j2sdk-1.4.1-01-linux-i586-gcc3.2.bin
> 
> Now from my previous experience, if you use update-alternative command
> you can set java and javac but my question is haw do you inform the
> system that you do _have_ an JRE otherwise is trying to intall
> kaffe,etc ?

It should be packaged with:
Provides: java-virtual-machine, java-runtime, java1-runtime

But I would like to know if there's a way to use one of the free VMs
with mozilla. If anybody already made it or knows how to do it, let me
know!

Regards,
Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Unstable/Java/Mozilla

2003-03-16 Thread Florentin Ionescu
There is blackdown java compiled with gcc3.2 - but there is no debian
package AFAIK and that should solve the problem.

ftp://ftp.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/
JDK-1.4.1/i386/01/j2re-1.4.1-01-linux-i586-gcc3.2.bin

ftp://ftp.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/
JDK-1.4.1/i386/01/j2sdk-1.4.1-01-linux-i586-gcc3.2.bin

Now from my previous experience, if you use update-alternative command
you can set java and javac but my question is haw do you inform the
system that you do _have_ an JRE otherwise is trying to intall
kaffe,etc ?


On Sun, 16 Mar 2003, Rob Weir wrote :

» Date: Sun, 16 Mar 2003 17:11:31 +1100
» From: Rob Weir <[EMAIL PROTECTED]>
» To: [EMAIL PROTECTED]
» Subject: Re: Unstable/Java/Mozilla
»
» On Fri, Mar 14, 2003 at 05:19:28PM -0700, Gary Hennigan wrote:
» > I just realized that due to the fact that Mozilla, and it's
» > descendents, in unstable, is now being built with the 3.2 compilers
» > I'm stuck without a useable Java plugin. Anyone have a solution to
» > this? I've been using the 1.4 *.debs from Blackdown, but those appear
» > to have been compiled with 2.9x compilers and so I'm getting
» > unresolved symbols when I try to load up pages that require the Java
» > plugin, and Galeon crashes
» >
» > There's a "resolved" bug filed against Mozilla which seems to indicate
» > that the maintainer doesn't consider it a problem.
» >
» > Any word on a Java2 JDK being compiled with 3.2 compilers?
»
» I was almost certain it had been rebuilt just after gcc 3.2 became the
» default compiler in sid.  Are you sure you're up to date?
»


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Unstable/Java/Mozilla

2003-03-16 Thread Alex Malinovich
On Sun, 2003-03-16 at 00:11, Rob Weir wrote:
> On Fri, Mar 14, 2003 at 05:19:28PM -0700, Gary Hennigan wrote:
> > I just realized that due to the fact that Mozilla, and it's
> > descendents, in unstable, is now being built with the 3.2 compilers
> > I'm stuck without a useable Java plugin. Anyone have a solution to
> > this? I've been using the 1.4 *.debs from Blackdown, but those appear
> > to have been compiled with 2.9x compilers and so I'm getting
> > unresolved symbols when I try to load up pages that require the Java
> > plugin, and Galeon crashes 
> > 
> > There's a "resolved" bug filed against Mozilla which seems to indicate
> > that the maintainer doesn't consider it a problem.
> > 
> > Any word on a Java2 JDK being compiled with 3.2 compilers?
> 
> I was almost certain it had been rebuilt just after gcc 3.2 became the
> default compiler in sid.  Are you sure you're up to date?

I just stumbled upon some instructions last night for building the JDK
from scratch and am waiting for it to finish compiling right now. This
resolves any issues with compiler versions, etc. Here's the URL for the
page:

http://linuxfromscratch.org/~tushar/hints/javafromscratch.txt

The instructions are all rather straightforward. You download a few
packages, apply a few patches, and prune the source tree a bit and then
run make. Altogether, you're looking at about 10 minutes of work. The
compilation time is a bit hefty though. The author says it takes about 4
hours on a PIII-800.

Be warned that you'll need to have plenty of free space. I started the
compilation last night and woke up today to find it "finished".
Unfortunately, I ran out of disk space in the process so now I'm having
to recompile. :) My build directory right now is 632 MB. Good luck. :)

-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837


signature.asc
Description: This is a digitally signed message part


Re: Unstable/Java/Mozilla

2003-03-16 Thread Rob Weir
On Fri, Mar 14, 2003 at 05:19:28PM -0700, Gary Hennigan wrote:
> I just realized that due to the fact that Mozilla, and it's
> descendents, in unstable, is now being built with the 3.2 compilers
> I'm stuck without a useable Java plugin. Anyone have a solution to
> this? I've been using the 1.4 *.debs from Blackdown, but those appear
> to have been compiled with 2.9x compilers and so I'm getting
> unresolved symbols when I try to load up pages that require the Java
> plugin, and Galeon crashes 
> 
> There's a "resolved" bug filed against Mozilla which seems to indicate
> that the maintainer doesn't consider it a problem.
> 
> Any word on a Java2 JDK being compiled with 3.2 compilers?

I was almost certain it had been rebuilt just after gcc 3.2 became the
default compiler in sid.  Are you sure you're up to date?

-- 
Rob Weir <[EMAIL PROTECTED]>http://ertius.org/


pgp0.pgp
Description: PGP signature


Unstable/Java/Mozilla

2003-03-14 Thread Gary Hennigan
I just realized that due to the fact that Mozilla, and it's
descendents, in unstable, is now being built with the 3.2 compilers
I'm stuck without a useable Java plugin. Anyone have a solution to
this? I've been using the 1.4 *.debs from Blackdown, but those appear
to have been compiled with 2.9x compilers and so I'm getting
unresolved symbols when I try to load up pages that require the Java
plugin, and Galeon crashes 

There's a "resolved" bug filed against Mozilla which seems to indicate
that the maintainer doesn't consider it a problem.

Any word on a Java2 JDK being compiled with 3.2 compilers?

Thanks,
Gary


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Java Mozilla problem

2001-06-07 Thread Steve Kieu
Hi,

well I installed java plugin when mozilla ask me to
do, but it failled. then I download the
j2sdk-1_3_1-linux-rpm.bin from Sun, Install it,
etc...; now Java in Mozilla works (I test it with all
the demo) but only in http://chat.yahoo.com/ this
applet causes Mozilla crashed. dont know it is mozilla
issue or Sun or yahoo, I suspect it is yahoo ; but
;

Any ideas how to make it work? thanks...

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!



Java Mozilla problem

2001-06-07 Thread Steve Kieu
Hi,

well I installed java plugin when mozilla ask me to
do, but it failled. then I download the
j2sdk-1_3_1-linux-rpm.bin from Sun, Install it,
etc...; now Java in Mozilla works (I test it with all
the demo) but only in http://chat.yahoo.com/ this
applet causes Mozilla crashed. dont know it is mozilla
issue or Sun or yahoo, I suspect it is yahoo ; but
;

Any ideas how to make it work? thanks...

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!



Java Mozilla problem

2001-06-07 Thread Steve Kieu
Hi,

well I installed java plugin when mozilla ask me to
do, but it failled. then I download the
j2sdk-1_3_1-linux-rpm.bin from Sun, Install it,
etc...; now Java in Mozilla works (I test it with all
the demo) but only in http://chat.yahoo.com/ this
applet causes Mozilla crashed. dont know it is mozilla
issue or Sun or yahoo, I suspect it is yahoo ; but
;

Any ideas how to make it work? thanks...

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!