Skip to content

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

Notifications You must be signed in to change notification settings

TheInfiniteKind/Java-Objective-C-Bridge

 
 

Repository files navigation

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

  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.1-SNAPSHOT</version>
</dependency>

Examples

JavaDocs & Documentation

Contact

Credits

Created by Steve Hannah

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 36.8%
  • C++ 29.5%
  • C 25.0%
  • HTML 5.9%
  • Objective-C 2.8%