CreateJavaVM does not produce debug information

Due to limitations in the Sun JDK 1.4, setting the isdebug argument of the CreateJavaVM method of the EJB client JavaVM class to true does not produce a vm.out debug information file when you use JDK 1.4. To work around this problem, use JDK 1.3 when you need debug information. You can change the JDK used in the development environment from the Java page of the System Options dialog box. [CR 296630]