Nima Tiran wrote:
>I have a part of code ported from CodeWarrior to Xcode 2.4.1. In the
>code I setup the JVM and other things that works fine, but when I
>debug the app in the same target the line below causes exception.I
>don't know what causes this in debugging mode.
>
>f_cls = f_env->FindClass(inMyClassName);
What exception does it cause?
What is the contents of inMyClassName when the exception occurs?
Which JVM version are you actually getting from the JNI invocation function?
In debugging mode, and what I presume is your Debug configuration, are you
using ZeroLink?
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden