Posted By:
Jon_John
Posted On:
Friday, July 13, 2001 03:29 PM
I am having a problem in my application getting env->FindClass to work. I have tried calling it with things like "java/lang/String" and it works, but when I try to find my own classes, it always returns null.
Also, is there a simple example of invoking the virtual machine using the new way?
Note: I am using the java 2 sdk way of invoking the virtual machine and I do set my classpath in the vm_args.option list.