At 12:00 PM 3/29/00 -0500, you wrote:
>Hi all,
>
>This must be a really easy question -- even a FAQ -- but I haven't figured it
>out even after playing around with a bunch of customization variables. Very
>simply, I have source code for a project in several different directories,
>something like this:
>
>c:/MainApp/
>c:/MainApp/SubDir1
>c:/MainApp/SubDir2
>c:/MainApp/SubDir3
>c:/MyJavaUtils
>
>How do I set the classpath (or more specifically, *which* jde classpath
>variable(s) do I set) so that I can compile and run this project? I've tried
>setting jde-set-global-classpath, jde-set-compile-options, and several other
>variables, but have been unsuccessful so far in getting the JDE to do what I
>want.
>
Typing C-x h v jde-global-classpath, I get:
------------------------------------------------------------------
Documentation:
*Specify class paths for compile, run, and debug commands.
Use this option to specify the paths to the root directories of the
classes used by your project. The JDE uses the specified paths to
construct a classpath argument for the Java compile, run, and debug
commands. The JDE also allows you to set classpaths individually for
the compile, run, and debug commands. If you do not set a classpath
for those commands, the JDE uses the global classpath. If you do not
specify a global or a local classpath, the compile/run/debug commands
uses the value of the CLASSPATH environment variable, if set, as the
classpath.
You can customize this variable.
---------------------------------------------------------------------
What is there in this doc that you do not understand? I ask yout this
question seriously so that I can try to make the doc clearer.
- Paul
------------------------------------------------------------
ASKING FOR TECHNICAL SUPPORT ON THE JDE LIST
Please use the JDE->Help->Submit Problem Report command when reporting a
bug or seeking help. This command generates a complete snapshot of your
system. Submitting such a snapshot increases the chances that your request
will get a swift response.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http:/sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html