[Bug 660] The VM crashes when running a play framework application

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Nov 29 05:37:22 PST 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=660

--- Comment #8 from Xerxes Rånby <xerxes at zafena.se> 2011-11-29 13:37:22 UTC ---
(In reply to comment #7)
> Do you know the way to add the -X params or -XX params to the play command line
> ?

You can use JAVA_OPTS to pass the parameters 
OR you can edit the file framework/pym/play/application.py
this work for me:

JAVA_OPTS="-showversion -Xbatch" ./play run helloworld

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the distro-pkg-dev mailing list