Re: Java on AMD64 Question

2005-02-28 Thread Juan A
I've got no problems with firefox just needed to fix the links too! T.J. Zeeman escribió: On Sun, 2005-02-27 at 21:47 +, Erik Norman wrote: well, what to do to get javaplugin for mozilla(-firefox) running? I got it working with a deb from the following mirror: deb

Re: Java on AMD64 Question

2005-02-28 Thread T.J. Zeeman
On Sun, 2005-02-27 at 21:47 +, Erik Norman wrote: > well, what to do to get javaplugin for mozilla(-firefox) running? I got it working with a deb from the following mirror: deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian/ sid non-free Do note that not all blackdown mirrors carry these

Re: Java on AMD64 Question

2005-02-27 Thread Erik Norman
well, what to do to get javaplugin for mozilla(-firefox) running? Erik On Son, 2005-02-27 at 21:26 +0100, Juergen Kreileder wrote: > Anders Helmersson <[EMAIL PROTECTED]> writes: > > > On Sun, 2005-02-27 at 10:04:21 -0800, tony mancill wrote: > >> The plugin seems to work, but now when I start m

Re: Java on AMD64 Question

2005-02-27 Thread Juergen Kreileder
Anders Helmersson <[EMAIL PROTECTED]> writes: > On Sun, 2005-02-27 at 10:04:21 -0800, tony mancill wrote: >> The plugin seems to work, but now when I start mozilla, I get the >> following: >> >> [EMAIL PROTECTED]:/usr/lib/mozilla/plugins$ mozilla grep: error while >> loading shared libraries: libc

Re: Java on AMD64 Question

2005-02-27 Thread Patrick Carlson
Well, I still can't figure out the path but it seems the Bluej.org software that I use, when extracted and installed automatically figured out where Java is and it works great with Bluej. :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Re: Java on AMD64 Question

2005-02-27 Thread Anders Helmersson
On Sun, 2005-02-27 at 10:04:21 -0800, tony mancill wrote: > The plugin seems to work, but now when I start mozilla, I get the following: > > [EMAIL PROTECTED]:/usr/lib/mozilla/plugins$ mozilla > grep: error while loading shared libraries: libc.so.6: cannot open shared > object file: No such file

Re: Java on AMD64 Question

2005-02-27 Thread Javier Kohen
Hallo, Juergen Kreileder wrote: Javier Kohen <[EMAIL PROTECTED]> writes: Beware because debugging is broken with Blackdown's JDK 1.4.2_01 on AMD64. It's been reported several times in their BTS, but there's been no answer so far (at least on the BTS; I haven't checked their mailing list, if they h

Re: Java on AMD64 Question

2005-02-27 Thread Erik Norman
Dunno, I am installing it for the first time with apt-get today. I have always installed the "normal" way, making the symbolic link directly from the java /jdk/plugin/.. to mozilla folder.. On Son, 2005-02-27 at 10:04 -0800, tony mancill wrote: > You can add this line to your /etc/apt/sources

Re: Java on AMD64 Question

2005-02-27 Thread tony mancill
You can add this line to your /etc/apt/sources.list: deb http://ftp.tux.org/pub/java/debian sid non-free Then, just "apt-get update ; apt-get install j2re1.4 equivs" FWIW, I did this just earlier today on my pure64/sid system. I only loaded the j2re1.4 package and then updated the /etc/altern

Re: Java on AMD64 Question

2005-02-27 Thread Erik Norman
I don't really get the right mirror location into my source list of apt. could you please just paste that entry of your apt source list into a mail and send it? Erik On Sam, 2005-02-26 at 22:06 -0600, Juan A wrote: > www.blackdown.com > > look for a mirror, add it to your sources.list, check yo

Re: Java on AMD64 Question

2005-02-27 Thread Juergen Kreileder
Javier Kohen <[EMAIL PROTECTED]> writes: > Beware because debugging is broken with Blackdown's JDK 1.4.2_01 on > AMD64. It's been reported several times in their BTS, but there's > been no answer so far (at least on the BTS; I haven't checked their > mailing list, if they have one). This will be

Re: Java on AMD64 Question

2005-02-26 Thread Patrick Carlson
Thanks everyone for the help. I went and got the 64 bit version from Sun. I installed it per this tutorial: http://home.bredband.no/gaulyk/java/tutorial/javaredhat.html#Installing%20the%20Software However, I'm not quite sure how to set my $PATH value. There is no "profile.d" folder. I tried c

Re: Java on AMD64 Question

2005-02-26 Thread Javier Kohen
Sun doesn't ship the Java plug-in on AMD64 as of 1.5.0_1. Sun employees gave mixed answers to the corresponding bug reports in their BTS. Sometimes they say it might be fixed in 1.5.1 and others that "it's a bug in the documentation because we won't support the Java plug-in and Java webstart on

Re: Java on AMD64 Question

2005-02-26 Thread Javier Kohen
Beware because debugging is broken with Blackdown's JDK 1.4.2_01 on AMD64. It's been reported several times in their BTS, but there's been no answer so far (at least on the BTS; I haven't checked their mailing list, if they have one). Also, if you use Eclipse, avoid Sun's JDK (Blackdown's inclu

Re: Java on AMD64 Question

2005-02-26 Thread Chris Wakefield
H Patrick. Yes it's confusing, but you can go here and get it: http://java.sun.com/j2se/1.5.0/download.jsp Just choose: "Download JRE for Other Platforms" and you'll get there in a coupl'a klicks. This is the generic self-extracting installer. The apt-get thingy will get you 1.4 (I think 32 b

Re: Java on AMD64 Question

2005-02-26 Thread Juan A
www.blackdown.com look for a mirror, add it to your sources.list, check you have non-free also in you main mirror and you´re done apt-get install j2sdk1.4 or j2re1.4 Robert King escribió: There are licence problems. The java-package package allows you to install downloaded java (list of

Re: Java on AMD64 Question

2005-02-26 Thread Dustin Nicholas Jenkins
There is a 64-bit version at java.sun.com available. Really easy to install and keep up to date. Dustin Patrick Carlson wrote: Hello. I'm a little confused as to getting Java on my AMD64 system. Can I apt-get install it? I went to java.com and they seem to have an AMD64 self extracting binary.

Re: Java on AMD64 Question

2005-02-26 Thread Robert King
There are licence problems. The java-package package allows you to install downloaded java (list of supported stuff in the package), but you still need to download seperately On Sun, 27 Feb 2005 14:40, Patrick Carlson wrote: > Hello. I'm a little confused as to getting Java on my AMD64 system.

Java on AMD64 Question

2005-02-26 Thread Patrick Carlson
Hello. I'm a little confused as to getting Java on my AMD64 system. Can I apt-get install it? I went to java.com and they seem to have an AMD64 self extracting binary. I would rather use apt-get though so that I can keep it up to date. Thank you for the help. -- To UNSUBSCRIBE, email to [EM