PSP homebrew – jpcsp v0.1 revision 904

PSP homebrew - Image 1Shadow and the JPCSP team have once again updated this Java-based emulator for the PSP. jpcsp is now in revision 904. Read up on the build output description in the full article.

Download: jpcsp v0.1 revision 904

jpcsp - Image 1

Shadow and the JPCSP team have once again updated this Java-based emulator for the PSP. jpcsp is now in revision 904. We’ve got the build output description here, taken out of the brew’s readme.

When you build a Java application that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application. JAR files manifest file (MANIFEST.MF).

To run the project from the command line, go to the dist folder and type the following: java -jar “jpcsp.jar”
To distribute this project, zip up the dist folder (including the lib folder) and distribute the zip file.

Here’s a few things you’ll need to take note of:

  • If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder
  • Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, none of the classpath elements are copied to the folder. In such a case, you’ll need to copy the classpath elements to the lib folder manually after the build.
  • If a library on the projects classpath also has a classpath element specified in the manifest, the content of the classpath element has to be on the projects runtime path.
  • To set a main class in a standard Java project, right-click the project node in the projects window and choose properties. Then click run and enter the class name in the main class field. Alternatively, you can manually type the class name in the manifest main class element.

I hope that was useful. Anyway, download the latest version of jpcsp and happy gaming.

Download: jpcsp v0.1 revision 904


More PSP homebrew articles:

Via jpcsp forums

Add a Comment

Your email address will not be published. Required fields are marked *