Question

I am creating an Eclipse runtime application, however I am having an issue with external archives.

Is it possible to configure Eclipse to include a specific library when any project is created? For instance, if I create a Java project I get JUnit and myjar.jar automatically included in the project.

Thanks.

Was it helpful?

Solution

Go to Window -> Preferences -> Java -> Installed JREs and add your desired jar.

Screenshots:


Installed JRES screenshot


Jre definition

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top