I'm working on an extension that requires that the java.library.path be modified by the extension. I see two ways to do this, the .add method in org.nlogo.api.JavaLibraryPath, and the JavaLibraryPath.java file that is part of the R extension. The source code for org.nlogo.api.JavaLibraryPath contains the comment that "this never really should be used at all", yet extensions that need to set java.library.path need something like this. Is it preferable to use the JavaLibraryPath.java file as being more up to date? The code is similar, but I'd prefer to use the NetLogo API rather than a substitute.
Thanks, Charles -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-devel/2f3908c0-57ec-45cf-94fa-35d4f93b7357%40googlegroups.com.