<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 6/17/15 5:37 PM, Cantor, Scott
wrote:<br>
</div>
<blockquote cite="mid:0BF23EF4-FDB7-4A16-B90E-D81D840C9718@osu.edu"
type="cite">
<pre wrap="">
I think right now the answer is that you have to actually pull in the packages, types, etc. to use. I guess that shorthand is creating an issue.
var digester = Java.type("org.apache.commons.codec.digest");
digester.shaHex()
</pre>
</blockquote>
<br>
Think you mean?:<br>
<br>
<pre wrap="">var digester = Java.type("org.apache.commons.codec.digest.DigestUtils");</pre>
<blockquote cite="mid:0BF23EF4-FDB7-4A16-B90E-D81D840C9718@osu.edu"
type="cite">
</blockquote>
<br>
</body>
</html>