Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-10 Thread David Baron
On Friday 09 July 2004 14:38, [EMAIL PROTECTED] wrote: > The following url for a forum thread on Java's site probably has the > answer for your error. I was getting the same error and used the unpack > rt.jar method mentioned on the following thread. > > http://forum.java.sun.com/thread.jsp?forum=

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-09 Thread Micha Feigin
On Fri, Jul 09, 2004 at 12:39:35PM -0400, H. S. wrote: > Apparently, _Michael B Allen_, on 07/09/04 04:50,typed: > > > > >Note a good way to setup the shell environment in X so you can run java > >and javac on the commandline is to start the session manager through a > >login shell by changing: >

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-09 Thread H. S.
Apparently, _Michael B Allen_, on 07/09/04 04:50,typed: Note a good way to setup the shell environment in X so you can run java and javac on the commandline is to start the session manager through a login shell by changing: /etc/X11/Xsession.d/99xfree86-common_start to read: exec -l $SHELL -c "$

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-09 Thread Jacob S.
On Fri, 9 Jul 2004 10:32:57 +0300 David Baron <[EMAIL PROTECTED]> wrote: > > Netbeans would try to execute and kick me off X. Reinstalled > everything, tried everyting. Now I only get: > # java > Error occurred during initialization of VM > java/lang/NoClassDefFoundError: java/lang/Object The fol

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-09 Thread Michael B Allen
On Fri, 09 Jul 2004 00:37:25 -0400 "H. S." <[EMAIL PROTECTED]> wrote: > > /usr/local/ and export JAVA_HOME=/usr/local/java and > > PATH=$PATH:${JAVA_HOME}/bin? > > This is what I did. I extracted the version of the Java in > /usr/local/java. Then made links > /usr/local/j2sdk -> /usr/local/java/j

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-09 Thread Michael B Allen
On Fri, 9 Jul 2004 10:32:57 +0300 David Baron <[EMAIL PROTECTED]> wrote: > The update alternatives will let you choose between the java's. It does > not pickup the javac from Sun (must be manually put in there. Java must be > > manually put into alternatives as well if not done using a proper .de

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-09 Thread David Baron
On Friday 09 July 2004 05:51, [EMAIL PROTECTED] wrote: > > You should go to . Get j2se-package, convert your > > JRE to a deb, download the matching *debian-deb for your Java version, > > and install both the downloaded package and the converted JRE. The > > package manageme

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread Andreas Janssen
Hello Michael B Allen (<[EMAIL PROTECTED]>) wrote: > Andreas Janssen said: >> You should go to . Get j2se-package, convert >> your JRE to a deb, download the matching *debian-deb for your Java >> version, and install both the downloaded package and the converted >> JRE. The

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread H. S.
Apparently, _Michael B Allen_, on 07/08/04 21:24,typed: Andreas Janssen said: You should go to . Get j2se-package, convert your JRE to a deb, download the matching *debian-deb for your Java version, and install both the downloaded package and the converted JRE. The package ma

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread Michael B Allen
Andreas Janssen said: > You should go to . Get j2se-package, convert your > JRE to a deb, download the matching *debian-deb for your Java version, > and install both the downloaded package and the converted JRE. The > package management will take care of the symlinks in /etc/

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread Micha Feigin
On Thu, Jul 08, 2004 at 03:17:16PM -0400, H. S. wrote: > Apparently, _Jacob S._, on 07/08/04 14:51,typed: > >On Thu, 08 Jul 2004 14:36:17 -0400 > >"H. S." <[EMAIL PROTECTED]> wrote: > > > > > >>In my Testing distribution, I noticed that I have javac already (new > >>install a couple of months back

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread Andreas Janssen
Hello H. S. (<[EMAIL PROTECTED]>) wrote: > Apparently, _Jacob S._, on 07/08/04 14:51,typed: >> On Thu, 08 Jul 2004 14:36:17 -0400 >> "H. S." <[EMAIL PROTECTED]> wrote: >> >>> In my Testing distribution, I noticed that I have javac already (new >>> install a couple of months back). Earlier I used

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread Jacob S.
On Thu, 08 Jul 2004 15:17:16 -0400 "H. S." <[EMAIL PROTECTED]> wrote: > Apparently, _Jacob S._, on 07/08/04 14:51,typed: > > On Thu, 08 Jul 2004 14:36:17 -0400 > > "H. S." <[EMAIL PROTECTED]> wrote: > > > > > >>In my Testing distribution, I noticed that I have javac already (new > > > >>install

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread H. S.
Apparently, _Jacob S._, on 07/08/04 14:51,typed: On Thu, 08 Jul 2004 14:36:17 -0400 "H. S." <[EMAIL PROTECTED]> wrote: In my Testing distribution, I noticed that I have javac already (new install a couple of months back). Earlier I used to download Sun's j2sdk and install that. Now that I already

Re: Debian's javac vs Sun's new installation of j2sdk

2004-07-08 Thread Jacob S.
On Thu, 08 Jul 2004 14:36:17 -0400 "H. S." <[EMAIL PROTECTED]> wrote: > > In my Testing distribution, I noticed that I have javac already (new > install a couple of months back). Earlier I used to download Sun's > j2sdk and install that. Now that I already have javac (probably > provided by Debi