Introduction to Compiler


WingEditor provides a compiler environment based on JDK's javac. Users can provide their own java compiler command.

Users can user WingEditor's compiler environment in two ways, compiling a single file, or compiling a project.

To compile a single file, on an editor window, goto Build Menu, and select Compile Current File.

To compile a project, on a Project Window, click on Compile or Compile All button to compile incrementally, or compile fully.

If compiling failed, an error browser window will be opened, and error message is displayed on the error browser. Users can click on a line which contains the file:line to browsing the errors context in the file.