Re: Installing Java 8 on a Google Compute Debian (Jessie) instance

2018-12-18 Thread Roberto C . Sánchez
On Tue, Dec 18, 2018 at 11:12:00PM +0100, deloptes wrote: > James H. H. Lampert wrote: > > >> The following packages have unmet dependencies: > >> openjdk-8-jdk : Depends: openjdk-8-jre (= 8u171-b11-1~bpo8+1) but it is > >> not going to be installed Depends: openjdk-8-jdk-headless (= > >> 8u171-b1

Re: Installing Java 8 on a Google Compute Debian (Jessie) instance

2018-12-18 Thread deloptes
James H. H. Lampert wrote: >> The following packages have unmet dependencies: >> openjdk-8-jdk : Depends: openjdk-8-jre (= 8u171-b11-1~bpo8+1) but it is >> not going to be installed Depends: openjdk-8-jdk-headless (= >> 8u171-b11-1~bpo8+1) but it is not going to be installed E: Unable to >> correc

Re: Installing Java 8 on a Google Compute Debian (Jessie) instance

2018-12-18 Thread Roberto C . Sánchez
On Tue, Dec 18, 2018 at 10:16:25AM -0800, James H. H. Lampert wrote: > I'm endeavoring to get Java 8 onto our development instance, so that the > Tomcat environment there matches that of our cluster nodes, and apg-get is > not cooperating. > > This particular instance is a Bitnami SVN/Trac server,

Installing Java 8 on a Google Compute Debian (Jessie) instance

2018-12-18 Thread James H. H. Lampert
I'm endeavoring to get Java 8 onto our development instance, so that the Tomcat environment there matches that of our cluster nodes, and apg-get is not cooperating. This particular instance is a Bitnami SVN/Trac server, with Tomcat 8 added to it, and running independently of the Apache server

Re: about installing Java

2015-02-14 Thread Jack Chuge
Richard Hector 於 2015-2-13 20:40 寫道: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/02/15 16:54, Jack Chuge wrote: They say to run the following: su - echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list It seems

Re: about installing Java

2015-02-13 Thread Ric Moore
On 02/13/2015 07:35 AM, Darac Marjal wrote: On Sat, Feb 14, 2015 at 01:22:52AM +1300, Richard Hector wrote: On 13/02/15 16:54, Jack Chuge wrote: [cut] Alternatively, when you used this line: echo "deb ..." | tee /etc/apt/...java.list did you put sudo in front of tee as well? Like this: sudo

Re: about installing Java

2015-02-13 Thread Ric Moore
On 02/13/2015 03:46 AM, Klaus Jantzen wrote: On 02/13/2015 01:54 AM, Jack Chuge wrote: I want to install the latest version of Java on my debian desktop. Is there any quick way like using a terminal command? Though, I think debian is the most stable Linux distro I've ever used so far, on the oth

Re: about installing Java

2015-02-13 Thread Liam O'Toole
On 2015-02-13, Jack Chuge wrote: > Liam O'Toole 於 2015-2-13 19:40 寫道: >> On 2015-02-13, Jack Chuge wrote: >> [SNIP} >> >>> I know it means nothing to me until I want to install CGoban, a go >>> client been maintaining by kgs(www.gokgs.com). And I found my debian >>> pre-installed a java version

Re: about installing Java

2015-02-13 Thread Darac Marjal
On Sat, Feb 14, 2015 at 01:22:52AM +1300, Richard Hector wrote: > On 13/02/15 16:54, Jack Chuge wrote: > [cut] > > Alternatively, when you used this line: > echo "deb ..." | tee /etc/apt/...java.list > > did you put sudo in front of tee as well? Like this: > sudo echo "deb ..." | sudo tee /etc/a

Re: about installing Java

2015-02-13 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/02/15 16:54, Jack Chuge wrote: >>> They say to run the following: su - echo "deb >>> http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | >>> tee /etc/apt/sources.list.d/webupd8team-java.list >>> >> It seems it's not allowed sudo i

Re: about installing Java

2015-02-13 Thread Jack Chuge
Liam O'Toole 於 2015-2-13 19:40 寫道: > On 2015-02-13, Jack Chuge wrote: > [SNIP} > >> I know it means nothing to me until I want to install CGoban, a go >> client been maintaining by kgs(www.gokgs.com). And I found my debian >> pre-installed a java version of 1.6.0, seems odd for ever. > > kgs app

Re: about installing Java

2015-02-13 Thread Liam O'Toole
On 2015-02-13, Andrew McGlashan wrote: > > On 13/02/2015 2:52 PM, Jack Chuge wrote: >> I know it means nothing to me until I want to install CGoban, a go >> client been maintaining by kgs(www.gokgs.com). And I found my debian >> pre-installed a java version of 1.6.0, seems odd for ever. > > Keep i

Re: about installing Java

2015-02-13 Thread Liam O'Toole
On 2015-02-13, Jack Chuge wrote: [SNIP} > I know it means nothing to me until I want to install CGoban, a go > client been maintaining by kgs(www.gokgs.com). And I found my debian > pre-installed a java version of 1.6.0, seems odd for ever. kgs appears to be a Java applet. To run it install ic

RE: about installing Java

2015-02-13 Thread Boblitz John
> -Original Message- > From: Klaus Jantzen [mailto:k.d.jant...@t-online.de] > Sent: Freitag, 13. Februar 2015 09:46 > To: debian-user@lists.debian.org > Subject: Re: about installing Java > > On 02/13/2015 01:54 AM, Jack Chuge wrote: > > I want to install the l

Re: about installing Java

2015-02-13 Thread Håkon Alstadheim
On 13. feb. 2015 09:46, Klaus Jantzen wrote: On 02/13/2015 01:54 AM, Jack Chuge wrote: I want to install the latest version of Java on my debian desktop. Is there any quick way like using a terminal command? Though, I think debian is the most stable Linux distro I've ever used so far, on the oth

Re: about installing Java

2015-02-13 Thread Klaus Jantzen
On 02/13/2015 01:54 AM, Jack Chuge wrote: > I want to install the latest version of Java on my debian desktop. Is > there any quick way like using a terminal command? Though, I think > debian is the most stable Linux distro I've ever used so far, on the > other hand, I'm a newby to it. Any support

Re: about installing Java

2015-02-12 Thread Dalios
On 02/13/2015 05:54 AM, Jack Chuge wrote: > Jack Chuge 於 2015-2-13 11:40 寫道: snip > Finally, I typed sudo before the code every time and it proceeded > successfully until the last line code proceeding. It said: Can't locate > the packages of oracla-java8-installer. Where occurs errors? > This m

Re: about installing Java

2015-02-12 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/02/2015 2:52 PM, Jack Chuge wrote: > I know it means nothing to me until I want to install CGoban, a go > client been maintaining by kgs(www.gokgs.com). And I found my debian > pre-installed a java version of 1.6.0, seems odd for ever. Keep in

Re: about installing Java

2015-02-12 Thread Jack Chuge
Jack Chuge 於 2015-2-13 11:40 寫道: Chris Fisichella 於 2015-2-13 9:50 寫道: Quoting Jack Chuge : I want to install the latest version of Java on my debian desktop. Is there any quick way like using a terminal command? Though, I think debian is the most stable Linux distro I've ever used so far, on

Re: about installing Java

2015-02-12 Thread Jack Chuge
Cindy-Sue Causey 於 2015-2-13 11:20 寫道: On 2/12/15, Cindy-Sue Causey wrote: On 2/12/15, Chris Fisichella wrote: http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html They say to run the following: su - echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty ma

Re: about installing Java

2015-02-12 Thread Chris Fisichella
Quoting Jack Chuge : Chris Fisichella 於 2015-2-13 9:50 寫道: Quoting Jack Chuge : I want to install the latest version of Java on my debian desktop. Is there any quick way like using a terminal command? Though, I think debian is the most stable Linux distro I've ever used so far, on the other h

Re: about installing Java

2015-02-12 Thread Jack Chuge
Chris Fisichella 於 2015-2-13 9:50 寫道: Quoting Jack Chuge : I want to install the latest version of Java on my debian desktop. Is there any quick way like using a terminal command? Though, I think debian is the most stable Linux distro I've ever used so far, on the other hand, I'm a newby to it.

Re: about installing Java

2015-02-12 Thread Cindy-Sue Causey
On 2/12/15, Cindy-Sue Causey wrote: > On 2/12/15, Chris Fisichella wrote: >> >> http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html >> >> They say to run the following: >> >> su - >> echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty >> main" | tee /etc/apt/

Re: about installing Java

2015-02-12 Thread Cindy-Sue Causey
On 2/12/15, Chris Fisichella wrote: > Quoting Jack Chuge : > >> I want to install the latest version of Java on my debian desktop. Is >> there any quick way like using a terminal command? Though, I think >> debian is the most stable Linux distro I've ever used so far, on the >> other hand, I'm a n

Re: about installing Java

2015-02-12 Thread Chris Fisichella
Quoting Jack Chuge : I want to install the latest version of Java on my debian desktop. Is there any quick way like using a terminal command? Though, I think debian is the most stable Linux distro I've ever used so far, on the other hand, I'm a newby to it. Any support is appreciated. -- I like

about installing Java

2015-02-12 Thread Jack Chuge
I want to install the latest version of Java on my debian desktop. Is there any quick way like using a terminal command? Though, I think debian is the most stable Linux distro I've ever used so far, on the other hand, I'm a newby to it. Any support is appreciated. -- I like hk.politics. ^_^ -- T

Re: Installing Java jdk - do I need to purge Java gcj first?

2011-02-09 Thread Lisi
On Thursday 10 February 2011 07:00:36 Greg Madden wrote: > I can select whichever one I want, from the multiple entries: > 1. /usr/lib/jvm/java-6-openjdk/jre > 2. /usr/lib/jvm/java-1.5.0-gcj-4.4/jre > > Or run without java, for my use. Thanks, Greg. :-) That is very helpful. I shall install with

Re: Installing Java jdk - do I need to purge Java gcj first?

2011-02-09 Thread Greg Madden
On Wednesday 09 February 2011 09:29:17 pm Lisi wrote: > The release notes for LibreOffice recommend Java jdk instead of Java gcj. > I have Java gcj installed. Can I just aptitude install jdk? Or > must/should I aptitude purge Java gcj first, and then aptitude install jdk? > > Thanks, > Lisi N

Installing Java jdk - do I need to purge Java gcj first?

2011-02-09 Thread Lisi
The release notes for LibreOffice recommend Java jdk instead of Java gcj. I have Java gcj installed. Can I just aptitude install jdk? Or must/should I aptitude purge Java gcj first, and then aptitude install jdk? Thanks, Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

RE: Installing Java on Lenny

2010-07-07 Thread Gorka
> -Mensaje original- > De: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] En > nombre de Eero Volotinen > Enviado el: miércoles, 07 de julio de 2010 10:04 > Para: Gorka > CC: LINUX EN > Asunto: Re: Installing Java on Lenny > > 2010/7/7 G

Re: Installing Java on Lenny

2010-07-07 Thread Eero Volotinen
2010/7/7 Gorka : > > > Hi linux friends. I've got Debian Lenny 5.0.5. > > I'm trying to install mirth, whose requires Java 1.5 or 1.6. > > The fact is that Lenny had Java somehow on it before installing it manually, > because it says: > # java -version > java version "1.5.0" > gij (GNU libgcj) vers

Installing Java on Lenny

2010-07-07 Thread Gorka
Hi linux friends. I've got Debian Lenny 5.0.5. I'm trying to install mirth, whose requires Java 1.5 or 1.6. The fact is that Lenny had Java somehow on it before installing it manually, because it says: # java -version java version "1.5.0" gij (GNU libgcj) version 4.3.2 Anyway it doesn't let me

Re: newbie help on installing java on etch /without/ x11 (crosspost from debian-java)

2007-12-06 Thread Andrew Sackville-West
On Thu, Dec 06, 2007 at 08:20:20AM +, Tim Diggins wrote: > Hi list - > > have recently started with debian etch (sort of know what I'm doing in BSD, > linux is a /slightly/ new adventure). > > I want to install jdk (and tomcat) by the simplest means, but DON'T want to > install x11 stuff. i

newbie help on installing java on etch /without/ x11 (crosspost from debian-java)

2007-12-06 Thread Tim Diggins
Hi list - have recently started with debian etch (sort of know what I'm doing in BSD, linux is a /slightly/ new adventure). I want to install jdk (and tomcat) by the simplest means, but DON'T want to install x11 stuff. the standard etch package for jdk1.5 seems to require x11. Is there a

Re: installing java plugin in browsers other than Iceweasel in amd64 etch

2007-08-20 Thread Nyizsnyik Ferenc
On Sun, 19 Aug 2007 18:56:08 + "Michael Fothergill" <[EMAIL PROTECTED]> wrote: > Dear Debianists, > > I use Debian Etch 4.0 r1 (amd64) on an amd64 box. I use Iceweasel. > I installed the gcj java plugin that is available as a deb file into > Iceweasel and it works after a fashion. > > But n

Re: installing java plugin in browsers other than Iceweasel in amd64 etch

2007-08-19 Thread Douglas A. Tutty
On Sun, Aug 19, 2007 at 08:11:58PM +, Michael Fothergill wrote: > > >To: debian-user@lists.debian.org > >Subject: Re: installing java plugin in browsers other than Iceweasel in > >amd64 etch > >Date: Sun, 19 Aug 2007 15:06:24 -0400 > Thanks for the advice.

Re: installing java plugin in browsers other than Iceweasel in amd64 etch

2007-08-19 Thread Michael Fothergill
From: "Douglas A. Tutty" <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Re: installing java plugin in browsers other than Iceweasel in amd64 etch Date: Sun, 19 Aug 2007 15:06:24 -0400 On Sun, Aug 19, 2007 at 06:56:08PM +, Michael Fothergill wrote: [s

Re: installing java plugin in browsers other than Iceweasel in amd64 etch

2007-08-19 Thread Douglas A. Tutty
On Sun, Aug 19, 2007 at 06:56:08PM +, Michael Fothergill wrote: [snip stuff I know nothing about] > If this is the case, what other browsers are there available in etch 4.0 > amd64 land (Epiphany is one I think) and in particular which ones are > different enough to Iceweasel in code and jav

installing java plugin in browsers other than Iceweasel in amd64 etch

2007-08-19 Thread Michael Fothergill
Dear Debianists, I use Debian Etch 4.0 r1 (amd64) on an amd64 box. I use Iceweasel. I installed the gcj java plugin that is available as a deb file into Iceweasel and it works after a fashion. But not perfectly. I have found that a number of distillation calculation applets I have used do

Re: installing java (for limewire)

2007-01-05 Thread deb
Its not a debian package because it is unFree software I'd try java.sun.com. > /Where do I get this pack port from? I want to run lime > wire also. operator > / > Robert Epprecht wrote: > >>operator <[EMAIL PROTECTED]> writes: >> >> >> >>>/What was Your solution? I want to know. >>> >>> >> >>sorry

Re: installing java (for limewire)

2007-01-05 Thread Robert Epprecht
operator <[EMAIL PROTECTED]> writes: > /Where do I get this pack port from? http://backports.org/debian/pool/non-free/s/sun-java5/ Robert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: installing java (for limewire)

2007-01-05 Thread operator
/Where do I get this pack port from? I want to run lime wire also. operator / Robert Epprecht wrote: >operator <[EMAIL PROTECTED]> writes: > > > >>/What was Your solution? I want to know. >> >> > >sorry, if that was not clear enough from context: > >I searched for a backport of sun java for

Re: installing java (for limewire)

2006-12-31 Thread Robert Epprecht
operator <[EMAIL PROTECTED]> writes: > /What was Your solution? I want to know. sorry, if that was not clear enough from context: I searched for a backport of sun java for Sarge (as the program my children want to run was not happy with the free alternatives) and installed that with dpkg: dpkg

Re: installing java (for limewire)

2006-12-31 Thread operator
/What was Your solution? I want to know. operator / Robert Epprecht wrote: >Sven Arvidsson <[EMAIL PROTECTED]> writes: > > > >>On Thu, 2006-12-28 at 20:15 +0100, Robert Epprecht wrote: >> >> >>>Now I have tried again on the *sarge* box: >>> >>> > > > >>>muz:/tmp# alien jre-1_5_0_10-l

Re: installing java (for limewire)

2006-12-29 Thread Sven Arvidsson
On Thu, 2006-12-28 at 23:34 +, Liam O'Toole wrote: > There is also the /usr/sbin/update-java-alternatives script (provided > by the java-common package), which will update all of the Java-related > alternatives in one go. That's good to know, thank you! -- Cheers, Sven Arvidsson http://www.w

Re: installing java (for limewire)

2006-12-28 Thread Liam O'Toole
On Thu, 28 Dec 2006 17:40:26 +0100 Sven Arvidsson <[EMAIL PROTECTED]> wrote: [...] > > Run, as root, > update-alternatives --config java > > And change the defaults to Sun Java. (There's also javac, javadoc, > javap etc.) > There is also the /usr/sbin/update-java-alternatives script (provided

Re: installing java (for limewire)

2006-12-28 Thread Robert Epprecht
Sven Arvidsson <[EMAIL PROTECTED]> writes: > On Thu, 2006-12-28 at 20:15 +0100, Robert Epprecht wrote: >> Now I have tried again on the *sarge* box: >> muz:/tmp# alien jre-1_5_0_10-linux-i586.rpm >> muz:/tmp# dpkg -i jre_1.5.0_10-1_i386.deb > That's not really a good idea. Either try to find bac

Re: installing java (for limewire)

2006-12-28 Thread Sven Arvidsson
On Thu, 2006-12-28 at 20:15 +0100, Robert Epprecht wrote: > Now I have tried again on the *sarge* box: > > muz:~# ./jre-1_5_0_10-linux-i586-rpm.bin > Extracting... > UnZipSFX 5.42 of 14 January 2001, by Info-ZIP ([EMAIL PROTECTED]). > inflating: jre-1_5_0_10-linux-i586.rpm > rpm: To install rpm

Re: installing java (for limewire)

2006-12-28 Thread Albert Dengg
On Thu, Dec 28, 2006 at 08:15:03PM +0100, Robert Epprecht wrote: > Sven Arvidsson <[EMAIL PROTECTED]> writes: > > > Your system is still set up to use GCJ as the default Java environment. > > This is where you learn about the Debian alternatives system :) > > > > Run, as root, > > update-alternati

Re: installing java (for limewire)

2006-12-28 Thread Robert Epprecht
Sven Arvidsson <[EMAIL PROTECTED]> writes: > Your system is still set up to use GCJ as the default Java environment. > This is where you learn about the Debian alternatives system :) > > Run, as root, > update-alternatives --config java > > And change the defaults to Sun Java. (There's also javac,

Re: installing java (for limewire)

2006-12-28 Thread Sven Arvidsson
On Thu, 2006-12-28 at 17:00 +0100, Robert Epprecht wrote: > [EMAIL PROTECTED]:~$ limewire > Starting LimeWire... > Java exec found in PATH. Verifying... > OOPS, you don't seem to have a valid JRE. LimeWire works best with Sun JRE > available at http://www.java.com > OOPS, unable to locate java exe

Re: installing java (for limewire)

2006-12-28 Thread Robert Epprecht
Sven Hoexter <[EMAIL PROTECTED]> writes: > On Thu, Dec 28, 2006 at 01:31:47PM +0100, Robert Epprecht wrote: >> My children want to use limewire. >> Please tell me what exactly to install, so that I can post error messages. >> I'm working on both, a sarge *and* a sid system. > On the sid system

Re: installing java (for limewire)

2006-12-28 Thread Sven Hoexter
On Thu, Dec 28, 2006 at 01:31:47PM +0100, Robert Epprecht wrote: > My children want to use limewire. They used it on a KNOPPIX installation > where it worked quite good. But now I have installed proper Debian on > their machines and was not able to install limewire/java. I do not > know if it is a

installing java (for limewire)

2006-12-28 Thread Robert Epprecht
My children want to use limewire. They used it on a KNOPPIX installation where it worked quite good. But now I have installed proper Debian on their machines and was not able to install limewire/java. I do not know if it is a limewire or a java problem, but limewire complains about my java version.

Re: installing java

2006-10-31 Thread Hugo Vanwoerkom
Paul Dwerryhouse wrote: On Mon, Oct 30, 2006 at 05:16:10PM -0600, Hugo Vanwoerkom wrote: How do you install java in Sid? apt-get install sun-java5-plugin sun-java5-bin apt-get install sun-java5-jdk # If you want the JDK You'll need the non-free repository in your sources.list file. I

Re: installing java

2006-10-31 Thread Hugo Vanwoerkom
Paul Dwerryhouse wrote: On Mon, Oct 30, 2006 at 05:16:10PM -0600, Hugo Vanwoerkom wrote: How do you install java in Sid? apt-get install sun-java5-plugin sun-java5-bin apt-get install sun-java5-jdk # If you want the JDK You'll need the non-free repository in your sources.list file. Chee

Re: installing java

2006-10-30 Thread Mark Grieveson
Hi, On Sid I tried both j2re-1.4.2-03-linux-i586.bin j2re-1.4.2-rc1-linux-i586-gcc3.2.bin from ftp://ftp.gwdg.de/pub/languages/java/linux/JDK-1.4.2/i386/ They both fail. How do you install java in Sid? Thanks H Follow the instructions at http://www.debiantutorials.org/content/view/68/13

Re: installing java

2006-10-30 Thread Paul Dwerryhouse
On Mon, Oct 30, 2006 at 05:16:10PM -0600, Hugo Vanwoerkom wrote: > How do you install java in Sid? apt-get install sun-java5-plugin sun-java5-bin apt-get install sun-java5-jdk # If you want the JDK You'll need the non-free repository in your sources.list file. Cheers, Paul -- Paul Dwerry

installing java

2006-10-30 Thread Hugo Vanwoerkom
Hi, On Sid I tried both j2re-1.4.2-03-linux-i586.bin j2re-1.4.2-rc1-linux-i586-gcc3.2.bin from ftp://ftp.gwdg.de/pub/languages/java/linux/JDK-1.4.2/i386/ They both fail. How do you install java in Sid? Thanks H -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: lots of Permision denied errors (Prev: Re: symlink errors while installing java)

2006-05-15 Thread Barry Hawkins
On Thu, May 11, 2006 at 10:59:06AM -0400, justin alcon wrote: >i am having the exact same problem that this guy was having, i see lots of >people have this problem but i find no solutions, please help. > > *

Re: lots of Permision denied errors (Prev: Re: symlink errors while installing java)

2006-05-11 Thread justin alcon
i am having the exact same problem that this guy was having, i see lots of people have this problem but i find no solutions, please help.** I tried to troubleshoot these problems myself to no avail in a pre

Re: symlink errors while installing java (Sun's jdk)

2005-11-07 Thread Alexander Schmehl
Hi! * Albretch Mueller <[EMAIL PROTECTED]> [051107 03:10]: > Well, I noticed the site wasn't online to begin with ;-) > sh-3.00# ping http://non-us.debian.org > ping: unknown host http://non-us.debian.org > do they have such thing as mirrors? Please read http://www.debian.org/releases/stable/i386

Re: symlink errors while installing java (Sun's jdk)

2005-11-07 Thread Peter . Robinson
> - stat (2 No such file or directory) > W: Couldn't stat source package list http://non-us.debian.org > unstable/non-US/non-free Packages > (/var/lib/apt/lists/non-us.debian.org_debian-non-US_dists_unstable_non-US_non-free_binary-i386_Packages) > > - stat (2 No such f

lots of Permision denied errors (Prev: Re: symlink errors while installing java)

2005-11-06 Thread Albretch Mueller
I tried to troubleshoot these problems myself to no avail in a previous note you suggest to run make-jpkg as root. However when I try it I get: [EMAIL PROTECTED] make-jpkg jdk-1_5_0_05-linux-i586.bin You are real root -- unfortunately, some Java distributions have install scripts that directly

Re: symlink errors while installing java (Sun's jdk)

2005-11-06 Thread Albretch Mueller
Well, I noticed the site wasn't online to begin with ;-) sh-3.00# ping http://non-us.debian.org ping: unknown host http://non-us.debian.org do they have such thing as mirrors? Thansk Albretch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: symlink errors while installing java (Sun's jdk)

2005-11-06 Thread Albretch Mueller
hi, and my /etc/apt/sources.list (without the totally commented out sections) looks like this: // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # /etc/apt/sources.list for Knoppix # If you want to do a "full upgrade", you should first # upgrade the Packages from Debian/unstable (KD

Re: symlink errors while installing java (Sun's jdk)

2005-11-06 Thread Albretch Mueller
s) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Invalid record in the preferences file, no Package header From: [EMAIL PROTECTED] To: debian-user@lists.debian.org Subject: Re: symlink errors while installing java (Sun's jdk) Date:

Re: symlink errors while installing java (Sun's jdk)

2005-11-06 Thread Peter . Robinson
On Sun, Nov 06, 2005 at 04:20:36PM +, Albretch Mueller wrote: > Hi *, > > while installing java on an external drive using knoppix I got symlink > errors each time a symlink was tried out: > > ./jdk-1_5_0_05-linux-i586.bin > file 2>&1 > > after spacin

Re: symlink errors while installing java (Sun's jdk)

2005-11-06 Thread Roberto C. Sanchez
On Sun, Nov 06, 2005 at 04:20:36PM +, Albretch Mueller wrote: > Hi *, > > while installing java on an external drive using knoppix I got symlink errors > each time a symlink was tried out: > > ./jdk-1_5_0_05-linux-i586.bin > file 2>&1 > Have you considere

symlink errors while installing java (Sun's jdk)

2005-11-06 Thread Albretch Mueller
Hi *, while installing java on an external drive using knoppix I got symlink errors each time a symlink was tried out: ./jdk-1_5_0_05-linux-i586.bin > file 2>&1 after spacing out of the License Agreement and starting the installation I got a total of actually 4 symlink errors

Re: Installing Java

2004-06-11 Thread Greg Folkert
On Thu, 2004-06-10 at 18:25, Robert Tilley wrote: [...] > > Azureus demands the JRE installed by SUN. How can I update-alternatives so > that /home/$USER/downloads/j2re1.4.2_04/bin/java is used? > To your /etc/apt/sources.list add: # Java deb http://jopa.studentenweb.org/debian ./ do this:

Re: Re: Installing Java

2004-06-10 Thread res0nid7
Hi, I am using Sarge on an ABit board with Nforce2 integrated sound. During my boot, the following entries are made in the log; Jun 10 17:59:58 localhost kernel: Jun 10 17:59:58 localhost kernel: i810_audio: Audio Controller supports 6 channels. Jun 10 17:59:58 localhost kernel: i810_audio: Defa

Re: Installing Java

2004-06-10 Thread Robert Tilley
On Thursday 10 June 2004 07:07 pm, Zenaan Harkness wrote: Thank you for your rapid response! I tried your former recommendation (PATH=/home/tilleyrw/downloads/j2re1.4.2_04/bin:$PATH ./azureus) and all was good. Thanks again! Bob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Re: Installing Java

2004-06-10 Thread Zenaan Harkness
On Fri, 2004-06-11 at 08:25, Robert Tilley wrote: > I want to run Azureus, which requires the JRE from SUN to be installed. I > install the j2re1.4.2 and hope that Azureus runs. > > The message returns that something is wrong with my java installation. > > [EMAIL PROTECTED]:/home/tilleyrw/downl

Installing Java

2004-06-10 Thread Robert Tilley
I want to run Azureus, which requires the JRE from SUN to be installed. I install the j2re1.4.2 and hope that Azureus runs. The message returns that something is wrong with my java installation. [EMAIL PROTECTED]:/home/tilleyrw/downloads/azureus# ./azureus Starting Azureus... Java exec found in

Re: problems installing java

2003-12-07 Thread Wayne Topa
tripolar([EMAIL PROTECTED]) is reported to have said: > well back in town and trying to install java on mothers pc so she can > goto websites with java. > I first upgraded her system to sid ( because that is what mine is) > then added a site from apt-get.org for j2re1.4 > did apt-get install j2re1.

Re: problems installing java

2003-12-07 Thread Kristian Niemi
ed as well. Then, I went to FB's plugin-folder, /usr/lib/mozilla-firebird/plugin/, and did `ln -s usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so', restarted FB, and lo and behold --- it worked like a charm. h: Krisse tripolar wrote: having problems installing java first u

Re: problems installing java

2003-12-07 Thread Kristian Niemi
I still don't have java working; Firebird just crashes, so I'm probably /not/ the best one to give any suggestions here -- *but* my first question to you would be, do you *have* those directories dpkg mentions, particularly the latter one? ;) h: Krisse tripolar wrote: well back in town and try

Re: problems installing java

2003-12-06 Thread tripolar
well back in town and trying to install java on mothers pc so she can goto websites with java. I first upgraded her system to sid ( because that is what mine is) then added a site from apt-get.org for j2re1.4 did apt-get install j2re1.4 then this- Setting up j2re1.4 (1.4.0.99beta-1) ... update-alte

Re: problems installing java

2003-12-02 Thread Kristian Niemi
Might it be that sarge uses another version than sid? (Correct me if I'm wrong, but sarge is 'testing', and sid is 'unstable', right?) I'm using unstable, and thus we might be using different versions of FB, and maybe this particular bug emerged in a *later* one. --A version I may happen to be u

Re: problems installing java

2003-12-02 Thread Patrick Beard
"Kristian Niemi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I get 'java is /usr/bin/java'. > Which I assume is as it's supposed to be. > > I believe it's a case of bug #225423, > http://bugzilla.mozilla.org/show_bug.cgi?id=225423 > Which has been taken care of. It's just not imp

Re: problems installing java

2003-12-02 Thread Kristian Niemi
I get 'java is /usr/bin/java'. Which I assume is as it's supposed to be. I believe it's a case of bug #225423, http://bugzilla.mozilla.org/show_bug.cgi?id=225423 Which has been taken care of. It's just not implemented in the current debian build. Still, if you've got further suggestions, I'm all

Re: problems installing java

2003-12-02 Thread Patrick Beard
"Kristian Niemi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks for the tip, but unfortunately that didn't help. What do you get back from 'type java' (remove quotes) at the command line? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Re: problems installing java

2003-12-01 Thread Kristian Niemi
Thanks for the tip, but unfortunately that didn't help. Firebird still crashed. I hope that it was just me being stupid, after I read your mail, but it still seems to be the case that it's a bug at work. They *have* identified some kind of bug that could have something to do with this, and fixed

Re: problems installing java

2003-12-01 Thread H. S.
Greg Folkert wrote: On Sun, 2003-11-30 at 15:03, tripolar wrote: it didnt work. mom just tried to access her pogo games , yeah she is addicted ;-) and got java not working error. I was trying to get it worked out for her before I went out of state :-( no such luck. will have to try again when I

Re: problems installing java

2003-12-01 Thread Patrick Beard
> > Strange that it works, actually, because it *is* a bug. Firebird > > simply crashes; others have had the same problem. I believe they've > > worked out a fix for it, but ... > > > > So, wonder how come it works for you? > > ... or why it doesn't work for me... Firebird needs jre1.4.2 or later.

Re: problems installing java

2003-11-30 Thread Greg Folkert
On Sun, 2003-11-30 at 15:03, tripolar wrote: > it didnt work. mom just tried to access her pogo games , yeah she is > addicted ;-) > and got java not working error. I was trying to get it worked out for > her before I went out of state :-( no such luck. > will have to try again when I get back >

Re: problems installing java

2003-11-30 Thread John L. Fjellstad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 30 November 2003 10:47, Sven Hoexter wrote: > I did the following do get the java plugin working on my > testing/unstable box: > > Download: > ftp://ftp.gwdg.de/pub/languages/java/linux/JDK-1.4.1/i386/01/j2sdk-1.4.1-01 >-linux-i586-gcc3.2.bi

Re: problems installing java

2003-11-30 Thread tripolar
it didnt work. mom just tried to access her pogo games , yeah she is addicted ;-) and got java not working error. I was trying to get it worked out for her before I went out of state :-( no such luck. will have to try again when I get back thanks Kristian Niemi wrote: Hmm ... Strange. I do ha

Re: problems installing java

2003-11-30 Thread Kristian Niemi
Hmm ... Strange. I do have it linked to .../plugins. As it should be. Forgot to write /plugin; good that you noticed. ;) Strange that it works, actually, because it *is* a bug. Firebird simply crashes; others have had the same problem. I believe they've worked out a fix for it, but ... So, wond

Re: problems installing java

2003-11-30 Thread tripolar
llow it to show java pages. So all of this didn't do me any good, I'll have to wait until debian starts updating their 'unstable' packages again. Heh. I'd imagine Mozilla doesn't have a bug like this. Krisse tripolar wrote: having problems installing java first

Re: problems installing java

2003-11-30 Thread jqdkf
On Sun, Nov 30, 2003 at 11:34:15AM +0200, Kristian Niemi wrote: > Well ... I don't know if there's a `debian-way' that could be used, but > I installed it by downloading it from the web ... > > From the following address, I believe: > http://java.sun.com/j2se/1.4.2/download.html > > I use Mozil

Re: problems installing java

2003-11-30 Thread Ismael Valladolid Torres
El domingo, 30 de noviembre de 2003, a las 02:56, tripolar escribió: > having problems installing java I assume you mean installing the java plug-in for your browser. > first using apt-get or aptitude what should I install? If you were using woody, things would be easy, just mak

Re: problems installing java

2003-11-30 Thread Jiele
tripolar wrote: having problems installing java first using apt-get or aptitude what should I install? 2) any tricks to have konqueror, mozilla,& netscape find java? 3. Any links I should set up and how? I have main non-free & contrib in my sources.list unstable thanks This is what I did

Re: problems installing java

2003-11-30 Thread Kristian Niemi
7; right now (unstable), has a bug that doesn't allow it to show java pages. So all of this didn't do me any good, I'll have to wait until debian starts updating their 'unstable' packages again. Heh. I'd imagine Mozilla doesn't have a bug like this. Krisse trip

Re: problems installing java

2003-11-30 Thread Sven Hoexter
On Sun, Nov 30, 2003 at 02:56:16AM -0600, tripolar wrote: > having problems installing java > first using apt-get or aptitude what should I install? > 2) any tricks to have konqueror, mozilla,& netscape find java? I did the following do get the java plugin working on my testing

problems installing java

2003-11-30 Thread tripolar
having problems installing java first using apt-get or aptitude what should I install? 2) any tricks to have konqueror, mozilla,& netscape find java? 3. Any links I should set up and how? I have main non-free & contrib in my sources.list unstable thanks -- To UNSUBSCRIBE, email t

Re: Installing Java

2001-07-16 Thread Bill Wohler
Nicole Zimmerman <[EMAIL PROTECTED]> writes: > As far as java itself goes, there are blackdown java 2 packages at: > > deb ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/debian > $DIST non-free I use: deb http://www.ibiblio.org/pub/linux/devel/lang/java/blackdown.org/debia

Re: Installing Java

2001-07-16 Thread D-Man
On Sun, Jul 15, 2001 at 06:08:49PM -0700, Nicole Zimmerman wrote: | | As far as java itself goes, there are blackdown java 2 packages at: Yeah, Sun didn't want to pay to make a Linux JDK so instead the Blackdown people agreed to sign NDAs with Sun for the privilege to create Linux binaries. It i

Re: Installing Java

2001-07-15 Thread Nicole Zimmerman
As far as java itself goes, there are blackdown java 2 packages at: deb ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/debian $DIST non-free where $DIST = either potato or woody apt-get install j2sdk Note that they are non-free. hth, -nicole At 16:41 on Jul 13, Juan combined

  1   2   >