Re: Help installing a JVM
> How do I get a JVM to install? I have only found dummy packages, and > when I downloaded and ran Sun's SDK, it didn't seem to install > properly - or at least the Java apps don't see it. http://z42.de/debian/ works smoothly (for me). Cheers, Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help installing a JVM
The new J2EE installs into /opt just as the openoffice does. I have not file, just a .bash_profile.dpkg-dist in /etc/skel and one new user account I made. This is all commented. Where else might PATH be set globaly? BTW: OpenOffiice works as is, even after I took off the older jdk from /usr/share and installed the larger J2EE to /opt. Jazz (java MIDI) does not come up. On Friday 16 April 2004 01:15, [EMAIL PROTECTED] wrote: > Make sure you add the Java binary to your PATH environment > variable or the Java applications will not find it. I added the following > to my "~/.bash_profile": > > PATH=$PATH:$HOME/bin:/usr/lib/ICAClient:/usr/local/mozilla:/usr/local/bin/s >navigator/bin:/home/jortega/Komodo-1.1:/home/jortega/OpenOffice.org1.0.1:/us >r/java/j2sdk1.4.1_02/bin export JAVA_HOMEDIR="/usr/java/j2sdk1.4.1_02"
Re: Help installing a JVM
On Thu, 15 Apr 2004 13:25:06 -0500, Freivald, Joseph A, GVSOL wrote: > Okay, > > How do I get a JVM to install? If you're running Sid(unstable), just add deb http://jopa.studentenweb.org/debian ./ to your sources.list, then run aptitude update aptitude install j2re1.4 j2se-common Java should now work automatically under Mozilla/Epiphany. I'm a java-debian newb, however, so YMMV. -- Matt Kirchhoff Have you checked the Wiki today? http://wiki.debian.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help installing a JVM
Freivald, Joseph A, GVSOL wrote: > Okay, > > How do I get a JVM to install? I have only found dummy packages, and when > I downloaded and ran Sun's SDK, it didn't seem to install properly - or at > least the Java apps don't see it. > > Thanks in advance. > > --JATF I added this line to my /etc/apt/sources.list: deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian/ testing main non-free After this, I installed j2re1.4 (Blackdown Java 2 RE) and all the packages it depends on with aptitude. Configuration was done by debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Help installing a JVM
On Thu, Apr 15, 2004 at 01:25:06PM -0500, Freivald, Joseph A, GVSOL wrote: > Okay, > > How do I get a JVM to install? I have only found dummy packages, and when I > downloaded and ran Sun's SDK, it didn't seem to install properly - or at > least the Java apps don't see it. > > Thanks in advance. > Joseph, To be honest, I still have to install Sun's JVM on a Debian box but I ran into this same issue when installing it on Red Hat or Fedora systems in the past too. Make sure you add the Java binary to your PATH environment variable or the Java applications will not find it. I added the following to my "~/.bash_profile": PATH=$PATH:$HOME/bin:/usr/lib/ICAClient:/usr/local/mozilla:/usr/local/bin/snavigator/bin:/home/jortega/Komodo-1.1:/home/jortega/OpenOffice.org1.0.1:/usr/java/j2sdk1.4.1_02/bin export JAVA_HOMEDIR="/usr/java/j2sdk1.4.1_02" Nitebirdz http://www.sacredchaos.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Help installing a JVM
Okay, How do I get a JVM to install? I have only found dummy packages, and when I downloaded and ran Sun's SDK, it didn't seem to install properly - or at least the Java apps don't see it. Thanks in advance. --JATF