I have a maven project I want to run it using 64 bit jvm in the project run configuration under VM arguments I set the following
-vm C:/Program Files/Java/jdk1.8.0_60/bin
It says Unrecognized option -vm
Can anyone tell me how to set jvm from VM arguments?
Thanks