I want to run a jar file from shell script. But current operating system is Windows. So, how to configure to know JAVA_HOME in shell script. I want to know how to export JAVA_HOME from Windows in shell script.
Path for JDK in Windows is C:\Program Files\Java\jdk1.6.0_32\bin\java
When I run shell program I got the following error:
Files\Java\jdk1.6.0_32: command not found