Requirements ======================= To run the TestRefactoringMiner, you need a runtime environment compatible with: - JDK 1.7 - Gradle 8.1 - Git - IntelliJ IDE (optional) ## Installing JDK 1.7 on Windows 1. Download the `JDK `_ 2. Execute the "jdk-7u80-windows-x64.exe" with the default configuration. 3. Find the Java location (e.g., "C:\Program Files\Java\") 4. Configure Windows environment variables 4.1. Go to the "Properties" > "Advanced System Settings" > "Environment Variables" 4.2. In "Environment Variables" select the "Path" variable, click to edit, and enter with "..\Java\jdk1.7.0_80\bin" 5. Open CMD and test the "java -v" command Please, refer to the `Oracle documentation `_ for more information. ## Installing Gradle 8.1 on Windows 1. Download the `Gradle` ZIP from https://gradle.org/releases/ 2. Create a folder named "Gradlew" in C:// 3. Extract the Gradlew ZIP files to the "C://Gradlew" folder 4. Configure Windows environment variables 4.1. Go to the "Properties" > "Advanced System Settings" > "Environment Variables" 4.2. In "Environment Variables" select the "Path" variable, click to edit, and enter with "C:\Gradle\gradle-8.1\bin" 5. Open CMD and test the "gradle -v" command Note: Please, refer to the `Gradlew documentation `_ for more information. ## Installing Git 1. Download the `Git `_ 2. Execute the "Git-*versionXX*-bit.exe" with the default configuration. ## Installing IntelliJ IDE 1. Download the `IntelliJ IDE `_ Community Edition 2. Execute the "ideaIC-*versionXX*.exe" with the default configuration.