I have compiled three plugins but when I want to use OrthancImageJ-1.1,I meet a problem
camke message:
– The C compiler identification is GNU 4.4.7
– The CXX compiler identification is GNU 4.4.7
– Check for working C compiler: /usr/bin/cc
– Check for working C compiler: /usr/bin/cc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working CXX compiler: /usr/bin/c++
– Check for working CXX compiler: /usr/bin/c++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Found Java: /usr/java/jdk1.8.0_161/bin/java (found version “1.8.0.161”)
– Configuring done
– Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ALLOW_DOWNLOADS
STANDALONE_BUILD
STATIC_BUILD
USE_SYSTEM_BOOST
USE_SYSTEM_DCMTK
USE_SYSTEM_GOOGLE_TEST
USE_SYSTEM_JSONCPP
USE_SYSTEM_LIBJPEG
USE_SYSTEM_MONGOOSE
USE_SYSTEM_PUGIXML
USE_SYSTEM_SQLITE
– Build files have been written to: /home/orthanc/Desktop/OrthancBuild/orthanc-plugins/OrthancImageJ-1.1
error message:
Scanning dependencies of target Orthanc_Import
[ 33%] Building Java objects for Orthanc_Import.jar
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/home/orthanc/Desktop/OrthancBuild/orthanc-plugins/OrthancImageJ-1.1/com/orthancserver/DicomDecoder.java:23: error: package ij does not exist
import ij.ImagePlus;
^
/home/orthanc/Desktop/OrthancBuild/orthanc-plugins/OrthancImageJ-1.1/com/orthancserver/DicomDecoder.java:24: error: package ij does not exist
import ij.ImageStack;
^
/home/orthanc/Desktop/OrthancBuild/orthanc-plugins/OrthancImageJ-1.1/com/orthancserver/DicomDecoder.java:25: error: package ij.process does not exist
import ij.process.ImageProcessor;
I have mkdir the “.imagej/plugins/ ” and put the most recent “.jar” into the folder , please help !