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
Download the JDK
Execute the “jdk-7u80-windows-x64.exe” with the default configuration.
Find the Java location (e.g., “C:Program FilesJava")
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 “..Javajdk1.7.0_80bin”
Open CMD and test the “java -v” command
Please, refer to the Oracle documentation for more information.
## Installing Gradle 8.1 on Windows
Download the Gradle ZIP from https://gradle.org/releases/
Create a folder named “Gradlew” in C://
Extract the Gradlew ZIP files to the “C://Gradlew” folder
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:Gradlegradle-8.1bin”
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.