yeah sure thanks for teaching me kid
On Wed, 26 May 1999, Victor Cruceru wrote:
>
> Hi.
> I suggest not to call java(or jre) with a class name ending with ".class".
> (i.e, if you have a class file named "Hello.class" run it with
> $ java Hello
> not with
> $ java Hello.class
> )
>
make sure that you add . to your classpath eg.
CLASSPATH=.:/usr/share/jdk-1.1.6v2/lib/claases.zip
This way java will look in the current directory first.
> Anupama Jayathilake wrote:
>
> I got a problem.Please advice me.
> I have installed jdk-1.1.6v2 sucsesfully (glibc architecture) on
> Re
spath
$CLASSPATH:
Steve
-Original Message-From:
Anupama Jayathilake <[EMAIL PROTECTED]>To:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>Date:
Wednesday, May 26, 1999 7:25 PMSubject: CLASHES IN
CLASSPATH
I got a problem.Please advice
me.
I have inst
I think java it's looking for your *.class in the directories included in
your CLASSPATH
try to set
CLASSPATH=/usr/share/jdk-1.1.6v2/lib/classes111.zip:.
'.' is for java to look for your classes in your working directory
On Wed, 26 May 1999, Anupama Jayathilake wrote:
> I got a problem.Pl
I got a problem.Please advice me.
I have installed jdk-1.1.6v2 sucsesfully (glibc
architecture) on RedHat Linux 5.2 throughX windows as root. Without setting
CLASSPATH variable in any account it works properly. Now I want to set
CLASSPATH envirenment variable (The reason is I want to set ora