diff --git a/modules/ROOT/pages/develop-liberty-tools.adoc b/modules/ROOT/pages/develop-liberty-tools.adoc index 3e38334fba..1b47f8c112 100644 --- a/modules/ROOT/pages/develop-liberty-tools.adoc +++ b/modules/ROOT/pages/develop-liberty-tools.adoc @@ -21,6 +21,8 @@ Liberty Tools also provide helpful language-support features such as code comple To use Liberty Tools with dev mode, your project must specify the https://github.com/OpenLiberty/ci.maven[Liberty Maven plug-in] or the https://github.com/OpenLiberty/ci.gradle[Liberty Gradle plug-in] in the project `pom.xml` or `build.gradle` file. For the best experience, always use the latest available version of either plug-in. +Although you can run your Liberty applications on any xref:java-se.adoc[supported Java SE version], Java 17 is required to run Liberty Tools in your IDE. + == Develop, test, and debug in your editor Use Liberty Tools to stop, start, or interact with xref:development-mode.adoc[Liberty dev mode] from the Liberty dashboard in Eclipse IDE or Visual Studio Code or the Liberty tool window in IntelliJ IDEA. Liberty dev mode automatically detects, recompiles, and deploys code changes whenever you save a new change. It also runs unit and integration tests on demand and can attach a debugger to the running server to step through your code at any time. @@ -56,7 +58,7 @@ Language support for MicroProfile 3.0 and 4.0 APIs includes the following featur === Jakarta EE APIs -Language support for the Jakarta EE API 9.x APIs includes the following features for select Jakarta EE APIs that are found in Java files on a project's class path. +Language support for the Jakarta EE API 9.x and 10.0 APIs includes the following features for select Jakarta EE APIs that are found in Java files on a project's class path. * Code completion * Diagnostics