Updated Installation (markdown)

ME1312 2020-08-21 04:36:31 -04:00
parent ede2d78ee6
commit bca92e34c2

@ -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] matches for both Windows and Java. If it does 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. 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.
> Java does not make all the development commands accessible in the command prompt like 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.