How to Add a Source Folder in Eclipse
1. Introduction When building a project in Eclipse, it's sometimes necessary to add a source path so that compilation will succeed. In o...
https://www.czetsuyatech.com/2020/07/java-add-source-folder-in-eclipse.html
1. Introduction
When building a project in Eclipse, it's sometimes necessary to add a source path so that compilation will succeed. In our case, our project's version is generated on compile-time and is being referenced by other java classes.
1.1 Prerequisites
- You must have experience with Eclipse and Maven.
2. Adding the Source Folder
For this tutorial, we will be using an open-source project where I'm involved in the development which is the Meveo Platform.
Post a Comment