jpaulm / drawfbp

Tool for Creating and Exploring Flow-Based Programming Diagram Hierarchies
http://www.jpaulmorrison.com/fbp/
146 stars 20 forks source link

Missing math.geom2d classes #29

Closed jpaulm closed 4 years ago

jpaulm commented 5 years ago

Minor mystery: when I execute this release directly from my build/libs, it seems to be missing the necessary math.geom2d classes - executing from Releases or Maven works fine, or from the build\libs directory on GitHub! Will investigate!

jpaulm commented 5 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!

jpaulm commented 4 years ago

I was picking up my Java classpath, so my copy worked fine! Duh!