Using J2ObjC with Eclipse
Stay organized with collections
Save and categorize content based on your preferences.
Hemanta Sapkota has developed an
Eclipse plug-in
that adds support for J2ObjC development. From the project's site:
J2ObjC Eclipse Plugin, as the name says is an Eclipse plugin for interfacing
Google's j2objc compiler in Eclipse. It allows you to generate Objective-C
source codes from existing Java projects in Eclipse. In addition, most of
the command line parameters required by the j2objc compiler is supported as
preferences in the plugin.
Since J2ObjC is focused on iOS development and so only runs on Macs, the
J2ObjC Eclipse Plugin also requires a Mac OS X system.
Links
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["\u003cp\u003eThe J2ObjC Eclipse Plugin enables developers to generate Objective-C code from Java projects within the Eclipse IDE.\u003c/p\u003e\n"],["\u003cp\u003eThis plugin provides an interface for Google's j2objc compiler and allows customization through preference settings.\u003c/p\u003e\n"],["\u003cp\u003eIt requires a Mac OS X system due to J2ObjC's focus on iOS development.\u003c/p\u003e\n"]]],[],null,["# Using J2ObjC with Eclipse\n\nHemanta Sapkota has developed an\n[Eclipse plug-in](https://github.com/hemantasapkota/j2objc-eclipse-plugin)\nthat adds support for J2ObjC development. From the project's site:\n\u003e J2ObjC Eclipse Plugin, as the name says is an Eclipse plugin for interfacing\n\u003e Google's j2objc compiler in Eclipse. It allows you to generate Objective-C\n\u003e source codes from existing Java projects in Eclipse. In addition, most of\n\u003e the command line parameters required by the j2objc compiler is supported as\n\u003e preferences in the plugin.\n\nSince J2ObjC is focused on iOS development and so only runs on Macs, the\nJ2ObjC Eclipse Plugin also requires a Mac OS X system.\n\n### Links\n\n- [Installation and Usage instructions](http://hemantasapkota.github.io/posts/j2objc-eclipse-plugin/)\n- [Project site with source code](https://github.com/hemantasapkota/j2objc-eclipse-plugin)"]]