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
