[java] Making an .exe file

Started by
9 comments, last by Wrathnut 23 years, 5 months ago
You can not fit the awt into 1.44 megs let alone the rest of the interperter. You may want ( if possible ) to use a earlier version of the jre and strip one file at a time to see how small you can get. There are lots of files in the bin directory that go unused for most people''s use ( rmi, idl, ... ).

Have you ever thought of using the jre on a cd-rw or cd-r? You could set up the jre and a autorun.inf file so your app launched immedatly upon loading the cd-rom. This way you don''t have to scrounge for something that is probably not availble.

This topic is closed to new replies.

Advertisement