Questions tagged [j2objc]

J2ObjC is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform.

J2ObjC is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform.

137 questions
-2
votes
1 answer

How to translate jsoup to Objective-C?

How to translate jsoup to Objective-C? I'm a newbie and much unfamiliar with Java. Recently I'd like to use jsoup in my iOS project by j2objc, but it seems hard for me. When I execute cd /path/to/jsoup-master j2objc -sourcepath ./src/main/java…
WildCat
  • 1,961
  • 6
  • 24
  • 35
-3
votes
1 answer

iText Java to Objective-c using j2objc

Has anyone tried with success translating or porting iText Java source code to Objective-c? Is it possible at all ? If not, how can one programmatically sign PDFs on ios?
1 2 3
9
10