2022-05-03 21:23:32 -07:00
< p class = "mt-4" >
2022-06-01 10:58:20 -07:00
Install < a href = "https://www.oracle.com/java/technologies/downloads" target = "_blank" > Java 11 or later< / a > and
2022-06-02 13:46:03 +00:00
< a href = "https://maven.apache.org/install.html" > Apache Maven 3.6.1 or later< / a > .
2022-05-03 21:23:32 -07:00
< / p >
2022-05-07 11:28:14 -07:00
2023-05-18 11:36:01 -07:00
< div class = "note note-info" >
< div class = "icon-and-line" >
< i class = "fas fa-info-circle" > < / i >
< div class = "line" > < / div >
2022-05-07 11:28:14 -07:00
< / div >
2023-05-18 11:36:01 -07:00
< div class = "content" >
2022-05-07 11:28:14 -07:00
< p >
2022-06-01 10:58:20 -07:00
Pulumi will need the < code > java< / code > , < code > javac< / code > , and < code > mvn< / code > executables in order to build and run your Pulumi Java application. Ensure that these
executables can be found on your path after installation.
2022-05-07 11:28:14 -07:00
< / p >
< / div >
< / div >