>>>>> "Jason" == Jason Bertsche <[email protected]> writes:
Jason> It might work if you put your extra '.jar' file in the './lib/' Jason> directory. I wouldn't say that it's particularly recommended, Jason> though. The classpath for NetLogo is determined by the manifest (meta-inf/manifest.mf) in NetLogo.jar, which has this entry: Class-Path: lib/scala-library.jar lib/asm-all-3.3.1.jar lib/picocontai ner-2.13.6.jar lib/log4j-1.2.16.jar lib/jmf-2.1.1e.jar lib/pegdown-1. 1.0.jar lib/parboiled-core-1.0.2.jar lib/parboiled-java-1.0.2.jar lib /asm-3.3.1.jar lib/asm-util-3.3.1.jar lib/asm-tree-3.3.1.jar lib/asm- analysis-3.3.1.jar lib/mrjadapter-1.2.jar lib/jhotdraw-6.0b1.jar lib/ quaqua-7.3.4.jar lib/swing-layout-7.3.4.jar lib/jogl-1.1.1.jar lib/gl uegen-rt-1.1.1.jar lib/httpclient-4.2.jar lib/httpcore-4.2.jar lib/co mmons-logging-1.1.1.jar lib/commons-codec-1.6.jar lib/httpmime-4.2.ja r lib/json-simple-1.1.1.jar lib/junit-4.10.jar lib/hamcrest-core-1.1. jar So I wouldn't expect just throwing a jar in the lib directory to work; you need to alter NetLogo.jar to include an altered manifest. -- Seth Tisue | Northwestern University | http://tisue.net developer, NetLogo: http://ccl.northwestern.edu/netlogo/ -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
