RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-24 Thread BAZLEY Sebastian
> -Original Message- > From: Dimitris Terzis [mailto:[EMAIL PROTECTED]] > Sent: 23 August 1999 14:53 > To: 'Java-Linux mailing list' > Subject: RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2 [snip] > What happened is that, to download the tar fi

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Brandon Anderson
Actually, I believe the problem is related to the fact the NT doesn't support symbolic links. Almost all the files in the ($JAVA_HOME)/bin directory are symbolic links to .java_wrapper. The only two files that aren't symbolic links are .java_wrapper and java-rmi.cgi (atleast on 1.2). On Mon, 2

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Larry Gates
>From: "Dimitris Terzis" <[EMAIL PROTECTED]> >Date: Mon, 23 Aug 1999 14:53:03 +0100 >Hi guys... > >I have finally managed to install JDK1.1.7_v1a and JDK1.2... You won't >What happened is that, to download the tar files, I used an NT machine, >linked to my Linux PC via Samba. So far so good. Bu

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
> +I know have a silly problem with JDK 1.1.7. Namely, while I can compile my > +application (containing several .java files organised in a number of > +packages), when I attempt to run it, it doensn't run! My environment is > + $JAVA_HOME = > + $CLASSPATH = .:$JAVA_HOME/lib/classes.zip:$

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
Hello again... I think I 've solved most of the silly problems I was experiencing, thanks for your help and advises... The only one remaining is a NullPointerException I 'm getting when launching my application from JDK 1.1.7. It has to do with the initial JFrame. The interpreter resolves this t

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Miles Thompson
+I know have a silly problem with JDK 1.1.7. Namely, while I can compile my +application (containing several .java files organised in a number of +packages), when I attempt to run it, it doensn't run! My environment is + $JAVA_HOME = + $CLASSPATH = .:$JAVA_HOME/lib/classes.zip:$JAVA_

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
Hi guys... I have finally managed to install JDK1.1.7_v1a and JDK1.2... You won't imagine what I was doing wrong! As I previously wrote, I did download the proper archives (all of them, and not only the native threads one, as somebody suggested). Also, I wasn't running from the /bin directory (wh

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-22 Thread Nathan Meyers
Dimitris Terzis wrote: > > Nathan, > > > > I try to run the programs (either in binary or script form) from the > > > bin/x86/native_threads directory each time (by the way, examining the > > > scripts I see references to sun.tools.* classes - are they included in > the > > > libraries?). > > >

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-21 Thread Juergen Kreileder
> Dimitris Terzis writes: Dimitris> I am aware of this trickery, except that my Dimitris> /bin subdirectory does not contain Dimitris> any of the scripts(!). They 're all under Dimitris> /bin/x86/.../native_threads. And Dimitris> they don't do anything when I run them!

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-21 Thread Juergen Kreileder
> Nathan Meyers writes: Nathan> Don't try to run from those directories. The launch Nathan> scripts do a lot of important setup. You need to invoke Nathan> the scripts (java, javac, etc.) found in the Nathan> /bin subdirectory - you shouldn't be Nathan> in that directory

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Dimitris Terzis
Nathan, > > I try to run the programs (either in binary or script form) from the > > bin/x86/native_threads directory each time (by the way, examining the > > scripts I see references to sun.tools.* classes - are they included in the > > libraries?). > > Don't try to run from those directories.

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Nathan Meyers
Dimitris Terzis wrote: > > Hi guys... > > I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation > in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so). > I try to run the programs (either in binary or script form) from the > bin/x86/native_threads dire