Since I dont have hyper threading option in the BIOS I am gonna disable it by launching
start /affinity 01010101
like here
The problem is that I would like to run a java program with that option but I cant make it
C:\Users\gbarbieri>start /affinity 01010101 "C:\Program Files\Java\jdk1.7.0_71\j
re\bin\java.exe" -jar D:\Documents\NetBeansProjects\EC_400_BETA\dist\EC_400_BETA
.jar
Die Datei "-jar" kann nicht gefunden werden.(= -jar cannot be found)
I tried include -jar in the ''
, include also the .jar, but nothing..
So how do I set affinity running a jar from console?