Re: Classpath help

1998-05-25 Thread Alexander Davydenko
> ? I need some help configuring my classpath. > ? I can javac on file it works fine ie: > ? javac hello.java > ? this creates the .class file. It may be usefull a common solution to use -d option in javac command.Just create a directory named myclass and do compile all class files in it. Someth

Re: Classpath help

1998-05-23 Thread Steve Byrne
K.R. Foley writes: > Steve wrote: > > > I need some help configuring my classpath.I can javac on file it > > works fine ie:javac hello.javathis creates the .class file. Then when > > I try and runjava hellothe error I get is:can't find class helloI can > > see the hello.class file!? Here

Re: Classpath help

1998-05-22 Thread K.R. Foley
Steve wrote: > I need some help configuring my classpath.I can javac on file it > works fine ie:javac hello.javathis creates the .class file. Then when > I try and runjava hellothe error I get is:can't find class helloI can > see the hello.class file!? Here is a listing of my current classpath

Re: Classpath help

1998-05-22 Thread Felix Morley Finch
>>In article <000901bd9d19$bce8d280$4c28df80@sgee>, "Steve" <[EMAIL PROTECTED]> >writes: > I need some help configuring my classpath. > I can javac on file it works fine ie: > javac hello.java > this creates the .class file. Then when I try and run > java hello > the error I get is: > can't f

Classpath help

1998-05-22 Thread Steve
I need some help configuring my classpath.  I can javac on file it works fine ie: javac hello.java this creates the .class file.  Then when I try and run java hello the error I get is: can't find class hello I can see the hello.class file!?   Here is a listing of my current classpath settin