Closed jpaulm closed 4 years ago
At this point in time, the Maven download may result in a NoClassDefFoundError (DegeneratedLine2DException). Downloading the jar file from Releases, or from build\libs
works fine. The Maven download works fine on my machine, but not on my wife's - why?! So far (one day later) no suggestions on StackOverflow!
I was picking up my Java classpath, so my copy worked fine! Duh!
Minor mystery: when I execute this release directly from my
build/libs
, it seems to be missing the necessarymath.geom2d
classes - executing from Releases or Maven works fine, or from thebuild\libs
directory on GitHub! Will investigate!