Saved Bookmarks
| 1. |
What Is Autobuilding Of Java Code In Eclipse? |
|
Answer» Eclipse provides autobuild facilities. If a RESOURCE CHANGES, the platform checks the project description file ( .project in your projects). When the file CONTAINS a reference to the Java BUILDER, the builder gets notified of the change and will then compile the Java source file and it’s dependents. Eclipse provides autobuild facilities. If a resource changes, the platform checks the project description file ( .project in your projects). When the file contains a reference to the Java builder, the builder gets notified of the change and will then compile the Java source file and it’s dependents. |
|