Here is the Generic Java Wiki Page… https://wiki.iotivity.org/generic_java_binding
-Rick Bell From: [email protected] [mailto:[email protected]] On Behalf Of == ? == Sent: Sunday, October 1, 2017 11:48 AM To: Mats Wichmann <[email protected]>; 孙立峰 <[email protected]>; iotivity-dev <[email protected]> Subject: [dev] 回复: 回复: About using Java language [cid:[email protected]] where is build.sh ------------------ 原始邮件 ------------------ 发件人: "Mats Wichmann"<[email protected]<mailto:[email protected]>>; 发送时间: 2017年10月2日(星期一) 凌晨2:40 收件人: "== 卫 == "<[email protected]<mailto:[email protected]>>; "孙立峰"<[email protected]<mailto:[email protected]>>; "iotivity-dev"<[email protected]<mailto:[email protected]>>; 主题: Re: 回复: [dev] About using Java language On 10/01/2017 12:32 PM, == 卫 == wrote: > Hi Max: > Are there released jar files。 > Build is very complicated。 Right now, the project only releases "source code". 1.3.1 is in final preparation, and it will also be a tarball, and a git tag. The Java-themed build isn't actually very complicated to /run/ (it may be complicated to understand all of what's happening, but that's a different story). If you've never built it before, you need to get the host system dependencies installed, which is a one-time job and documented on the wiki, and the first build will stop a couple of times for you to check out from git trees of external projects because developers felt it wasn't safe to automatically check those out; all the other dependencies are automatically downloaded. but besides that one-time cost, the build is no more complicated on a Linux host than: 1. make sure JAVA_HOME is set 2. ./build.sh build_linux_secured_with_java or ./build.sh build_linux_unsecured_with_java depending on which one you want.
_______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
