Addition of classpath to Java Project Creation Wizard [message #32849] |
Sat, 02 November 2002 10:16 |
Eclipse User |
|
|
|
Originally posted by: sss.ddd.com
Hi,
I am trying to create a Java project[ similar to the java project creation
wizard in eclipse].
In Java build settings page, i would like to add some default classpath
entries and source folder settings.
The page to use is NewProjectCreationWizardPage . There seems to be no
direct
method i can call which will set the output folder, source folder and
classpath entris. There is an init() , but on investigation i saw that this
should be called only at setVisible().
For achieving my task i have to extend the NewProjectCreationWizardPage ,
and override the setVisible() .In this method i should update the
classpath,libraries and all other settings so that this will be shown in
the Java Build Settings page.
Is my understanding correct???
Or is there a better way of achieving the above, without overriding
NewProjectCreationWizardPage ??
Thanks,
Mark
|
|
|
Powered by
FUDForum. Page generated in 0.04050 seconds