I and possibly others may want to see your CLASSPATH, (echo $CLASSPATH, (unix)), a snapshot of your directory structure, ls -lR(unix), the source code (the package statement would be of immediate interest) the complete listing will do no harm. Your command line for compilation javac ...... anything else relevant to your issue.
Good Luck -
Michael Ciaccio B.Sc.
SUN Certified Programmer for the
JAVA 2 Platform
Java Consultant
Menfi Systems Incorporated
Originally posted by Christian Garcia:
I'm banging my head against the desk over here trying to compile my source. The compilation executes without any errors, however, the packages aren't created in the directory structure. I know it's not a classpath problem and I have the correct parameters added to 'javac'. Has anyone else run into this??
TIA,
CG