Search code examples
eclipsetemplatesproject-template

How to make a new Eclipse project template?


I am using a kind of framework where every time I make a new Java project. I have to arrange the files in the appropriate packages and reference the appropriate external JAR libraries. How do I make a new project template like in the New Project dialog under a new folder?


Solution

  • You need to write an Eclipse plugin for that, and concentrate on New Project Wizard.

    Writing Eclipse plugins is covered in Stack Overflow question How to write a plugin for Eclipse?.