Stay organized with collections
Save and categorize content based on your preferences.
j2objcc
j2objcc is a convenience script to simplify compiling Objective-C or Objective-C++ files created
by j2objc
. It passes all options to the Objective-C compiler (clang) unchanged. It also includes
the j2objc
include and library paths.
j2objcc [ gcc options ] file ...
See Also
j2objc
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."],[[["`j2objcc` is a script that simplifies the compilation of Objective-C or Objective-C++ files generated by `j2objc`."],["It streamlines the compilation process by automatically including necessary `j2objc` paths and passing options to the Objective-C compiler (clang)."]]],[]]