File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- # JVM the * poor * Java enVironment Manager
1
+ # JVM the Java enVironment Manager
2
2
3
3
JVM is a tool for managing parallel Versions of multiple JDK.
4
4
It provides a convenient command line interface for switching and listing Candidates.
@@ -15,7 +15,10 @@ JVM was inspired by the [GVM](http://gvmtool.net/).
15
15
## Requirements
16
16
17
17
* Mac only (currentyly some paths are specialized for Mac)
18
- * ` JAVA_HOME=/Library/Java/JavaVirtualMachines/current `
18
+ - ` JAVA_HOME=/Library/Java/JavaVirtualMachines/current `
19
+ - You can cutomize it by editing ` jvm ` script file directly.
20
+ * Java SDKs
21
+ - You must install them by an official installer.
19
22
20
23
21
24
## Installation
@@ -28,3 +31,8 @@ JVM was inspired by the [GVM](http://gvmtool.net/).
28
31
* ` list ` / ` ls ` - Show list of installed JVM versions
29
32
* ` default ` / ` d ` - Set current JVM version
30
33
- To replace the symbolic link of ` /Library/Java/JavaVirtualMachines/current `
34
+
35
+ ## License
36
+
37
+ Apache License, Version 2.0
38
+
You can’t perform that action at this time.
0 commit comments