This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Size problem


Hy,

PL> I tried to compile a simple Hello world program (which only
PL> does a System.out.println("Hello World")) and I remarked
PL> that the executable was very big (at least 1Mb).

There is quite a lot that always gets included with the app... I
wrote a web-server type prog (to test some networking stuff) and
was almost the same size as a "Hello World" program although it had
a hell of a lot more code in it...

Cheers
JohnM



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]