score:1
as you mention you should not use javaprojectwizard as this is an internal class and may be changed without notices.
you can use org.eclipse.ui.wizards.newresource.basicnewprojectresourcewizard
to create a project. this does not let you change the wizard pages but you can override the performfinish
to do the additional operations you need.
adding the java nature to the project will indeed make the various java preference pages available.
Source: stackoverflow.com
Related Query
- Best way to extend eclipse Java project wizard?
- What is the best way to debug a java application in jboss and eclipse if application has multiple modules and each module is separate project
- Best way to debug Java web application packaged as a WAR using Eclipse and Maven?
- What is the best way to reuse classes from another Java project in Eclipse?
- Whats the best way to deploy a PHP (PDT) Eclipse Project to Apache? (on Ubuntu)
- Best way to open phonegap project created with CLI in eclipse
- Best way to work with Java projects using Maven and Eclipse with embedded Tomcat?
- Best way to share a Target Platform for Eclipse RCP project
- best way to export Eclipse project to GitHub
- What is the best way to include another (non-android) project in an android project under eclipse
- Mavenising an Eclipse Java project without the wizard
- Best way to manage a django project on a remote server with eclipse
- Best way to download and install Eclipse if you want to do C++ and Java and GUI design
- What is the correct way to have a Java Project with Eclipse on GitHub
- what is the right way of importing a maven project in Eclipse and run it as a Java project?
- best way to convert eclipse project to a tomcat servlet?
- Best way to configure Eclipse to work with Maven projects and Java modules
- Right way of working Java Eclipse project with GIT
- Is there a way to make Eclipse open a hyperlinked java file from another project from the same workspace
- Is there an Eclipse new Project Wizard for Java EE 6 Web Profile Applications?
- Is there a way to see which Project Wizard was used to create a given Eclipse Project?
- What causes imported Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?
- Best way to add Activity to an Android project in Eclipse?
- How to format all Java files in an Eclipse project at one time?
- How to change an Eclipse default project into a Java project
- Build Eclipse Java Project from Command Line
- import from another java project in eclipse
- I don't have "Dynamic Web Project" option in Eclipse new Project wizard
- Find unused classes in a Java Eclipse project
- How to simultaneously run all JUnit tests for a Eclipse Java project without Maven?
More Query from same tag
- Eclipse encoding conversion
- Uploading image from directory and set to a button
- How can I add a classpath entry as a publish/export dependency in an Eclipse dynamic web project?
- not able to install Liferay with eclipse
- Best Eclipse version for Java development
- Tomcat server not listed on Target Runtime on eclipse Neon
- How to remove DB in method onUpgrade?
- Using Talib in AlgoTrader with Esper
- How to add Web Tools Platform(WTP) in Eclipse Kepler
- The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved.
- Removing NTLM from Eclipse's
- Files externally added to working directory not showing up in Eclipse
- Remote Java development with Eclipse (or something else)?
- How to merge branch into trunk in Eclipse 4.4.2
- 'module' object has no attribute 'PortScanner'
- aapt not found under the right path
- maven build goal need to specify
- Clone an Eclipse project repository into Netbeans from GitHub
- Eclipse C++ on OSX Cant Build
- Calculation with dates and different locales in Crystal Reports for Eclipse?
- How to create a nested group of custom marker in eclipse marker view
- Upload Maven package's sources to MyGet repository
- Eclipse Juno vs Eclipse Kepler
- Can't connect to Derby database if derby.jar is in Eclipse workspace
- No suitable driver found for jdbc:mysql//localhost:3306/Test in Eclipse
- Auto generate getter setter for shared prefrences
- Make Eclipse recognize the difference between normal source files and test source files
- how to setup tomcat and eclipse for centralized evironment
- How to add (" ") to all the words i have in my String Array in eclipse?
- Cannot import Jar in Eclipse