<div>Hello,</div><div><br></div><div>With the following expression:</div><div><br></div><div>(#"asList" 'Arrays "test")</div><div><br></div><div>I get the error:</div><div><br></div><div><div>Java exception 'SchemeException: java.lang.IllegalArgumentException: argument type mismatch</div>
<div>ARGUMENT MISMATCH for method </div><div><br></div><div>  public static java.util.List java.util.Arrays.asList(java.lang.Object[])</div><div> called with ("test")'.</div><div>   [Condition of type JAVA-EXCEPTION]</div>
</div><div><br></div><div>But "test" is of java.lang.String, which is a subclass of java.lang.Object, so I'm not sure what the mismatch is.</div><div><br></div><div>Any help appreciated.</div><div>Patrice</div>