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
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
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
>
> ---
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
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