@@ -47,7 +47,7 @@ Environment var for scripting:
47
47
* jenv change ` <name> ` *
48
48
Example: ` jenv change jdk15 `
49
49
50
- 5 ) ** Always use this java version in this folder**
50
+ 5 ) ** Always use this java version in this folder**
51
51
* jenv local ` <name> ` *
52
52
Example: ` jenv local jdk15 `
53
53
@@ -63,17 +63,17 @@ Example: `jenv list`
63
63
* jenv remove ` <name> ` *
64
64
Example: ` jenv remove jdk15 `
65
65
66
- 9 ) ** Enable the use of javac, javaw or other executables sitting in the java directory**
66
+ 9 ) ** Enable the use of javac, javaw or other executables sitting in the java directory**
67
67
* jenv link ` <Executable name> ` *
68
68
Example: ` jenv link javac `
69
69
70
- 10 ) ** Uninstall jenv and automatically restore a Java version of your choice**
70
+ 10 ) ** Uninstall jenv and automatically restore a Java version of your choice**
71
71
* jenv uninstall ` <name> ` *
72
72
Example: ` jenv uninstall jdk17 `
73
73
74
- 11 ) ** Automatically search for java versions to be added**
75
- * jenv autoscan ` ?<path>? ` *
76
- Example: ` jenv autoscan "C:\Program Files\Java" `
74
+ 11 ) ** Automatically search for java versions to be added**
75
+ * jenv autoscan ` ?<path>? ` *
76
+ Example: ` jenv autoscan "C:\Program Files\Java" `
77
77
Example: ` jenv autoscan ` // Will search entire system
78
78
## How does this work?
79
79
This script creates a java.bat file that calls the java.exe with the correct version
0 commit comments