EmuNewz Network
Java not installed or recognized - 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: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Java not installed or recognized (/showthread.php?tid=123990)



Java not installed or recognized - floemp578 - 01-23-2013

When i start up JPCSP it tells me:
"The required version of Java has not been installed or isn't recognized. Go to http://java.sun.com to install the 32bit java JRE."

I've downloaded both the 32bit and the 64bit version of JPCSP and Java RE respectively and tried every combination possible; JPCSP simply can't recognize that i have java installed.
any suggestions?


RE: Java not installed or recognized - hyakki - 01-23-2013

Try downling Java from here
http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html


RE: Java not installed or recognized - floemp578 - 01-23-2013

(01-23-2013, 09:11 PM)hyakki Wrote: Try downling Java from here
http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html

i downloaded and installed the windows x64 version of the page, then tried to start both versions of jpcsp i have downloaded. neither would start. i then downloaded windows x86 version and tried starting the jpcsp's again, still wouldnt work.
i also went to this page
http://java.com/en/download/testjava.jsp
and it telling me that i have the latest java installed and that it is working.

I'm wondering though, shouldnt there be a java icon in the lower right corner of the screen? cause I'm not having one.

any more suggestions?


RE: Java not installed or recognized - gro - 01-24-2013

same problem

i got the latest java 7 32 bits installed and the last build ( Latest svn builds (2927)
[ Posted by shadow on 2013-01-21 11:27:53 ] )

i lunch the correct " start-windows-x86 " bat file but i still got http://image.noelshack.com/fichiers/2013/04/1359029142-capture.png

i found a guy saying http://image.noelshack.com/fichiers/2013/04/1359029219-capture.png , but when i right clic on it i got

http://image.noelshack.com/fichiers/2013/04/1359029333-capture.png , so i u can see i got nothing with " jr6 to replace .....


plz help Smile






===============================



Edit : i managed to lunch it with http://www.emunewz.net/forum/showthread.php?tid=977


ty Tongue


RE: Java not installed or recognized - Aran Kkshun - 06-09-2013

(01-24-2013, 12:09 PM)gro Wrote: same problem

i got the latest java 7 32 bits installed and the last build ( Latest svn builds (2927)
[ Posted by shadow on 2013-01-21 11:27:53 ] )

i lunch the correct " start-windows-x86 " bat file but i still got http://image.noelshack.com/fichiers/2013/04/1359029142-capture.png

i found a guy saying http://image.noelshack.com/fichiers/2013/04/1359029219-capture.png , but when i right clic on it i got

http://image.noelshack.com/fichiers/2013/04/1359029333-capture.png , so i u can see i got nothing with " jr6 to replace .....


plz help Smile






===============================



Edit : i managed to lunch it with http://www.emunewz.net/forum/showthread.php?tid=977


ty Tongue

i have same problem with u,i want to ask u, how ?? i still don't understand how to fix it with that launcher, will u help me please?? Sad


RE: Java not installed or recognized - Shiruyuki - 06-09-2013

Download JRE V6 not V7 since JPCSP supports V6


RE: Java not installed or recognized - serio - 06-09-2013

it was true only when java 7 was in beta, now it's stable and runs better in java 7 than 6. this is probably a messed up java installation or some system problem, since it looks like the path to his java install wasn't set up properly.


RE: Java not installed or recognized - owl - 06-21-2013

Hello there,

I ran into the same error, but as a Java Dev... - short story: I've copied the java command from the bat and executed it within a shell, everything works.

EDIT: The problem is, that the batch isn't looking for a JDK. It would be probably enough to use the JAVA_HOME env-var if it is already there.