-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I am having issues to compile, aparent-li some dependencies are missing:
- Octane SDK (I managed to install it manually)
- LLRP-Endpoint
For the second I get the following error:
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.883 s
[INFO] Finished at: 2025-05-06T02:02:45+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project PikaReader: Compilation failure
[ERROR] /C:/Users/Tonk/Downloads/PikaReader-0.6/PikaReader-0.6/src/main/java/com/pikatimer/pikareader/readers/impinj/Impinj.java:[83,40] cannot access org.llrp.ltk.net.LLRPEndpoint
[ERROR] class file for org.llrp.ltk.net.LLRPEndpoint not found
I hope this helps. Sorry If the solution is too obvios, I dont have any experience with JAVA.