06-13-2011, 11:31 AM
(06-13-2011, 09:03 AM)xskill Wrote:I've tried a fix in r2181. Could you test it?(05-23-2011, 09:10 PM)kinrpg Wrote: Oops, thanks for the answers.
Well let go.
None of the versions> 2000 can rotate.
I did use the chmod + x but still the program does not work.
In my sh file:
Code:#!/bin/sh\n
java -Xmx1024m -cp "bin/*;lib/*;lib/amd-64/*" -Djava.library.path=lib/amd-64 jpcsp.MainGUI
What's my problem? :-(
same here, it can be solved by editing the start-linux-x86.sh then replace jpcsp.MainGUI with -jar bin/jpcsp.jar
and you should change your current directory to jpcsp folder before running that sh file
Thanks!