Sridhar Venkatakrishnan b4b8a3bf54 Add travis badge
2016-03-28 20:13:19 +02:00
2016-03-28 19:57:19 +02:00
2016-03-28 17:23:28 +02:00
2016-03-28 17:23:28 +02:00
2016-03-27 19:53:45 +02:00
2016-03-28 20:13:19 +02:00

GoJava - Java bindings to Go packages Build Status

GoJava uses a forked version of gomobile to generate Java bindings to Go packages. The same set of types are supported. Details on how the binding works can be found here.

Usage

    gojava build [-o <jar>] [<pkg1>, [<pkg2>...]]
   
    This generates a jar containing Java bindings to the specified Go packages.
   
    -o string
         Path to the generated jar file (default "libgojava.jar")

You can include the generated jar in your build using the build tool of your choice. The jar contains a native library (built for the build platform) which is loaded automatically. Cross platform builds are not currently supported.

NOTE: This has only been tested on an OSX developer machine and not in production.

Description
GoJava - Java bindings for Go packages
Readme Apache-2.0 151 KiB
Languages
Go 77.1%
Java 22.9%