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

NW does not work in applet #167

Closed frank0065 closed 8 years ago

frank0065 commented 8 years ago

I wrote a simple netlogo test code with only one nw function (nw:path-to) and saved it as an applet. The applet can be properly loaded on my browser, but gets stuck just before the nw-path function. I replaced the two NetLogoLite files with the new ones compiled from the source code of NetLogo 5.3.1 with the lite.txt file replaced according to "Producing an alternate NetLogoLite.jar" (https://github.com/NetLogo/NW-Extension/wiki/Producing-an-alternate-NetLogoLite.jar). Anyone can help?

qiemem commented 8 years ago

Unfortunately, applets have been officially deprecated in NetLogo. As such, the NW extension no longer supports applets. Sorry about that!

You can read more about the decision to deprecate applets here: https://github.com/NetLogo/NetLogo/wiki/Applets