THanks a lot...
I figured out.
jre/classic/jvm.dll was not in PATH
thanks anyway.
> To: " Sabyasachi Gupta" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Subject: Re: Loading of JVM
> From: Juergen Kreileder <[EMAIL PROTECTED]>
> Date: 13 Sep 20
> Sabyasachi Gupta wrote:
>
> Sorry my file had got cut earlier..I am sending the entire snippent now.
>
>
> Hi,
>
> Can anyone tell me the exact requirements for loading a jvm?
>
> Do you require Classpath to be set before loading the jvm.
>
> My code says Cannot load jvm unrecognized optio
> "Sabyasachi" == Sabyasachi Gupta <[EMAIL PROTECTED]> writes:
Sabyasachi> Can anyone tell me the exact requirements for loading
Sabyasachi> a jvm? Do you require Classpath to be set before
Sabyasachi> loading the jvm.
No.
Sabyasachi> My code says Cannot load jvm unrecogniz
Hi,
Can anyone tell me the exact
requirements for loading a jvm?
Do you require Classpath to be set
before loading the jvm.
My code says Cannot load jvm
unrecognized option
thanks
void LoadJVM()
{
JavaVMOption options[2];
JavaVMInitArgs vm_args;
JavaVM *jvm;
JNIEnv *env;
long result;
jmeth
Sorry my file had got cut earlier..I am sending the entire
snippent now.
Hi,
Can anyone tell me the exact
requirements for loading a jvm?
Do you require Classpath to be set
before loading the jvm.
My code says Cannot load jvm
unrecognized option
Code snippets are welcome
thanks
void LoadJ