Updated Installation (markdown)

ME1312 2022-04-10 00:37:51 -04:00
parent 0a0bb63d47
commit f1f07bc715

@ -17,7 +17,7 @@ These are the general requirements for running SubServers apps on popular platfo
__Java doesn't install itself correctly on Windows.__<br>
So, if you're having trouble using SubServers, make sure your system doesn't have the following issues:
> If you are running a 64-bit system and download from *java.com*, you will receive 32-bit java, which will cause you problems down the line. You can verify this easily by running `/sub version` and checking that the value in [brackets] is the same for both Windows and Java. If it is not, download the right one for your system from *oracle.com* directly.
> If you are running a 64-bit system and download from *java.com*, you will receive 32-bit java... which will cause you problems down the line. See if this happened to you by running `/sub version` and verifying that the value in [brackets] is the same for both Windows and Java. If it is not, download the right version for your system from *oracle.com* directly.
> Java does not make all development commands accessible in the command prompt like it does on other platforms for some reason. As such, commands like `jar`, that are used by the *SubServers Library Patcher*, will fail to work properly. To correct this issue, follow [this instructional video](https://www.youtube.com/watch?v=OpOTVwETq74) on how to add the missing commands to your system's PATH variable.