We are running our c++ program as Windows services which uses JNI.[color=blue]
> Program is getting CLASSPATH env variable correctly and also
> initializes JVM successfully. After initializing JVM, programs makes a
> JNI call FindClass() for getting java class.But FindClass method
> returns NULL even though java class exists in the CLASSPATH.
>
> Same program when is run from command window, FindClass method call is
> working fine.
>
> Is there any difference between running a program thru command window
> and as a windows service ?
> Incase you have any idea on how to resolve this issue, kindly get back
> ASAP.[/color]
> Program is getting CLASSPATH env variable correctly and also
> initializes JVM successfully. After initializing JVM, programs makes a
> JNI call FindClass() for getting java class.But FindClass method
> returns NULL even though java class exists in the CLASSPATH.
>
> Same program when is run from command window, FindClass method call is
> working fine.
>
> Is there any difference between running a program thru command window
> and as a windows service ?
> Incase you have any idea on how to resolve this issue, kindly get back
> ASAP.[/color]
Comment