Greetings,
a while ago I managed to get javac up and running on an HP Jornada 72x device, using Sun's Personal vm edition 1.1.beta. Now I want to accomplish the same on a Zaurus, using Insignia's Jeode (it is built-in in its rom). I simply can't get it to work properly, i.e. the compiler is able to compile simple 'Hello World' like classes, but it chokes miserably on larger .java files. I have tried both the 1.1.8 classes.zip as well as the 1.2.2 tools.jar version ... In particular, both compiler versions give up (exceptions are thrown deep down the compilers) when they encounter a reference to themselves, e.g:
sun.tools.javac.Main c= new sun.tools.javac.Main(System.out, "javac");
Any ideas anyone?
kind regards,
Jos