Re: JNI problem
hi This is correct behavior I believe, the example only reads a single string (%s). Odd that the debug version changes the behavior but it's nice to know the easy workaround. Thanks, Mark Fardal UMass
JNI problem
Hi, I'm trying to learn the JNI using the Java Tutorial and the JDK docs, since the books I have don't cover it at all. Mostly things are ok, I can call Java from C and vice versa and have passed some arguments successfully. However, I did get an error when trying to run one of the Tutorial's