shivangi
shivangi

Reputation: 187

Can i access .jar files in my iphone native application and use them by Objective c

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

Answers (3)

rckoenes
rckoenes

Reputation: 69469

No you can not, since there is no Java runtime available on the iPhone.

Upvotes: 1

Mat
Mat

Reputation: 7633

You can't, .jar is a Java archive, iOS doesn't have a java virtual machine.

Upvotes: 0

Marcelo Cantos
Marcelo Cantos

Reputation: 185852

No. iOS doesn't run JVM code and I don't know of any converters.

Upvotes: 1

Related Questions