Skip to content

Commit 9f5b67b

Browse files
committed
Migrated to Java 17
1 parent 324c84f commit 9f5b67b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Technical Support | Peer support at [Groups.io](https://groups.io/g/maxprogram
4848

4949
## Requirements
5050

51-
- JDK 11 or newer is required for compiling and building. Get it from [AdoptOpenJDK](https://adoptopenjdk.net/).
52-
- Apache Ant 1.10.7 or newer. Get it from [https://ant.apache.org/](https://ant.apache.org/)
53-
- Node.js 12.16.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
51+
- JDK 17 or newer is required for compiling and building. Get it from [Adoptium](https://adoptium.net/).
52+
- Apache Ant 1.10.10 or newer. Get it from [https://ant.apache.org/](https://ant.apache.org/)
53+
- Node.js 16.13.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
5454

5555
## Building
5656

5757
- Checkout this repository.
58-
- Point your `JAVA_HOME` environment variable to JDK 11
58+
- Point your `JAVA_HOME` environment variable to JDK 17
5959
- Run `ant` to compile the Java code
6060
- Run `npm install` to download and install NodeJS dependencies
6161
- Run `npm start` to launch TMXEditor

0 commit comments

Comments
 (0)