I am java developer simply i cant make you jar file

i simply need a jar file for accomplishing my project with your services.

Hi, did you try compiling it yourself ?
You can clone the libzt library :

git clone https://github.com/zerotier/libzt.git
cd libzt
git submodule update --init

And then you can just compile it using the following command :

./build.sh host-jar

Hope i did understood and solve your problem, please let me know :blush:.
FYI : the ios script doesn’t work right now (There is an issue opened and i did create a topic about it but no answer yet), in case you needed both mobile platforms.

Hi,

I’ve compiled libzt on windows and generated the libzt.dll and libzt-1.8.4.jar.

Using the above libraries, wrote test code to join a public network following the ZeroTier Documentation on SDK Pingable Node.

But when I call after joining the network node.getIPv4Address(networkId).getHostAddress() it always returns a localhost 127.0.0.1
Every time I run the code, it adds a node to the public network with an IP as I’ve checked on my.zerotier.com but as I’ve mentioned above node.getIPv4Address(networkId).getHostAddress() it always returns a localhost 127.0.0.1.

Is the SDK intended to join a network and make a pingable node or am I doing something wrong or on the wrong track?

Thanks and Regards,
Varma