Skip to content

Commit 0e34a2e

Browse files
authored
Update README.md
1 parent 79a1c94 commit 0e34a2e

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

README.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,23 @@ GraalVM Installer for Windows OS
66

77
[![](https://dcbadge.vercel.app/api/server/nRKETyjJ7E)](https://discord.gg/nRKETyjJ7E)
88

9-
Downloads
9+
About
1010
------
11-
Find the latest version on the following link:<br>
12-
https://github.com/SourceRabbit/GraalVM-Windows-Installer/releases
11+
12+
GraalVM Installer for Windows is a free and useful tool for anyone who wants to install GraalVM Java Development Kit (JDK) on a computer running Windows operating system.
1313

1414
<p align="center">
1515
<img src="https://github.com/SourceRabbit/GraalVM-Windows-Installer/blob/main/Images/HowToUse.gif" alt="GraalVM Installer for Windows">
1616
</p>
1717

18+
This installer automatically downloads your preferred GraalVM version and sets the appropriate JAVA_HOME and PATH environment variables to your system.
19+
After the installation completes you will be able to run and develop applications using the GraalVM Java Development Kit.
1820

19-
About
20-
------
21-
22-
The main reason we developed GraalVM Installer for Windows is to help anyone using Windows operating system install a <b>fast, reliable and completely free Java Virtual Machine</b> on their computer.
23-
24-
Oracle has announced that, effective January 2019, Java SE 8 public updates will NO longer be available for "Business, Commercial or Production use" without a commercial license. <b>GraalVM Community version is FREE</b>, it runs programs faster and has lots of useful features for developers.
25-
26-
You can find more information about GraalVM on GraalVM's website:<br>
21+
You can find more information about GraalVM on the following link:<br>
2722
<a href="https://www.graalvm.org/">https://www.graalvm.org/</a>
2823

29-
GraalVM Windows Installer is an open source project written in C#, developed with Visual Studio 2019.
30-
31-
FAQ
24+
Downloads
3225
------
26+
Find the latest version on the following link:<br>
27+
https://github.com/SourceRabbit/GraalVM-Windows-Installer/releases
3328

34-
<b>What is GraalVM Installer for Windows ?</b><br>
35-
GraalVM Installer for Windows is a free and useful tool for anyone who wants to install Java (JRE and JDK) on a computer with Windows operating system. It will automatically download and install the latest Graal VM Community version on your computer and you will be able to run and develop applications for the Java runtime.
36-
37-
<b>What is GraalVM ?</b><br>
38-
GraalVM is JVM (Java Virtual Machine) and JDK (Java Development Kit) together, based on HotSpot/OpenJDK. It supports additional programming languages and execution modes, like ahead-of-time compilation of Java applications for fast startup and low memory footprint. The core distribution of GraalVM includes the JVM, the GraalVM compiler, the LLVM runtime, and Node.js JavaScript runtime. Having downloaded and installed GraalVM, you can already run Java, Node.js, JavaScript, and LLVM-based applications.

0 commit comments

Comments
 (0)