This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Newbie : How to compile
> As you can see, setting CLASSPATH properly fixes my problem.
Thanks.
I was a little lost, maybe for the gcc influence I was compiling the
source files as i was compiling .c files, forgetting that they have a
package, and trying to compile then in the directory where are the
files.
My classes were prac.talf.Simbolo.java, etc.. and I was compiling them
in /prac/talf/ thus the compiler never found the classes.
Thanks again.