|
Java on the iPaq under LinuxObtaining a JREThe fine folks at Blackdown have compiled a version of Java 1.3.1 for ARM processors. I have created a script that compresses the JRE to fit on an unmodified iPaq.Shrinking the JREIn a standard JRE there are a lot of files that are unnecessary. In the root of the JRE install, the only things we need are thebin and the lib directories.
In
In
rt.jarWe also need to shrinkrt.jar .
Removed from our JAR file:
TipsIf you develop with a 1.4 JDK but deploy to the 1.3 JRE, you may run into these problems:
|
Copyright © 2024 Andrew Oliver