Brian Jones wrote:

> Petter Reinholdtsen <[EMAIL PROTECTED]> writes:
>
> > > brian@lyta japhar]$ /usr/local/japhar/bin/javac IsInstanceTest.java
> > > java.io.FileNotFoundException
> >
> > This sounds like you are in the wrong directory.  Are you?
>
> *sigh*  Yes.  Too many xterms.
>
> [brian@lyta java.lang]$ /usr/local/japhar/bin/javac IsInstanceTest.java
> IsInstanceTest.java:7: Class java.lll.lll.lll not found in type declaration.
>       if (test instanceof java.lang.Object)
>                                    ^
> IsInstanceTest.java:12: Class java.lll.lll.lll not found in type declaration.
>       if (test instanceof java.lang.Cloneable)
>                                    ^
> IsInstanceTest.java:17: Class java.lll.lll.lll not found in type declaration.
>       if (test instanceof java.lang.Runnable)
>

Cool, I'll take a look at this tonight.

> I'm still guessing it just ran out of memory.
>
> (gdb) run sun.tools.javac.Main -d . *.java
> Starting program: /usr/local/japhar/bin/japhar sun.tools.javac.Main -d . *.java
> java.lang.Error: Fatal: Resource for javac is missing
>

Hmm, that error means it couldn't find some property (or rather, couldn't find the
javac.properties - or whatever it's called :)

> Fatal Java VM Error: java.lang.Throwable.printStackTrace0() unimplemented
>

*sigh* -- this, at least, is fixed on the JDK_12_BRANCH :)

xtoph

Reply via email to