problems to run the Clock demo

in Help Center
Hello,
I'm trying to run the java version of the clock demo, but I have some problems to build the project with gradle.
When I run gradle build.gradle
I get some errors with icessl-3.6.1.jar
I tested the clock example in Mac and Linux and I got exactly the same error.
I also didn't find any jar related to ssl in my Ice directories.
What I'm doing wrong?
Thanks
Patricio
0
Best Answer
-
xdm La Coruña, SpainAdministrators, ZeroC Staff Jose Gutierrez de la ConchaOrganization: ZeroC, Inc.Project: Ice Developer ZeroC Staff
If you want to use Ice 3.6 you must use demos from 3.6 branch otherwise you will need to install the beta packages from https://zeroc.com/distributions/ice#linux
0
Answers
If you want to use Ice 3.6 you must use demos from 3.6 branch otherwise you will need to install the beta packages from https://zeroc.com/distributions/ice#linux
Jose,
thank you, I changed the branch and the example works!