"Etienne M. Gagnon" wrote:

> In Classpath, it seems that the name "Java_java_io_File_createInternal"
> is used, instead.  Doesn't this means that a JVM wouldn't find the
> method?

And what would be a difference between native method for same class in
packages

package java.io;

and

package java_io;


I suppose that both JVM implementors and JNI method writers just haven't
read this rule :)

Artur

Reply via email to