Hi there, I think I've hit another JRuby namespace confict.
e.g. kstore = KeyStore.getInstance("JKS") kstore.load(FileInputStream.new("example.jks"), "password".toCharArray) NameError: no method 'load' for arguments (java.io.FileInputStream) on Java::JavaSecurity::KeyStore I tried using kstore.method__load and kstore.java_send :load but neither of these work. As always, any suggestions appreciated. Carl --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email