j
k
j a
j l
On Mar 13, 2010, at 20:26, Tony Groves wrote:
java.lang.OutOfMemoryError: Java heap space
This generally means that you need to allocate more memory to Java. Try something like the following: java -Xmx2048M -jar ... Cheers.
Back to the thread
Back to the list