forked from NoCheatPlus/NoCheatPlus
-
Notifications
You must be signed in to change notification settings - Fork 10
Compiling NoCheatPlus
CaptainObvious0 edited this page Apr 12, 2019
·
1 revision
- Download the java JDK from https://www.oracle.com/technetwork/java/javase/downloads/index.html
- Install the downloaded file
- After it is done installing, navigate to the JDK folder, which should be located at /Program Files/Java/jdk../
- Once you have ensured that the folder exists, go to
My Computer -> Properties -> Advanced System Settings -> Advanced -> Environment Variables - Add a new system variable with the name as
JAVA_HOMEand the key should be the location of the jdk
- Go to https://maven.apache.org/download.cgi
- Select the Binary version under link (Either format is fine)
- Extract
apache-maven-x.x.xto your desired folder/area
- Click on
Clone or Downloadand thenDownload ZIP - Extract
nocheatplus-masterto your desired folder
- Open up a command prompt
- Execute
set PATH="YOUR_PATH_HERE\apache-maven-x.x.x\bin";%PATH% - Navigate to where the source code is
cd YOUR_PATH_HERE\NoCheatPlus-Master\ - Execute
mvn clean package install