Elias Biris writes: > Okdok. Attached is the report generated. thanks for the patience. >
I notice in your report that you are using JDE 2.2.9beta9.1 but you have the jde.jar and bsh.jar for JDE 2.2.8 in your jde-global-classpath. This is not good, using an earlier version of the JDE's jar files with a a later version of the JDE. Further, there is no need anyway for you to include either jar file in jde-global-classpath. Nor is there a need for you to include the JDK's rt.jar file in jde-global-classpath. rt.jar is autoamtically included in the vm's boot classpath. The JDE's source file searching command has to search the classpath. You've needlessly created a huge classpath for it to search, at least twice the size that it needs to be. - Paul
