NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

Class not found in dispose #194

Open romainreuillon opened 4 years ago

romainreuillon commented 4 years ago

Dear NW devs,

sometimes, when working with NW from a headless netlogo, the dispose method of the NW extension throws an error. The error described here: https://github.com/NetLogo/NetLogo/issues/1766

I think it is caused by the the gephi classes not being loaded yet while gephi jar has been removed from the class loader already (by the extension manager). Making sure that the Gephi classes are loaded fixes this issue.

A PR fixing this issue is on its way.

Cheers, Romain