On Sun, Nov 25, 2001 at 09:07:00PM +0100, Andreas Schlapbach wrote:
| Hi List
|
| I hope this is not a FAQ, but I get a following Exception
|
| NameError: java
|
| What is jython trying to tell me here?
You need to put
import java
before trying to use a member of that package.
-D
--
Contrary to popular belief, Unix is user friendly.
It just happens to be selective about who it makes friends with.
-- Dave Parnas
|