Skip to content

shannah/Java-Objective-C-Bridge

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Java-Objective-C-Bridge

Synopsis

A thin bridge that allows for two-way communication from Java to Objective-C.

License

Apache 2.0 License

Requirements

  1. Java 11 or Higher on OS X
  2. JNA

Getting Started

Add the following dependency to your pom.xml:

    <dependency>
        <groupId>ca.weblite</groupId>
        <artifactId>java-objc-bridge</artifactId>
        <version>1.2</version>
    </dependency>

Working with Sources

  1. Check out the project and use mvn clean install (for debug builds) or mvn clean install -Drelease=true (for release builds) to build it
  2. Include it as a Maven depencency in your project:
    <dependency>
        <groupId>ca.weblite</groupId>
        <artifactId>java-objc-bridge</artifactId>
        <version>1.3-SNAPSHOT</version>
    </dependency>

Examples

JavaDocs & Documentation

Contact

Credits

Created by Steve Hannah