Can't start JPCSP - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: JPCSP builds and releases (https://www.emunewz.net/forum/forumdisplay.php?fid=53) +---- Thread: Can't start JPCSP (/showthread.php?tid=81356) |
Can't start JPCSP - zrx75 - 09-09-2012 Whenever I click the start-windows-x86.bat file, it shows up like this: @echo off set PATH=%PATH%;lib\;lib\windows-x86\ if NOT EXIST "%SystemRoot%\SysWOW64" goto JAVA32 set key=HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment goto JAVA :JAVA32 set key=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment :JAVA set JAVA_VERSION= set JAVA_HOME= for /f "tokens=3* skip=2" %%a in ('reg query "%key%" /v CurrentVersion') do set JAVA_VERSION=%%a for /f "tokens=2* skip=2" %%a in ('reg query "%key%\%JAVA_VERSION%" /v JavaHome') do set JAVA_HOME=%%b if not exist "%JAVA_HOME%\bin\java.exe" goto JAVAMISSING echo Running Jpcsp 32bit... "%JAVA_HOME%\bin\java" -Xmx1024m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar goto END :JAVAMISSING echo The required version of Java has not been installed or isn't recognized. echo Go to http://java.sun.com to install the 32bit Java JRE. pause :END And then It closes. How do I fix this? D: RE: Can't start JPCSP - Arifeen - 09-11-2012 I read the code (Although I do not know Java language) it seems you have to download java 6 for your system. This will allow JPCSP to start working. RE: Can't start JPCSP - montcer9012 - 09-12-2012 (09-09-2012, 07:10 PM)zrx75 Wrote: Whenever I click the start-windows-x86.bat file, it shows up like this:I don't know how are you opening it, but what you paste here is the batch code that make work JPCSP. You just need to make double click on the file to make it run. However, you could try as well with JPCSP launcher; here it is: JPCSP Launcher by hyakki RE: Can't start JPCSP - zrx75 - 09-16-2012 (09-11-2012, 12:39 PM)Arifeen Wrote: I read the code (Although I do not know Java language) it seems you have to download java 6 for your system. I downloaded Java 6 but it still doesn't work. It shows the same error message o-o RE: Can't start JPCSP - Zekro - 09-17-2012 Seems like your windows is set to open the batch file with the notepad Here,double click on this file and then open the emu http://www.sevenforums.com/attachments/general-discussion/46586d1263052644-bat-files-open-notepad-instead-running-help-associate-batfileexecution.reg |