I’m new to Xcode/Apple programing and was wondering if it is at all possible to incorporate some Java classes into an iOS application? A way to wrap/package them so that I could call its methods?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, no. You will have to rewrite it in Objective-C. I haven’t come across a converter that can do it well enough to make it worth the effort, either.