Step 7 Compiling

Feedback


Eclipse can compile the project automatically or manually. Here you may adopt the manual way by unchecking the option Build Auotmatically on the menu bar Project. Right-click the project HelloiServer on the Eclipse window and select Build Project.

After compiling, the compiled file HelloiServer.class will be created in the \bin\com\supermap\sample.

See Also