Debugging the client
The createJavaVM method of the JavaVM class
takes a boolean value as a second argument. If this second argument
is “true”, execution information, including class loads, are logged
to the file vm.out in the directory where the application
resides:
1 |
// global variable: JavaVM g_jvm<br>string classpath<br>boolean isdebug<br> <br>classpath = "d: estsejbsample;"<br>isdebug = true<br>g_jvm.createJavaVM(classpath, isdebug) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest