You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Java to Windows PATH is too many steps, this automatically tries to detect your Java installation and lets you choose to add it to your *User* Environment Variables (*Machine* with Administrator elevation).
10
+
11
+
<palign="center"> <imgsrc="Screenshot.png"> </p>
12
+
13
+
## But Why?
14
+
15
+
Adding Java to Windows PATH allows you to use **javac** and **java** commands from CLI, such as Command Prompt and Windows PowerShell. Among other things.
16
+
17
+
## Usage
18
+
19
+
1. Launch JavaPather. Program automatically lists Path Variables for Machine and User, and tries to find and list Java installations.
20
+
2. Generally, adding to User Path will suffice. Select the Java \bin you want to add (or click Custom for custom directory) and hit Add to User.
21
+
3. To manipulate Machine Path, press "Run As Administrator" to elevate.
0 commit comments