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

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: Multiple Platforms

2000-05-09 Thread Sabyasachi Gupta[CONTRACTOR]
yup, Riyad...Strange but true.. Newbie questions are flooded with replies while important questions might not receive even one..!!! > > I think this question got more replies than I've ever seen on this list in a > WHILE :) > > Lets all go look at the thread tree for it > > -Riyad > > ---

Setting of System property through applet??..

2000-05-02 Thread Sabyasachi Gupta
Hi,   Setting of system property from within an applet gives java.lang.NoSuchMethodError: java/lang/System: method setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; not found at ResolverApplet.init at com/ms/applet/AppletPanel.securedCall0 at com/ms/applet/AppletPanel.se

Java Internationalization issues on Linux

2000-03-31 Thread Sabyasachi Gupta
Hi,   As we all know Sun has released Jdk1.2.2 for Linux. Can anyone throw some light upon the internationalization issues for java on Linux which might be different or unique from the issues on Solaris or Windows machine..I am talking from the point of view of testing JDK on Linux for such