Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insignia's Jeode and Sun's javac

843849Mar 12 2003 — edited Jun 9 2003
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2003
Added on Mar 12 2003
6 comments
137 views