03-16-2011, 09:50 AM
(03-16-2011, 07:32 AM)skycursor Wrote: hello, i compiled jpcsp r2021 with excelsior jet 7.2Jpcsp is generating Java classes on the fly (Dynarec compiler generating bytecode). Will these also be compiled?
excelsior jet 7.2 is a commercial java compiler which uses a technology called ahead-of-time (AOT) compilation
in which java source code or bytecode is compiled to native machine code. it can make your java applications
start and work faster and deploy without dependency on the JRE.
my point in creating this, is that you can run jpcsp without installing java but its larger than the original...
you can download my build below or you can build one yourself by downloading the 90-day evaluation version of excelsior jet 7.2
DOWNLOAD: Excelsior JET 7.2 compiled JPCSP r2021 for Windows x86