Reputation: 53
Input FS:
local FS
Output HIB:
sampleimages.hib
Overwrite HIB if it exists: true
Exception in thread "main" java.lang.NoClassDefFoundError: org/json/simple/JSONValue
at org.hipi.image.HipiImageHeader.getMetaDataAsBytes(HipiImageHeader.java:296)
at org.hipi.image.HipiImageHeader.write(HipiImageHeader.java:393)
Upvotes: 0
Views: 75
Reputation: 53
I had the same issue, so I made the hipi jar by myself by integrating necessary packages. If you want, you can integrate the packages and create jar file yourself for the missing packages. If you don't want to, and build with a pre-built jar:
Download the JAR
Replace the jar file in hipi/core/build/libs
Build Gradle from core directory
Build Gradle from hipi root directory
Upvotes: 0