RE: Getting tini programs to run
"Tim Drury" <tdrury-S9cbI//bT0uU7f/[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <000001c3e679$9639d670$f046a8c0@SIMOTORSPORTS> |
David, I would stick with Sun's 1.4.x JDK. Compile using the "-target 1.1" option which will produce tini-compatible code. I have also used 1.2.x successfully. If the command below worked, I assume you place the comm.jar in the <JAVA_HOME>/jre/lib/ext folder or else JavaKit should have failed not finding the serial comm API. The jre/lib/ext folder contents is automatically included in the classpath, but again, it's not a good idea to rely on it because if you distribute your code, you may forget to include this. -tim > This time I just tried c:\Appserver\jdk\bin\javaw -classpath > c:\tini\tini1.12\bin\tini.jar JavaKit and bingo it worked. > Go figure. > > I'm using the JDK1.4 as that is what is listed on the Sun > website, maybe I should try and get an older version? JDK1.2 > > David _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini