Ubuntu/Debian:
sudo apt update
sudo apt install openjdk-17-jdk -y
Check:
java -version
Should show something like:
openjdk version "17"
Then rebuild project first:
cd /home/demo/Weasis_466
./mvnw clean install
OR if using Gradle:
./gradlew build
After successful build:
cd weasis-native
./build/script/package-weasis.sh --jdk "/usr/lib/jvm/java-17-openjdk-amd64"
Also verify the class exists:
find . -name "*.jar" | xargs jar tf | grep NativeLibrary
If nothing appears, the project did not compile correctly.
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dcm4che/0a039c66-43c0-4d80-b4d8-3c3377b582b5n%40googlegroups.com.