Anyway it should not be 0 when throws exception I think. I tried on drlvm on xp sp2, it returns -1. my drlvm version is 453419.
On 10/30/06, Evgueni Brevnov <[EMAIL PROTECTED]> wrote:
hmmm.... I got 0 for DRLVM on Win2003 Evgueni On 10/30/06, Spark Shen <[EMAIL PROTECTED]> wrote: > Then we may need to follow RI, since different error code fails application > > Best regards > Tony Wu 写道: > > Consider this class, > > public class TestExeReturn { > > public static void main(String[] args) throws Exception { > > throw new Exception(); > > } > > } > > > > when we run "java TestExeReturn" and "echo %errorlevel%", we got 1 of > > RI, -1 of DRLVM and 0 for IBMVM. > > > > a testcase of apache ant failed for this issue. > > > > > -- > Spark Shen > China Software Development Lab, IBM > >
-- Tony Wu China Software Development Lab, IBM