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 #585348] Sat, 02 November 2002 15:16
Mark is currently offline MarkFriend
Messages: 61
Registered: July 2009
Member
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:Addition of classpath to Java Project Creation Wizard
Next Topic:Eclipse program crashes when launched with Java Web Start - query
Goto Forum:
  


Current Time: Sun Sep 01 04:48:46 GMT 2024

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

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

Back to the top