Reputation: 187
I am creating an iphone application in which some calculations are done for calculating in the .jar file and i want to access them. So is there any way to access them?
Upvotes: 0
Views: 593
Reputation: 69469
No you can not, since there is no Java runtime available on the iPhone.
Upvotes: 1
Reputation: 7633
You can't, .jar is a Java archive, iOS doesn't have a java virtual machine.
Upvotes: 0
Reputation: 185852
No. iOS doesn't run JVM code and I don't know of any converters.
Upvotes: 1