Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
688 B
HTML
Raw Permalink Normal View History

2022-05-03 21:23:32 -07:00
<p class="mt-4">
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>
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>
</div>
2023-05-18 11:36:01 -07:00
<div class="content">
<p>
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.
</p>
</div>
</div>