I am trying to locate where the extensions are stored in NetLogo 6.4 (since version 6). Specifically, I need to extract the Table extension to use it with OpenMole.
The OpenMole container runs in headless mode, and it requires that all the extensions I use are placed in the same directory as my model. Unfortunately, the extensions folder in my NetLogo installation is empty.
Where can I find the Table extension's JAR file or its source? Alternatively, is there a recommended way to bundle extensions for use with OpenMole?
I finally found it. The extensions are in a hidden folder within the extensions directory. For me, the table extension is in extension/.bundled/table/...