Closed tdauth closed 1 year ago
I use Windows most of the time when building this project. Are you trying to compile the "main" branch or the "experimental" branch? At the time of writing, "experimental" is setup for using JDK17 but the "main" branch is still set to use JDK8.
It looks like you might be trying to compile on a computer that does not have JDK installed and only has JRE. I am not sure how familiar you are with that, but in concept JDK includes the compiler to build java programs while JRE only includes the interpreter to run java programs. So, rather than trying to compile against your "jre" folder, which says that the "tools.jar" is not found, I suggest that you make sure that your computer has a java compiler in order to build this program.
I see, I will try with the JDK defined. Its installed by IntelliJ IDEA so it might not get found when building with the .bat file.
Works now with JDK 17.
See
It would be a good idea to add instructions for Windows users to the README since many will use Windows while playing Warcraft (I am not a fan of Windows).