Re: Slowly compiling java app.

1999-12-16 Thread Paolo Ciccone
On Thu, Dec 16, 1999 at 03:30:45PM +0700, Siriphen Wikaisuksakul wrote: > > When I compile java application, it take very long time to succeed and if I don't >type -J-mx option, it can't compile the application. Here is the error message: > > The compiler has run out of memory. Consider using

Re: Slowly compiling java app.

1999-12-16 Thread Robert J. Agnew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 16 Dec 1999, Siriphen Wikaisuksakul wrote: > >%_ > When I compile java application, it take very long time to succeed and if I don't >type -J-mx option, it can't compile the application. Here is the error message: > > The compiler has run ou

Re: Slowly compiling java app.

1999-12-16 Thread jbaker
Use Jikes, from IBM. http://www10.software.ibm.com/developerworks/opensource/jikes/?aw=50 On Thu, Dec 16, 1999 at 03:30:45PM +0700, Siriphen Wikaisuksakul wrote: > > When I compile java application, it take very long time to succeed and if I don't >type -J-mx option, it can't compile the appl

Slowly compiling java app.

1999-12-16 Thread Siriphen Wikaisuksakul
  When I compile java application, it take very long time to succeed and if I don't type -J-mx option, it can't compile the application. Here is the error message:   The compiler has run out of memory.  Consider using the "-J-mx" command line option to increase the maximum heap size.   Could