Re: installation help - error on running java no classes.zip?

2000-02-01 Thread Nathan Meyers
On Tue, Feb 01, 2000 at 10:55:00PM +, Ekkehard Kraemer wrote: > Hello Clyde, > > cj>So despite what the install README says; assuming an install > cj>directory of /usr/local/jdk1.2.2, the env variables need to be set to: > cj> > cj>PATH=$PATH:/usr/local/jdk1.2.2/bin: > cj>CLASSPATH=/usr/loca

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread Ekkehard Kraemer
Hello Clyde, cj>So despite what the install README says; assuming an install cj>directory of /usr/local/jdk1.2.2, the env variables need to be set to: cj> cj>PATH=$PATH:/usr/local/jdk1.2.2/bin: cj>CLASSPATH=/usr/local/jdk1.2.2/jre/:. cj>JAVA_HOME=/usr/local/jdk1.2.2 Sorry, this is not correct.

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread clyde jones
s out there At 9:54 AM -0600 02/01/2000, Jason Blair wrote: >You don't need classes.zip or rt.jar in your classpath, but you do need >the directory containing your HelloWorldApp program in >your classpath. > >Hope this helps. > >jason > > >clyde jones wrote: &g

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread Jason Blair
You don't need classes.zip or rt.jar in your classpath, but you do need the directory containing your HelloWorldApp program in your classpath. Hope this helps. jason clyde jones wrote: > Nope this didn't work - I still get the same error. > > $ java HelloWorldApp > Exc

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread clyde jones
em. I will ask blackdown to update their FAQ which has the classes in classes.zip instead of rt.jar, which lead to some of my confusion. Thanks At 10:35 PM -0800 01/31/2000, Peter Graves wrote: >Do this: > > java HelloWorldApp > >instead of this: > > java HelloWorldApp.clas

Re: installation help - error on running java no classes.zip?

2000-01-31 Thread Peter Graves
Do this: java HelloWorldApp instead of this: java HelloWorldApp.class If you're using 1.2.2 you don't need a CLASSPATH (at least not for this). The runtime classes are in .../jdk1.2.2/jre/lib/rt.jar, not ../classes.zip. -Peter http://armedbear.org clyde jones wrote: >

installation help - error on running java no classes.zip?

2000-01-31 Thread clyde jones
have set and unset the CLASSPATH environment variable, but I cannot find the file classes.zip. I am running redhat 6.1 with glibc-2.1.2-11 and kernel-2.2.12-20. Can someone kindly help me figure out what is wrong? TIA Clyde Info I think you might need to help me: PATH=/usr/bin:/bin:/usr/local

Re: classes.zip

1998-11-12 Thread Michael Sinz
On Thu, 12 Nov 1998 14:33:50 PST, alex andrejin wrote: >hi! could somebody tell me where i can get the classes.zip for linux? >they are not included in the linux jdk nor jre. > >i realize it is a very basic question but i have found no docs to help >me. & i apologize in adv

classes.zip

1998-11-12 Thread alex andrejin
hi! could somebody tell me where i can get the classes.zip for linux? they are not included in the linux jdk nor jre. i realize it is a very basic question but i have found no docs to help me. & i apologize in advance for cluttering the list w/ goofy questions. thanks, al

Classes.zip

1998-08-19 Thread prescom . bal
due to the object of my message...) It seems the real problem is in the Classes.zip file contained in the package delivered by blackdown because with the classes.zip coming from an other site (in germany) all seems to be working. initial classes.zip size : 5450240 working classes.zip size : 8737408

Re: Classes.zip 1.1.5v7

1998-05-10 Thread Robert Lynch
Roger Hill wrote: > > I am trying to run an applet in netscape 3.04 (Linux). > > It gives me every time: Cannot run applet: zip file is so old it does not > have a version number. > > Classes.zip was downloaded last week! > > What is Netsc

Re: Classes.zip 1.1.5v7

1998-05-10 Thread Roger Hill
On Sun, 10 May 1998, Kenny Freeman wrote: > Netscape 3.04 uses java version 1.0 or so. You are using java > 1.1 or so - or at least the applet is written in java 1.1. A java 1.0 > runtime cannot "run"/interpret a java 1.1 class file. Just guessing. Does > anyone else know for sure? > I'm sure y

Re: Classes.zip 1.1.5v7

1998-05-10 Thread Jauvane Cavalcante de Oliveira
Hi there, > Netscape 3.04 uses java version 1.0 or so. You are using java 1.1 or so - or at > least the applet is written in java 1.1. A java 1.0 runtime cannot > "run"/interpret a java 1.1 class file. Just guessing. Does anyone else know for > sure? By default Netscape comes with JDK 1.0.2 supp

Re: Classes.zip 1.1.5v7

1998-05-10 Thread Kenny Freeman
trying to run an applet in netscape 3.04 (Linux). > > It gives me every time: Cannot run applet: zip file is so old it does not > have a version number. > > Classes.zip was downloaded last week! > > What i

Classes.zip 1.1.5v7

1998-05-10 Thread Roger Hill
I am trying to run an applet in netscape 3.04 (Linux). It gives me every time: Cannot run applet: zip file is so old it does not have a version number. Classes.zip was downloaded last week! What is Netscape talking about? Thanks