Skip to content

mojo2012/Java-Objective-C-Bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. Java11 or Higher on OS X
  2. JNA

##Installation

  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:
	<groupId>io.spot-next</groupId>
	<artifactId>java-objectivec-bridge</artifactId>
	<version>1.0-SNAPSHOT</version>

##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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 34.7%
  • C++ 32.0%
  • C 27.1%
  • HTML 3.2%
  • Objective-C 3.0%