I see tutorials that show you how to make a real android application with activities and all that, but all I really want to do is make a java class that has a public void static main(String params[]) { System.out.println(“Hello World”);} and run it with java HelloWorld on an android machine. Is that possible?
Share
There’s a great app on the Android market called Terminal IDE that includes a great shell environment, vim/nano and java/javac all compiled to run natively on Android. With this you can run “normal” Java code.