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 2 3 4 5 6 7 |
// global variable: JavaVM g_jvm string classpath boolean isdebug classpath = "d: estsejbsample;" isdebug = true g_jvm.createJavaVM(classpath, isdebug) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest