First, I'm a Forte rookie. I am currently going thru 3 Sun free web based training classes. I don't know what you mean by "adding this classpath", but I can tell you that the Forte
IDE uses it's own classpath based on the mounted file system, and has nothing to do with the system classpath.
Reading my post again, I agree, I don't know what I meant by "adding this classpath" so you got me there!
So my take is anything you add thru the Forte in a project is by definition in your classpath.
Briefly, can you tell me how to add somethign thru Forte to the project? I should go work through those tutorials myself, but right now I'm trying to work through the
J2EE Tutorial, really not using Forte a great deal, and just trying to remodel my CLASSPATH without breaking Forte. Currently, my CLASSPATH looks like this:
C:.;
C:\forte4j\Development\examples;
C:\j2sdkee1.3\lib\j2ee.jar;
%TOMCAT_HOME%\lib\servlet.jar;
%TOMCAT_HOME%\lib\jasper.jar;
%JAVA_HOME%\servlets
Can I add the forte4j\Development\examples to a project in Forte and remove it from my CLASSPATH?
I also believe that if you add any directory by mounting it thru explorer,
What do you mean by "mounting a directory thru explorer"?
it would also be included in the classpath ... don't quote me on that <
http://www.javaranch.com/ubb/smile.gif>
Good luck. I have settled in on using Forte as my IDE, so maybe we can compare notes as we go along.
Thanks for reminding me about the Sun tutorials for Forte.