Skip to content

Commit 8310d1d

Browse files
committed
Updated readme
1 parent ffd725b commit 8310d1d

File tree

1 file changed

+37
-5
lines changed

1 file changed

+37
-5
lines changed

README.md

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,42 @@
1-
Java-Objective-C-Bridge
2-
=======================
1+
#Java-Objective-C-Bridge
2+
3+
##Synopsis
34

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

6-
Documentation: http://solutions.weblite.ca/java-objective-c-bridge/docs
7+
##License
8+
9+
Apache 2.0 License
10+
11+
##Requirements
12+
13+
1. Java7 or Higher on OS X
14+
2. JNA
15+
16+
##Installation
17+
18+
1. Add [ObjCBridge.jar](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/ObjCBridge.jar?raw=true) and [jna.jar](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/jna-4.0.0.jar?raw=true) to your classpath.
19+
2. Add [libjcocoa.dylib](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/libjcocoa.dylib?raw=true) to your library path.
20+
21+
##Examples
22+
23+
* [Sample wrapper of NSOpenPanel and NSSavePanel](https://gist.github.com/shannah/65007754c2b0f8add4f7)
24+
* [Example using WebKit and .nib file](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/java/test/ca/weblite/objc/TestWebView.java)
25+
* [Loading Nib File](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/java/test/ca/weblite/objc/LoadNibSample.java)
26+
27+
##JavaDocs & Documentation
28+
29+
* [Documentation](http://solutions.weblite.ca/java-objective-c-bridge/docs)
30+
* Read a [blog post](http://www.shannah.ca/blog/?p=219) about the motivation for this project.
31+
32+
##Contact
33+
34+
* [Mailing List](http://java.net/projects/java-objc-bridge/lists)
35+
36+
##Credits
37+
38+
Created by [Steve Hannah](http://sjhannah.com)
39+
40+
741

8-
Mailing List: http://java.net/projects/java-objc-bridge/lists
942

10-
Read a blog post about the motivation for this project at http://www.shannah.ca/blog/?p=219

0 commit comments

Comments
 (0)