Hi There is some documentation here: https://wiki.iotivity.org/generic_java_binding
Also, please note that iotivity.jar does not contain the native shared libraries. So you should ste LD_LIBRARY_PATH to the location of the shared libraries in the build, in order to run Java code. Max. On Sun, Oct 1, 2017 at 5:47 PM, Mats Wichmann <[email protected]> wrote: > On 09/30/2017 01:41 AM, 孙立峰 wrote: > > Hi, Devs, > > > > As we know, now OCF IoTivity project supports using Java language. > > > > Could you inform me where is the example code for Java and where is the > lib file for Java? > > > > Thanks > > > > Jason Sun > > Depends a bit on whether you're considering Java generically, or > specifically for Android. > > There are code examples in java/examples-java and java/examples-android. > > With a Linux java build, I see files in out/linux/x86_64/debug/java: > iotivity.jar > simpleclient.jar > simpleserver.jar > simpleclientserver.jar > > Does that help? > > _______________________________________________ > iotivity-dev mailing list > [email protected] > https://lists.iotivity.org/mailman/listinfo/iotivity-dev >
_______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
