Dear patient folks of this list,

I found the problem.  When I did my upgrade from 7.1 to 7.2, I chose,
"EVERYTHING".  This, amongst other things, installed kaffe.  Since
kaffe's javac compiler lay ahead of my jdk compiler on my path, that is
what I was executing, not what was intended.  I found it by java
-version.  Simply doing rpm -e kaffe, log out, log in, fixed it all.
Grrrrrrrrrrrrrr ;)

My apologies for the flood on this admin snafu.

John

On 11/25/01, 03:41:42AM -0500, Green, Aaron wrote:
> This really has nothing to do with your classpath.  Your wanting it to compile both 
>files, so the VM looking for *.class files would do you no good.  If your .java files 
>are in /home/john/java/Assignment6/  then just compile the program while in the java 
>directory using javac Assignment6/foo2.java    If this does not work, then simply put 
>a package Assignment6; statement at the beginning of each file, and do the same 
>thing.  Let me know if this generates any errors.
> 
> > ----------
> > From:       John P. Verel[SMTP:[EMAIL PROTECTED]]
> > Reply To:   [EMAIL PROTECTED]
> > Sent:       Saturday, November 24, 2001 10:21 PM
> > To:         [EMAIL PROTECTED]
> > Subject:    Re: jdk1.3.1 not finding files in current directory: post script
> > 
> > Right, my current directory is in my classpath for both machines.  But
> > javac in windows sees the .java files and compiles them,, the Linux
> > javac does not.   Your example below is consistent with mine on Linux.
> > Question why I get differing behavior on the windows machine.
> > 
> > John

-- 
John P. Verel
Living Proof That Low Tech Beats High Tech!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to