View Single Post
  #4 (permalink)  
Old August 12th, 2002
HelgeB HelgeB is offline
Enthusiast
 
Join Date: May 13th, 2002
Posts: 39
HelgeB is flying high
Default Re: java.lang.OutOfMemoryError in phex 0.74

Quote:
Originally posted by Unregistered
I have the Java 1.3 installed (java 2) but I get the java.lang.OutOfMemoryError message.
This could always happen with a Java runtime, you can use startup options to set the maximum Java heap size (64M is default), start phex as follows:
java(w) -Xmx256M -jar phex.jar
in your unix shell or Windows command line. On Windows you can make a shortcut of your phex.jar and change its command line, so the doubleclick action still works.

Helge
Reply With Quote