Tutorial: install and use Java on the IPhone

系统 2229 0

 

With this tutorial you will be able to install  Java   on the IPhone, compile and run simple  Java applications  using IPhone.

I decided to split this tutorial into two different ones. So here they are:

Have fun and leave comments.


Tutorial: install Java on the IPhone

 

Installed packages

This is a tutorial, that shows step by step how to install  Java  on the IPhone.

What we need is a working  unlocked and jailbraked  IPhone with  Installer . I used latest  firmware  1.1.4, unlocked, jailbreaked and customized by  winpwn .

First of all I'd like to say we all want to use legal IPhones and operators. So everything written below is for testing purposes only  :-)  . Hopefully this technology will be avaliable on all IPhones sold worldwide. You also might need to recover your IPhone, so make sure you backed up all your data. I personally did everything without any problems and needs to recover. Everything you do is your responsibility, etc...

So let's start, because it's worth it! It's just one evening and you will be able to create your personal Java application, compile and run it on the IPhone, and amaze all your friends  :-)  .

There are two steps:

 

Step 1: Go to Installer and install  Mobile Terminal  and  Cydia  Installer.

  1. Go to Settings -> General -> Auto-Lock and set it to Never. This will avoid some troubles during installation.
  2. Run Installer. Repository for Terminal should be already there (BigBoss), because it is in latest Community Sources.
  3. Add repository http://apptapp.saurik.com for Cydia Installer and refresh
  4. Go to Install -> System
  5. Find Term-vt100 - Mibile Terminal App. I used version svn278. Install it.
  6. Go to System again and find Cydia Installer - The Future of the IPhone. I used version 1.0. Install it.
  7. Exit. Restart IPhone. Two icons for Terminal and Cydia should appear.

Here are some screenshots for Step1:

Go to Installer   Go to System   Find Term-vt100

  Find Cydia Installer   Install Cydia Installer

Two icons should appear

Step 2: Go to Cydia Installer and install Java.

  1. Run Cydia Installer.
  2. Go to Install - Java section. You will find many programms there.
  3. Select IPhone/Java. It will install most of the needed packages, which includes vm, libraries, etc.
  4. Click confirm and wait a little bit.
  5. Go to Java section again and install Jikes package (itwill be probably the only one left). Jikes is a compiler.
  6. Go to Installed Packages tab. Check that Classpath, IPhone/Java, JamVM, Jikes are installed. Several  other packages will be there too (Java SQLite, JocStap, etc).
  7. Exit Cydia and restart IPhone. Congratulations!!! You're done installing Java.

Run Cydia Installer   Go to Java section   Java section

 

Select IPhone/Java   IPhone/Java dependencies   Installation of IPhone/Java

 

Jikes   Jikes   Install Jikes

 

Installed packages  

That's it. The tutorial about using all this stuff is  here  :)

 

 

Tutorial: compile and run Java application on the IPhone

Run
This is a tutorial, that shows step by step how to use installed  Java  on the IPhone. Just in case you do not have Java installed on your IPhone there is a  tutorial  how to do it.

What we need is a working  jailbraked  IPhone with  Java Installed . I used latest  firmware  1.1.4, unlocked, jailbreaked and customized by  winpwn .

Step 1: Create simple Java application, compile and run.

 

  1. Create file Java4IPhone.java and put simple Java hello-world code there. I used the following code: Create Java hello-world
  2. Upload to IPhone. I used /tmp directory. For uploading I used  IPhone Browser .
  3. Run Terminal.
  4. Use command  java -fullversion  or  jamvm  -fullversion  to see if java is avaliable.
  5. Use command  jikes  to invoke java compiler.
  6. Go to /tmp directory, using command  cd /tmp
  7. Compile. We need to specify classpath to basic java packages. If we do not do that, jikes will produce an error (see  screenshot ). So use the following command:   jikes Java4IPhone.java -cp /usr/lib/rt.jar
  8. After compiling  Java4IPhone.class  file should appear in the same directory. To run use command java Java4IPhone
  9. Take a look at the  screenshots . Hopefully you'll have something similar.

Upload Java application to IPhone

Check Java and Jikes   Compile using Jikes   Run

Upload Java application to IPhone

Step 2: Have fun!


 

 

Tutorial: install and use Java on the IPhone


更多文章、技术交流、商务合作、联系博主

微信扫码或搜索:z360901061

微信扫一扫加我为好友

QQ号联系: 360901061

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描下面二维码支持博主2元、5元、10元、20元等您想捐的金额吧,狠狠点击下面给点支持吧,站长非常感激您!手机微信长按不能支付解决办法:请将微信支付二维码保存到相册,切换到微信,然后点击微信右上角扫一扫功能,选择支付二维码完成支付。

【本文对您有帮助就好】

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描上面二维码支持博主2元、5元、10元、自定义金额等您想捐的金额吧,站长会非常 感谢您的哦!!!

发表我的评论
最新评论 总共0条评论