GraalVM is a high performance JDK distribution. It is designed to accelerate the execution of applications written in Java and other JVM languages while also providing runtimes for JavaScript, Python, LLVM-based languages such as C and C++, and a number of other popular languages. Additionally, GraalVM allows efficient interoperability between programming languages and compiling Java applications ahead-of-time into native executables for faster startup time and lower memory overhead.
Size: 272 MB
Authors: GraalVM
Default path: %HOMEDRIVE%\Programs\graalvm-17-64
pbox install graalvm-portable-17-64
Show pbox.xml
<pbox version="1.0">
<name>graalvm-portable-17-64</name>
<title>GraalVM 17 x64</title>
<version>22.1</version>
<group>java</group>
<group>compiler</group>
<archs>64</archs>
<zipFile>archive.7z</zipFile>
<homedir>%HOMEDRIVE%\Programs\graalvm-17-64</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}" ${name}</script>
<exec>compact /s:"${homedir}" /c /a /i *</exec>
<env>GRAALVM17_64_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>GRAALVM17_64_HOME</unenv>
</uninstall>
</pbox>