This is the line of code causing the error. import com.vividsolutions.jts.geom.Geometry;
The error message I am currently getting is: FATAL [AWT-EventQueue-0] 14:43:35,367 MessageCenter.INTERNAL.repast.simphony.ui.RSUIPlugin - Fatal error starting Repast java.lang.NoClassDefFoundError: Geometry
I am confused why this error is occurring. I installed the Repast and Eclipse in the same way as the team members who are running the model but am the only one receiving this error.
Any assistance would be greatly appreciated.
For setup of repast:
- I installed Repast Symphony from here (https://repast.github.io/download.html)
- I installed jdk 11 from Oracle. I added the Java jdk 11 instances to my java home and path variables.
- I added the jdk 11 filepath as installed jre for Java in Eclipse.
I am attempting to run a custom Repast model that was previously created ~6 months ago. It runs correctly on multiple team member's machines but not on mine because of a java package issue.