Karunesh Tripathi wrote: > Hi guys, > > > > I have a problem ! >
Hi, try running this C:\j2sdk1.4.0\bin\java HelloWorld I suspect you have more than a jdk installation. Win does strange things when you start the JVM. I don't know exactly how it works, but it's somthing like this. - win looks in the path for the executable and launch it - if you used the full path the jvm sets the "java_home" on the specified dir - else the jvm looks in the registry for the java_home (somewhere under local_machine\software\javasoft\ecc.) and uses that even if the executable is loaded from another dir - i don't' know if/when it uses environment variables If calling java with the full path solves the problem you can definitivly fix that changing the home in the registry. Bye =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
