Cannot run unsigned in Web Start due to accessing system properties
-------------------------------------------------------------------

                 Key: JRUBY-1641
                 URL: http://jira.codehaus.org/browse/JRUBY-1641
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
    Affects Versions: JRuby 1.1b1, JRuby 1.0.2
         Environment: Linux at least
            Reporter: Hugh Winkler


Constructing org.jruby.Ruby invokes Ruby.loadPosix, which calls 
System.getProperty("jruby.native.enabled"). Unsigned Java Web Start apps may 
only access a few well known system properties; jruby.native.enabled not among 
them.

The exception is:
java.security.AccessControlException: access denied 
(java.util.PropertyPermission jruby.native.enabled read) 

caused by...
at org.jruby.Ruby.loadPosix(Ruby.java:2448)



-- 
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

Reply via email to