| Re: REW and Ubuntu Linux Hi
if you're getting a stack overflow then there is almost certainly another problem and changing the heap and stack size (-Xmx & -Xss options) aren't going to help. FWIW I can run REW on a debian box (on which ubuntu is based) which does have Gnome (and hence GTK) installed (I actually use Enlightenment as the window manager but GDM as the display manager).
I don't know how ubuntu maps the java command to a specific JVM, you may find (if it is using the alternatives system) that it isn't what you think it is. You may want to do a java -version to confirm which one is actually responding, I've seen someone out of the box think they're hitting the Sun JVM but are actually getting the gcj one. |