How to Install, Compile, Run Java Apps on iPhone
Share

So what if Apple will not allow Java to come on iPhone? We have a workaround living for a year now. But not many people know about it, and it’s scattered. But I`ll make it easy for you.

Disclaimer- It’s illegal to jailbreak and blah blah, do it at you own risk.

Here is an Easy Tutorial -

Pre-requistes – You iPhone should be Jailbroken and “terminal” installed. You can follow the guide here.

Step 1. Goto Cydia and search for “Java” and install it. The package is Approx. 12mb in size and installs Classpath, iPhone/Java, JamVM, Java SQLite, JocStap, etc. In addition few sample applications with source are installed (HelloJava, HelloScript). Then search for “Jikes“, the compiler or javac equivalent, and install it.

Step 2. Now it’s time to write some code. There are two ways either create .java file with your favorite editorĀ  and transfer to iPhone or directly use vi editor on iPhone (later would be very cumbersome to do.). If you make first choice, use WinSCP or any other SFTP client to transfer file to iPhone. You an use any directory. I`ll use /tmp for my example.

Step 3. If you are developer, you know the next step. Open “Terminal” and type in “su” enter, followed by root password i.e. “alpine”. Then validate java installation “java -version”. It would display “1.5.0 “and the build info, compiled with GCC on Apple bla bla. and also type “jikes” and test. So we are ready. to compile the code. (root permissions are required to create .class file as a result of compilation)

Step 4. Navigate to location where you placed your java source file. “cd /tmp” and then compile the file using command

“jikes Taranfx.java -cp /usr/lib/rt.jar”

You will have to mention the classpath during compile, else it will not work.

Then run it using standard command

java Taranfx

And you get the output :)

Subscribe to Taranfx Share this post
Subscribe to Taranfx RSS Feed
Share

Related Stories

  • vahnx
    It's nice seeing Java on the iPod Touch.
  • Montana
    No it's not illegal to jailbreak. Apple just thinks it is. What it does do is void your warranty.
  • Blake
    have a jailbroken Iphone with 3.1.2 firmware. looking to run a .jar file on the iphone. have already installed java and jikes with cydia. above example says to run file with .java extension. I have file with .jar extension that is supposed to automatically unpack itself when put on java enabled phone and run. can I do this on my phone. if so how please.
  • guest
    I'm running version 3.0.1 and it's working fine on my phone except for the two apps installed (HelloJava and HelloScript) do nothing. Follow each step in this tutorial and you can run Java programs on your phone!

    One thing I will say, the Scanner.class is not in the rt.jar file. I don't know why they didn't include it but if you want to get input from the user than here's an alternative:

    BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));

    Hopefully they include the Scanner.class in a future update to this.

    Happy coding!
  • SkyMan
    Want to develop in Java for iPhone on Eclipse without jailbraking your iPhone ? iSpectrum is for you, and it's free for open source! check http://www.flexycore.com. Enjoy:)
  • Guest
    java tool not working.
    maybe its the new iphone fw (3.0.1) or anything else.
    i cant even start those 2 samples (HelloJava, HelloScript).

    need help, plz.
  • Guest
    any1 tried that?
    because it isnt working here.
    problem: java samples (HelloJava, HelloScript) not working - maybe of new FW verision (3.0.1).

    need help, plz
  • Casper Bang
    Or use Mono, you won't have to jailbreak your phone: http://www.mono-project.com/MonoTouch
  • Lexaniji
    Cool man thanks :D
    luv it :D

    again thanks m8
blog comments powered by Disqus
Taranfx Home
Hardware
Guides, How Tos
Programming
iPhone
Gadgets
High Definition
Networking
Taranfx Home
Hardware
Guides, How Tos
Programming
iPhone
Gadgets
High Definition
Networking