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 2000 02:51:56 +0200 > User-Agent: Gnus/5.0807 (

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

Re: Table

2000-09-12 Thread Joi Ellis
Alexander Hordt wrote: > > Hello everything together! > I have a problem: I cannot find a class, which supplies a table to me > in the Java LIBRARY. Where could I find so a > class? Or how can I go around this problem? Perhaps can I help myself > with "List" or with a "FieldArea"? I need at least

Table

2000-09-12 Thread Alexander Hordt
Hello everything together! I have a problem: I cannot find a class, which supplies a table to me in the Java LIBRARY. Where could I find so a class? Or how can I go around this problem? Perhaps can I help myself with "List" or with a "FieldArea"? I need at least three columns and an unlimited num