|
|
---
|
|
---
|
|
|
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
|
| ... | @@ -167,4 +168,5 @@ The first “Start” will fail as the DB info need to be changed in the `standa |
... | @@ -167,4 +168,5 @@ The first “Start” will fail as the DB info need to be changed in the `standa |
|
|
- $ git clone https://gitlab.kit.edu/kit/reg-app/regapp
|
|
- $ git clone https://gitlab.kit.edu/kit/reg-app/regapp
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
- 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`
|
|
\ No newline at end of file |
|
- 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. |