|
|
---
|
|
---
|
|
|
title: To setup the development environment
|
|
title: To setup the development environment
|
|
|
---
|
|
---
|
|
|
|
|
|
|
## Steps to install and configure the development environment under the Linux (Ubuntu) distribution
|
|
## Steps to install and configure the development environment under the Linux (Ubuntu) distribution
|
|
|
|
|
|
|
|
### Java: OpenJDK 17
|
|
### Java: OpenJDK 17
|
| ... | @@ -168,3 +169,4 @@ The first “Start” will fail as the DB info need to be changed in the `standa |
... | @@ -168,3 +169,4 @@ The first “Start” will fail as the DB info need to be changed in the `standa |
|
|
```
|
|
```
|
|
|
|
|
|
|
|
- From Eclipse: `File` → `Import` → `Maven (Existing Maven Projects)` → Specify the path to the `regApp` directory → `Finish`
|
|
- From Eclipse: `File` → `Import` → `Maven (Existing Maven Projects)` → Specify the path to the `regApp` directory → `Finish`
|
|
|
|
- Right click on bwreg-entities and select Build Path (Configure Build Path) and add bwreg-entities/target/generated-sources/apt folder as a src folder. |