The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.28 (Linux)
|
![]() |
Help with the emulator itself. - 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: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57) +---- Thread: Help with the emulator itself. (/showthread.php?tid=74997) Pages:
1
2
|
Help with the emulator itself. - Vmigo - 08-08-2012 Okay, so I downloaded the latest version of JPCSP, both the 32 and 64 bit version. Now I have Windows 7 Home Premium 64 bit. I also have both the 32 bit and 64 bit version of both Java 6 and Java 7. Yet everytime I launch either version of the emulator, it still says I don't have the right java. I tried redownloading the latest versions of both 32 and 64 bit java for both java 6 and 7, still nothing. Can anyone help me? RE: Help with the emulator itself. - montcer9012 - 08-08-2012 Try the suggestions make on this thread and told us the result here: Can't start up JPCSP due to "JRE not installed" RE: Help with the emulator itself. - Vmigo - 08-08-2012 (08-08-2012, 08:41 AM)montcer9012 Wrote: Try the suggestions make on this thread and told us the result here: I thankyou for replying so fast. I tried both suggestions in that thread. The first one just made the .bat file basically useless now, and the second doesn't help Windows 7 users, is there anything else I can try? Oh, apparently I may have to set the .bat to Java 7, can anyone help me try that for a start? RE: Help with the emulator itself. - montcer9012 - 08-08-2012 Right click on JPCSP x86 (32 bit version) .bat file and select edit on the context menu. Code: Copy the content of the bat file and paste here using the code function to make it easier to read RE: Help with the emulator itself. - Vmigo - 08-08-2012 (08-08-2012, 09:01 AM)montcer9012 Wrote: Right click on JPCSP x86 (32 bit version) .bat file and select edit on the context menu. Okay..like this? Code: @echo off RE: Help with the emulator itself. - montcer9012 - 08-08-2012 Yeah, like that. Thanks. Copy this, paste on a notepad and save like "something_x64.bat". Execute it on desktop and then two files will be generated; attach here: Java_Result_x64.reg / test_result_x64.txt Code: @echo off Do exact but name it like "something_x86.bat" attaching files _x86: Code: @echo off RE: Help with the emulator itself. - Vmigo - 08-08-2012 (08-08-2012, 09:18 AM)montcer9012 Wrote: Yeah, like that. Thanks. Okay so I only got the .txt files out of the two, no such .reg files posted to my desktop. Although I think I was only suppose to get the .txt files right? Regardless, here. Both files said this: Code: ECHO is off. RE: Help with the emulator itself. - montcer9012 - 08-08-2012 I have modified the codes; copy it again and try. This time CMD window will not close; pay attention to what it says. If you can, take a picture and attach here. RE: Help with the emulator itself. - Vmigo - 08-08-2012 (08-08-2012, 09:29 AM)montcer9012 Wrote: I have modified the codes; copy it again and try. http://i47.tinypic.com/3480ewj.jpg -x64 http://i50.tinypic.com/330r9mf.jpg -x86 RE: Help with the emulator itself. - montcer9012 - 08-08-2012 Mmm, your Windows does not recognize the "REG" command; that's innusual. Try again whit this code but just look inside "test_result.txt" and told me the result. Code: @echo off To end the subject, try this: 1.Click on start -> type regedit 2.On the program that comes out use it like windows explorer. On the left side goto HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment 3.On the right side must appear sometime like the attached picture. 4.Right click on Javasoft key (On the left side) and then select export 5.Put some nome there, save the file and attach here. |