Re: Loading of JVM

2000-09-12 Thread Sabyasachi Gupta[CONTRACTOR]
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

Re: Loading of JVM

2000-09-12 Thread Joi Ellis
> 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

Re: Loading of JVM

2000-09-12 Thread Juergen Kreileder
> "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

Loading of JVM via C

2000-09-12 Thread Sabyasachi Gupta
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

Loading of JVM

2000-09-12 Thread Sabyasachi Gupta
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