[Quickfix-developers] Java - OutOfMemoryError
Brought to you by:
orenmnero
From: Billy R. <bru...@ra...> - 2004-02-02 18:36:53
|
Hi All- I've just downloaded QuickFIX and am attempting to build the Java library for use in a client app. When I go to the quickfix/src/java directory and run 'ant jar' I bombs out with OutOfMemoryError. I'm running this on a P4 with 512M RAM. I can't imagine its really running out of memory...something must be config'd wrong. What am I missing? ------------------------------------------- $ ant compile Buildfile: build.xml init: compile: [javac] Compiling 1306 source files to C:\Documents and Settings\Billy Rutledge\Desktop\quickfix\src\java\build [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] java.lang.OutOfMemoryError BUILD FAILED --------------------------------------------- Thanks, -Billy |