Quick question w/ advance "THANK YOU"...org.python.util

Gurus, I'm trying to install Jext (a bare-bones java source editor). Not easy for a beginner to figure out...they told me I had to download ANT and do a build to make it work on my Linux machine. Well I have ANT, but it blows up when it's trying to do the build. The first error I get is this:

.../j2sdk1.4.2_06/jext-sources-3.2pre3/src/lib/org/j ext/Jext.java:58: package org.python.util does not exist

I've been on the sun site but I can't seem where to find how to download this package. Does anyone know anything about this stuff? Thanks in advance for any help or info. --Chris

[605 byte] By [javverjaw] at [2007-9-30 22:09:34]
# 1

Doing that is a large order for a beginner. It can't find the jar file (or directory) that contains the package "org.python.util". You need to place the jar or parent directory in the classpath.

See this page for information about packages:

http://java.sun.com/j2se/1.4.2/docs/tooldocs/tools.html

Read "Setting the Classpath " and "How Classes are Found "

If you wish to take an easier approach, try the jEdit program editor. It's available as a precompiled file for LInux. Good editor for Java and other languages, written in Java, free.

http://www.jedit.org

ChuckBing at 2007-7-7 11:22:41 > top of Java-index,Security,Event Handling...
# 2
Thanks Chuck...I think I'll do that (download Jedit). But i'd be interested seeing if I can muddle my way through this build stuff. That package org.python.util does anyone know where it can be downloaded?
javverjaw at 2007-7-7 11:22:41 > top of Java-index,Security,Event Handling...