Hi,
I have just downloaded the dor complete plugin but i get the following
strange error:
C:\Documents and Settings\Shaun\.jedit\jars\JCompiler.jar:
Cannot start jcompiler.JCompilerPlugin$ToolsJarNotFoundException: Could not
find library tools.jar!
It usually resides in (Java.home)/../lib/.
Your java.home is C:\Program Files\Java\j2re1.4.2_01
Please make sure that tools.jar is either in your
CLASSPATH or in the location mentioned above.
If that doesn't help, try adding it to jEdit's jars/ folder.
Try updating to a newer version of the plugin.
My CLASSPATH is .;C:\j2sdk1.4.2_01\lib and I can compile and run java
programs through the command prompt. I am using Windows XP Pro. Any ideas?
Thanks for your help
> Thanks :)
>
[quoted text clipped - 24 lines]
> > more. (so ya get pop-ups for even more types of items).
> > Leo
Michael Amling - 07 Oct 2003 14:15 GMT
> I have just downloaded the dor complete plugin but i get the following
> strange error:
[quoted text clipped - 11 lines]
> My CLASSPATH is .;C:\j2sdk1.4.2_01\lib and I can compile and run java
> programs through the command prompt. I am using Windows XP Pro. Any ideas?
Is there in fact a tools.jar file in the C:\j2sdk1.4.2_01\lib
directory? If so, try setting the CLASSPATH to
.;C:\j2sdk1.4.2_01\lib;C:\j2sdk1.4.2_01\lib\tools.jar
and see what happens.
--Mike Amling