static fields cannot be set via our JavaField implementation
------------------------------------------------------------
Key: JRUBY-4351
URL: http://jira.codehaus.org/browse/JRUBY-4351
Project: JRuby
Issue Type: Bug
Components: Java Integration
Affects Versions: JRuby 1.4
Reporter: Thomas E Enebo
Fix For: JRuby 1.5
{noformat}
require 'java'
fp = java.lang.ClassLoader.java_class.declared_field("sys_paths");
fp.accessible = true
fp.set_value(nil, nil)
{noformat}
--
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