Skip to content

Instantly share code, notes, and snippets.

@dmi3coder
Last active August 18, 2022 08:12
Show Gist options
  • Select an option

  • Save dmi3coder/1f8f25cb129bcff70a2bb56de28e06ed to your computer and use it in GitHub Desktop.

Select an option

Save dmi3coder/1f8f25cb129bcff70a2bb56de28e06ed to your computer and use it in GitHub Desktop.
Quarkus development preparation commands Windows
GraalVM: https://www.graalvm.org/
C:\opt\graalvm-ce-java11-20.3.0
setx /M GRAALVM_HOME "C:\opt\graalvm-ce-java11-20.3.0"
setx /M JAVA_HOME "C:\opt\graalvm-ce-java11-20.3.0"
setx /M PATH "%JAVA_HOME%\bin;%PATH%"
Maven: http://maven.apache.org/download.cgi
C:\opt\apache-maven-3.6.3
setx /M MAVEN_HOME "C:\opt\apache-maven-3.6.3"
setx /M PATH "%MAVEN_HOME%\bin;%PATH%"
Git: https://git-scm.com/download/win
https://github.com/quarkus-course/lecture-getting-started.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment