I have some web service stored in a .jar
file. I need to integrate the .jar
file in my iOS application. Is it possible?
If yes, can anyone help me out with it?
I have some web service stored in a .jar
file. I need to integrate the .jar
file in my iOS application. Is it possible?
If yes, can anyone help me out with it?
I need to integrate the .jar file in my iOS application. Is it possible?
No.
There's no JRE officially available for iOS, so you can not use your Java code directly.
You may want to look for multi-platform developer solutions like Xamarin if you want to re-use your existing logic, but I personally don't recommend it.
If we are talking about .jar
file as archive that contains some data (XML files): Yes it is possible to extract them. But running some business logic that is written in Java certainly not because of missing of JRE.