08-08-2012, 10:13 AM
(This post was last modified: 08-08-2012, 10:14 AM by montcer9012.)
I will do some search about this; but the problem is that your Windows doesn't recognize the REG command blocking the JPCSP .bat file to doing his research of the installed Java.
On the mean while, this should be enought to run JPCSP. Execute it on the folder where JPCSP is supposed to be:
On the mean while, this should be enought to run JPCSP. Execute it on the folder where JPCSP is supposed to be:
Code:
@echo off
set PATH=%PATH%;lib\;lib\windows-amd64\
echo Running Jpcsp 64bit...
"C:\Program Files\Java\jre7\bin\java" -Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-amd64 -jar bin/jpcsp.jar %*
:END