Bernd Kreimeier writes:
> JDK seems to fail me. The very same classpath
> that works to load the main Java class (import/javac)
> does not work when I call env->FindClass in the
> native code.
Mistake on my account. I ended up trying
"somepackage.SomeClass"
instead of
"somepackage/SomeClass"
which works with Japhar (a Japhar bug).
b.
- JDK problem with findClass in native code Bernd Kreimeier
- Re: JDK problem with findClass in native code Dan Kegel
- Re: JDK problem with findClass in native code Dan Kegel
- Re: JDK problem with findClass in native code Bernd Kreimeier
- Re: JDK problem with findClass in native code Kevin B. Hendricks
