I am trying to run one simple main java program with the help of perforce custom tools , but its giving me below error.
Could not create java virtual machine
Below are my configuration
Application : "C:\Java\jdk1.7.0_67\bin\java.exe"
Argument : "-cp C:\Java\jdk1.7.0_67\bin com.test.mapNullInput"
Start In :C:\Java\jdk1.7.0_67\bin
Run in terminal window is checked
_JAVA_OPTION
is also set in system variable.
Any idea why ?