"Niklas Fondberg" <[EMAIL PROTECTED]> writes: > Is there an open source JVM with (or without) classpath that is at least 1.3 > complient (minus awt/swing). > > I have a problem with size on a server. > The whole installed footprint on disk have to be less than 10MB. > > Can I extend j2me (cdc foundation) with classes from classpath and make it a > trimmed down JRE? > > I run linux.
Yeah your options are to go the J2ME route by removing things from Classpath or to use gcj and some sort of hack of your own to remove unnecessary core classes. Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

