Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Addition of classpath to Java Project Creation Wizard
Addition of classpath to Java Project Creation Wizard [message #32849] Sat, 02 November 2002 15:16
Eclipse UserFriend
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
Previous Topic:Speeding up Eclipse startup
Next Topic:Addition of classpath to Java Project Creation Wizard
Goto Forum:
  


Current Time: Sat Jul 27 14:07:18 GMT 2024

Powered by FUDForum. Page generated in 0.03515 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top