<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In jinterface 1.3 tuples with zero length can't be 
created or used. Unless there's a reason for that, I think they should be 
supported just like in Erlang :-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The fix is very simple:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>    public 
OtpErlangTuple(OtpErlangObject[] elems, int start, int 
count)<BR>    {<BR>-        if 
((elems == null) || (count < 
1))<BR>+        if (elems == 
null)</FONT></DIV>
<DIV><FONT face=Arial size=2>        
{<BR>            throw 
new java.lang.IllegalArgumentException("Cannot make an empty 
tuple");<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>best regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Vlad</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>