working java on iphone
*****edit*****
there is a way!!!
1.jailbreak your device.
2.in cydia, change your permissions to developer.
3.go to the java tab in categories
4.download iedit, Classpath, jamvm, terminal, and jikes
5.go into the NOTES app on your ipod, turn it horizontally and type this:
public class test
{
public static void main(String[] args)
{
System.out.println("test");
}
}
6.copy this by selecting all of the text.
7.open up iedit and make a new file called test.java
8.paste the code into the window and click save in the bottom left.
9.launch terminal and type the following commands:
cd Documents
jikes test.java
java test OR
jamvm test
10.voila!
11.for any questions regarding this or python programming on the ipod touch or iphone, email me at
jacobp1226@aol.com