From: Benjamin C. <bc...@cs...> - 2001-03-09 19:22:18
|
hi there so I've got these packages, and I want to import classes from them. how do i manage this? an example. the java source file Agent has this at the top: package org.tagents.examples; import org.tagents.agents.*; from jython, i tried "import org.tagents.agents.*," "import TAgents" (the jar file name), "import TAgents.jar", and so on, but nothing works. so how do I import this stuff? thanks ben |