How to Use Project ?
To create a project, just go to Project menu, and select
New Project, WingEditor will bring up a new window
for setting up a project.
A project file contains the following information,
-
Compiler Command - users can specify their own compiler.
The command has to be a full path of an executable command
under the current system.
-
Class Path - users can specify classpaths for the project.
If this is empty, the system classpaths will be used for
the project.
-
Compiling Option - the compiling options for the project.
-
Main Class - the main class of the program which will
be used by debugger.
-
Runtime Parameters - the parameters for running the
program, used by debugger.
-
Sources Path - if the source code path is not on the
classpaths.
-
Source Files - the list of files which will be used by
compiler to do the All Sources compiliation, or
incrementally recompilation.,