Author: Tom Tromey
Date:
To: Volodymyr Buell
CC: java
Subject: Re: Segmentation fault in _Jv_equalUtf8Consts
>>>>> "Volodymyr" == Volodymyr Buell <vbuell@???> 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