From: <Mat...@i2...> - 2001-10-26 21:54:59
|
Ahh, ok, that worked, thanks. Actually - that also fails if my jar isn't in my classpath when I start jython, and I use sys.add_extdir() to add the dir containing my jar. Matt On 10/26/2001 08:19:32 PM jython-users-admin wrote: > > Import should work with classes that are not in a package. If class "foo" > has no package statement and is in the classpath, then "import foo" should > work. |