-
|
The wpiutil jni for 2026 is not in the maven repo yet (https://frcmaven.wpi.edu/ui/native/wpilib-mvn-release-local/edu/wpi/first/wpiutil/wpiutil-jni/) I need this because i am trying to access some data in the logs and i am too lazy to rewrite a wpilog reader (i am using the DataLogReader class). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
All |
Beta Was this translation helpful? Give feedback.
-
|
should i use the static or dynamic artifacts ? |
Beta Was this translation helpful? Give feedback.
-
|
i added the contents of this : https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/wpiutil/wpiutil-cpp/2026.2.2/wpiutil-cpp-2026.2.2-windowsx86-64.zip to my path, and now the jvm crashes If i dont find the cause, i think i'll just write a reader/writer myself |
Beta Was this translation helpful? Give feedback.
All
-jniartifacts have been removed for years. You can find the JNI binaries in the-cppartifact, along with the dependency library the jni binary requires.