Re: JNI_CreateJavaVM() == -1

2000-07-06 Thread chris
On Wed, 05 Jul 2000, Juergen Kreileder wrote: > > "chris" == chris <[EMAIL PROTECTED]> writes: > > chris> I'm getting started trying to use the JNI from a C++ > chris> program. JNI_CreateJavaVM() returns -1. Not much info > chris> there except that it has failed. Any clues as t

Re: JNI_CreateJavaVM() == -1

2000-07-05 Thread Juergen Kreileder
> "chris" == chris <[EMAIL PROTECTED]> writes: chris> I'm getting started trying to use the JNI from a C++ chris> program. JNI_CreateJavaVM() returns -1. Not much info chris> there except that it has failed. Any clues as to where to chris> begin debugging this? I'm using th