Introduction to Project
A project is a collect of Java programs which form
an application. To use WingEditor's compiler and debugger
environment effectively, users should first create a project
for their programs under development.
A project contains the following information,
-
Project Name - a name to distinquish this project from others.
-
Main Class - the class which starts the whole program.
-
Source Files - a list of files in the project.
-
Class Path - the class path to compiling and running the project.
-
Compiling Options - the options for compiling the sources.
-
Compiler Command - the compiler used to compile the sources. By
default, WingEditor will use the default JDK compiler (javac).
User compiler command should be a full path of an executable
command under the current system.
-
Runtime Parameters - the parameters used to execute or debug
the project.
-
Source Path - the paths where source code could be tracked during
debuggering.
For more on projects, see