This guide doesn't cover installing and setting up svn source on your hard drive
Only how to compile the JPCSP for your self
1.
Download Java SDK
http://www.oracle.com/technetwork/java/j...index.html
2.
Uninstall your Java on system!
Most probably Java JRE is installed
Uninstall any updates from java as well
3.
Install Java SDK
4.
Download and install Winant
http://code.google.com/p/winant/
"c:\Program Files\Java\jdk1.7.0_21\"
And u are almost good to go!
assuming that u allready have setted svn on hdd
go to svn source folder of JPCSP ,usually :
"d:\SVN\JPCSP\"
open command promt
and type:
ant -f build-auto.xml dist-windows-amd64
or
ant -f build-auto.xml dist-windows-x86
Depending of the build you want!
That's it!
your compiled JPCSP will be in new created folder "dist" of svn
Reason for writing this is cause none were existing
and even with advanced experience in compiling it took me some time to get this done
Hence the guide!
Have fun!
G! Thank you for the work on JPCSP!
Only how to compile the JPCSP for your self
1.
Download Java SDK
http://www.oracle.com/technetwork/java/j...index.html
Code:
download version which is suitable for your system x64/x86
2.
Uninstall your Java on system!
Most probably Java JRE is installed
Uninstall any updates from java as well
Code:
You must do this! ,JRE is no longer necessary when using JDK and it will clash and cause problems when trying to work with java applications
3.
Install Java SDK
Code:
restart of PC is not necessary!
Download and install Winant
Code:
WinAnt is a Windows installer
Code:
WinAnt will ask you to point to JDK folder!
point to this
Code:
NOT to java but to jdk folder!
without quotes
And u are almost good to go!
assuming that u allready have setted svn on hdd
go to svn source folder of JPCSP ,usually :
"d:\SVN\JPCSP\"
open command promt
and type:
ant -f build-auto.xml dist-windows-amd64
or
ant -f build-auto.xml dist-windows-x86
Depending of the build you want!
Code:
If you are in trouble finding /opening command promt i attached 2 bat files at bottom
download the one for your system ,put in root folder of JPCSP SVN and double click it
your compiled JPCSP will be in new created folder "dist" of svn
Reason for writing this is cause none were existing
and even with advanced experience in compiling it took me some time to get this done
Hence the guide!
Have fun!
G! Thank you for the work on JPCSP!