can someone help me with step 5 on ergaikan's instructions?
my path would be "Local Disk (C:)/Program Files/Java/jdk- 17.0.3.1" idk if i wrote it correctly can someone write it out correctly so i can just copy and paste it into the .bat file?
ergaikan's comment says:
For those who couldn't run the Resorep.jar file:
1: Download and install the JDK 8u321
2: Enter the JDK "bin" folder and rename "java.exe" to "java8.exe".
3: Copy the resorep.jar and the DLLs to the JDK "bin" folder.
4: Create a ".txt" file and change the extension to ".bat".
5: Edit it with Notepad and write this:
cd "<put the path to your JDK folder here>/bin"
.\java8 -jar resorep.jar
6: Save the file and run it with admin privileges.