JVM Launch error
I have already looked into all the threads regarding this error but I am not able to solve my problem.
Now the problem is that I am trying to run a java application but it gives me the error [message box] as given below :
Java Virtual Machine Launcher - [heading of the message box]
Fatal Error. Program will now exit -[Message in the box]
Now When I try to run this application ion Windows 2000 Professional, it works absolutely fine.
But it gives me this error when I try to run the application in Windows XP.
Also it gives the same error if I try to run the application from the command line.
The command line cmmand is
javaw -Dpropertyfile=abc.prop -jar xyz.jar
Any help / guidance will be appreciated.
Thanks

