Any help would be appreciated
> >
> Are you sure that the jvm is registered under normal user's profile?
and how can i check this ?????????????
The simplest way is to use something like the following in your Java Program
System.out.println("Java version: "+System.getProperty("java.version"));
If the returned version is less than what you expect, or is null, then
you know that the user does not have the proper Java Version installed.
Of course is this is an applet or a Java Web Start app, then please
remember, that you may have to code sign the applet or Web Start
Application, since it is interacting directly with the Client OS.