billylo22
April 20th, 2010, 23:43
I download coddec.patch
Tutorials to get this working :
Download coddec.rar from wherever
Extract into some directory and cd into the directory
patch -p1 < coddec.patch
find . -name “*.java” > FILES.TXT
for/f %x in (FILES.TXT) do javac %x (or some equivalent sh)
java -classpath . net.rim.tools.compiler.Compiler FOO.COD
but idk what they write
Can anyone help me ?
Tutorials to get this working :
Download coddec.rar from wherever
Extract into some directory and cd into the directory
patch -p1 < coddec.patch
find . -name “*.java” > FILES.TXT
for/f %x in (FILES.TXT) do javac %x (or some equivalent sh)
java -classpath . net.rim.tools.compiler.Compiler FOO.COD
but idk what they write
Can anyone help me ?