This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't start up JPCSP due to "JRE not installed"
#14
Solved it here.

It seems the path written in the bat is outdated, so it is looking for the jre6 folder.

just edit the original and change the path from jre6 to jre7.

Original .bat :

@echo off
if "%programfiles(x86)%XXX"=="XXX" goto JAVA32
if not exist "%programfiles%\Java\jre6\bin" goto JAVAMISSING
echo Running Jpcsp 64bit...
"%programfiles%\Java\jre6\bin\java" -Xmx1024m -Djava.library.path=lib/windows-amd64 -jar bin/jpcsp.jar
goto END

:JAVA32
echo Unable to run a 64bit build on a 32bit platform. Install a 64bit version of Windows first.
pause
goto END

:JAVAMISSING
echo The required version of Java has not been installed.
echo Go to http://java.sun.com to install the 64bit Java JRE.
pause

:END

just swap the "6"'s for "7"'s. Worked here.

the .bat is actually quite simple.
Reply


Messages In This Thread
RE: Can't start up JPCSP due to "JRE not installed" - by Lorthan - 11-10-2012, 02:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)