My directory structure is this:
E:\javawork\com\wallinternet\cfBrowser\
My package line reads:
package com.wallinternet.cfBrowser;
(as long as I comment this out, everything complies)
My main method is in cfParser.java in the cfBrowser directory
I'm using NetBeans, so my classpath are the mounted directories and Jars. I've mounted E:\javawork\com\wallinternet\cfBrowser\ along with 2 jars and a directory that holds files I'm parsing. Maybe I should have the properties of the last directory set false for use in execution, compiling, and debugging....
Thanks for the help,
Justin
Originally posted by Dirk Schreckmann:
The compiled class files need to reside in a directory structure that matches the package declaration and the root of the directory structure needs to be findable (if that's a word - probably not) through the classpath. Is the idea of adjusting the classpath new for you?