When I try to run jEdit (v4.0final) I get the message:
AntFarm cannot locate tools.jar
The tools.jar archive cannot be located by AntFarm. This will cause problems when trying to use the moden and classic compilers in build scripts. If you want AntFarm to work properly, please configure jEdit to run with Java Development Kit (JDK), not the Java Runtime Environment (JRE).
Once jEdit starts I get a message concerning problems with the two plugins: JCompiler.jar and JSwatPlugin.jar.
I'm using Ant v1.5Beta2, Win2K and my environment variables are set as follows:
ANT_HOME = c:\ant
JAVA_HOME = c:\j2sdk1.4.0
PATH = c:\j2sdk1.4.0\bin;c:\ant\bin
CLASSPATH = .;c:\ant\lib
I can find tools.jar is in two locations: c:\j2sdk1.4.0\lib and
c:\Programs Files\Java\j2re1.4.0.
I've heard a lot of good things about these tools and I'm trying to learn to use them.
TIA,
Ray