Greger <boss@gregerhaga.net> wrote in news:dqals3$36p$1@phys-
news4.kolumbus.fi:
>> I have a class file with a main method in the following directory:
>> C:\tea\emat\web\WEB-INF\classes\emat\com\edi
[quoted text clipped - 28 lines]
>
> what package is your class in?
You told Java wheere to find your class ( -classpath ...).
You didn't specify what class to use, so out.txt was used. This means
class txt in package out, which should be located at out\txt (which Java
will report as out/txt). This, of course, was wrong, and thus the
Exception.
Please specify the class that contains your main method.
Do NOT suffix the name with ".class" !

Signature
Ian Shef 805/F6 * These are my personal opinions
Raytheon Company * and not those of my employer.
PO Box 11337 *
Tucson, AZ 85734-1337 *