Initializes the page with the project and default classpaths.
The default classpath entries must correspond the the given project.
The caller of this method is responsible for creating the underlying project. The page will create the output,
source and library folders if required.
The project does not have to exist at the time of initialization, but must exist when executing the runnable
obtained by getRunnable() .
Parameters: project - The Java project. Parameters: entries - The default classpath entries or null to let the page choose the default Parameters: path - The folder to be taken as the default output path or null to let the page choose the default overrideExistingClasspath If set to true , an existing '.classpath' file is ignored. If set to false the given default classpath and output location is only used if no '.classpath' exists. |