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

2000-02-01 Thread clyde jones
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.class If you're using 1.2.2 you

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 Exception in thread "

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

2000-02-01 Thread clyde jones
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: Nope this didn't work - I still get the same

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

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

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, cjSo despite what the install README says; assuming an install cjdirectory of /usr/local/jdk1.2.2, the env variables need to be set to: cj cjPATH=$PATH:/usr/local/jdk1.2.2/bin:

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: Hi I

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, alex

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 advance for cluttering

Classes.zip

1998-08-19 Thread prescom . bal
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 Thank you

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 Netscape talking about? Thanks

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