You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,21 @@ This project is dual licensed under the AGPL V3 (see NOTICE) and commercial lice
43
43
44
44
## Setup
45
45
46
+
### Installing JDK
47
+
#### With sdkman
48
+
49
+
A good way to manage JDK versions and install the correct version for OBP is [sdkman](https://sdkman.io/). If you have this installed then you can install the correct JDK easily using:
50
+
```
51
+
sdk env install
52
+
```
53
+
54
+
#### Manually
55
+
56
+
- OracleJDK: 1.8, 13
57
+
- OpenJdk: 11
58
+
59
+
OpenJDK 11 is available for download here: [https://jdk.java.net/archive/](https://jdk.java.net/archive/).
60
+
46
61
The project uses Maven 3 as its build tool.
47
62
48
63
To compile and run Jetty, install Maven 3, create your configuration in `obp-api/src/main/resources/props/default.props` and execute:
@@ -753,13 +768,6 @@ The same as `Frozen APIs`, if a related unit test fails, make sure whether the m
753
768
754
769
- A good book on Lift: "Lift in Action" by Timothy Perrett published by Manning.
755
770
756
-
## Supported JDK Versions
757
-
758
-
- OracleJDK: 1.8, 13
759
-
- OpenJdk: 11
760
-
761
-
OpenJDK 11 is available for download here: [https://jdk.java.net/archive/](https://jdk.java.net/archive/).
0 commit comments