<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">I've been using ABCL to get access to a Java library and it's worked generally well.  I have run into one problem I haven't been able to workaround.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I need to make a call to a method that takes a short as an argument.  I'm passing in a value--10--that fits in a short but ABCL can't find the method (presumedly due to a type issue).  I've tried using jcoerce but it's not doing what I expect.  What's the right way to do this?</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Thx.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">--Brad</div></div></body></html>