ah, kaffe, an oft encountered rock in the road for those
new to Java and Linux ( at least on Red Hat ).  Sure would
save a lot of grief it they'd pull it from the 'standard' installs
and put it on PowerTools or some such.  Can't think of any
good reason for it being installed by default.

Note: I have nothing against kaffe as such, other than
the number of threads like this it generates on various
lists.

On Sunday 25 November 2001 08:47, you wrote:
> 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

-- 
Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt



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

Reply via email to