Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit d502c54

Browse files
authoredOct 1, 2022
Updated hoster setup docs regarding Java JDK's
1 parent 6c3a2db commit d502c54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎docs/SETUP_HOSTER.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ docker pull jacobtread/kme:latest
1818

1919
## Prerequisites
2020
- The server executable (This can be found in the releases [HERE](https://github.com/jacobtread/KME3/releases/latest))
21-
- Minimum Java 11 (If you would like to use another Java version you must recompile KME against that version)
22-
- Oracle: ([https://www.oracle.com/java/technologies/downloads/](https://www.oracle.com/java/technologies/downloads/))
21+
- Minimum Java JDK 11 (If you would like to use another Java version you must recompile KME against that version) The following are some JDK's that I would recommend you use but you can also use OpenJDK if you wish
22+
- Eclipse Adoptium ([https://adoptium.net/temurin/releases](https://adoptium.net/temurin/releases))
23+
- GraalVM ([https://www.graalvm.org/downloads/](https://www.graalvm.org/downloads/))
2324

2425

2526
### 1. Preparing
@@ -70,4 +71,4 @@ to forward the following ports
7071
If your router asks you to specific which protocol is being forwarded you
7172
should select `TCP` or `TCP/UDP` if that's not available
7273

73-
Search online for guides on port forwarding for your specific router
74+
Search online for guides on port forwarding for your specific router

0 commit comments

Comments
 (0)
This repository has been archived.