Mario Torre wrote:
Hello!As discussed on IRC, the following patch let classpath to compile and work under Windows CE.
Oh, oh.
+package java.lang; + +/** + * An <code>UnknownError13</code> is thrown when a serious but unknown + * problem has occurred in the Java Virtual Machine (but not only) of some + * platforms. + * + * @author Mario Torre <[EMAIL PROTECTED]> + * + */ +public class UnknownError13
should really be package private. ;) cheers, dalibor topic
