t;
> -Original Message-
> From: Chris Abbey [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 29, 1999 8:05 PM
> To: Roll, Greg
> Cc: [EMAIL PROTECTED]
> Subject: Re: NoClassDefFoundError and RH6.0
>
>
> At 09:04 9/29/99 -0500, Roll, Greg wrote:
> >E
Geez... I totally goofed that one!
All that was need was to put a '.' in front of my CLASSPATH.
EG. CLASSPATH = .:/opt/jdk1.2/jre/lib/rt.jar
After doing that everything worked fine. Thanks for the help.
GR
--
To UNSUBSCRIBE
On Thu, 30 Sep 1999, Roll, Greg wrote:
> That still yields the same error... I tried that many times too!
Sorry, I didn't catch your first email.
If it still says class not found, make sure you have CLASSPATH set
correctly.
Also make sure your PATH is set to include the bin directory under t
That still yields the same error... I tried that many times too!
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 30, 1999 10:41 AM
To: Roll, Greg
Cc: [EMAIL PROTECTED]
Subject: RE: NoClassDefFoundError and RH6.0
Hi Greg, everyone,
On Thu
Hi Greg, everyone,
On Thu, 30 Sep 1999, Roll, Greg wrote:
> Actually yes Is this incorrect? I'm fairly new to the Java thing
> but I compile fine with the same steps on a Solaris machine.
>
> GR
>
> From: Chris Abbey [mailto:[EMAIL PROTECTED]]
>
> you didn't by any chance type "java
ECTED]
Subject: Re: NoClassDefFoundError and RH6.0
At 09:04 9/29/99 -0500, Roll, Greg wrote:
>Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld/class
you didn't by any chance type "java HelloWorld.class" did you?
cabbey at home dot net <*> http
At 09:04 9/29/99 -0500, Roll, Greg wrote:
>Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld/class
you didn't by any chance type "java HelloWorld.class" did you?
cabbey at home dot net <*> http://members.home.net/cabbey
I want a binary interface to the brain!
Tod
A screen scrape of the exact command issued and the full stack trace given
would help, as well as the value of your classpath envvar (if you have one).
Otherwise we might as well be shooting in the dark. -=Chris
At 10:38 9/23/99 -0400, Craig Soucie wrote:
>This is probably something simple and ob
This is probably something simple and obvious that I just don't know but after
downloading and making the jdk1.2 pre-2, I can compile (after adding the jdk/bin
to the path) but cannot execute the java command w/o getting this error:
java.lang.NoClassDefFoundError / 'program-name', where 'program-n