Segmentation fault in _Jv_equalUtf8Consts

Tom Tromey tromey@redhat.com
Tue Jun 10 16:39:00 GMT 2008


>>>>> "Volodymyr" == Volodymyr Buell <vbuell@gmail.com> writes:

Volodymyr> I'm trying to compile java using CNI with C++ code. It compiles but
Volodymyr> produces <Segmentation fault (core dumped)> while executing.

Volodymyr> #6  0x0812c923 in main (argc=1, argv=0xbff54cc4) at
Volodymyr> /home/vbuell/NetBeansProjects/Opine/invadptr.cpp:7308

Usually this error means that you didn't properly initialize the VM.
See the CNI docs for invocation-API-like calls.  I think there's an
example, too.

Tom



More information about the Java mailing list