
0
Under review
Hello-openice execution
Hi
I am new to this community. I tried running the hello-openice code by downloading it from github using gradle commands and I am stuck at gradlew run command it stops at Bulding 75%. I am not able to understand what is going wrong.
I am new to this community. I tried running the hello-openice code by downloading it from github using gradle commands and I am stuck at gradlew run command it stops at Bulding 75%. I am not able to understand what is going wrong.
Customer support service by UserEcho
Try importing the OpenICE project to Eclipse. The following may help:
This is an excerpt from Build OpenICE from Source:
If you still have problems, please provide a detailed list of the steps you are making to get to this issue and we will be able to help you more.
Thanks,
Jeff
I tried building the project and here is the following error that I am getting when I use any of the command gradle build or gradle eclipse so please help me what is going wrong how do i need to follow the steps.
Regards
Kavya K A
Also, the hello-openice project runs the program as its default target. So it will show that the "build" is at 75% when it runs the program. This is expected behavior. From that point the program will print out any OpenICE traffic it detects. If there is no traffic present nothing will be output. The intent of the "hello-openice" project is for people to examine the code and see how they can access data in the OpenICE system.
Thank you
Thank you Jeff