error occurs when attempting to disable jit at the command line on windows --------------------------------------------------------------------------
Key: JRUBY-1426 URL: http://jira.codehaus.org/browse/JRUBY-1426 Project: JRuby Issue Type: Bug Environment: windows xp, java 1.6, jruby rev 4581 Reporter: Alex Durgin Assignee: Thomas E Enebo Eror occurs when attempting to disable jit at the command line on windows. I suspect it has something to do with the equals sign. Without the property setter, everything works fine. starting webrick >jruby -O -J-server -J-Djruby.jit.enabled=false script/server Error opening script file: false (The system cannot find the file specified) same deal for irb >jruby -O -J-server -J-Djruby.jit.enabled=false -S irb Error opening script file: false (The system cannot find the file specified) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email