>>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 find class hello
> I can see the hello.class file!?

A lesson I learned painfully was that if you specify package xyz.abc,
it looks for xyz/abc/hello.class.  But if this is hello, that's
probably not the problem.  Do you have . in your classpath?

-- 
            ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
     Felix Finch: scarecrow repairman & rocket surgeon / [EMAIL PROTECTED]
  PGP = 91 B3 94 7C E9 E8 76 2D   E1 63 51 AA A0 48 89 2F  ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o

Reply via email to