Skip to content

JRatioBoost version 2.1

Latest

Choose a tag to compare

@flightcrank flightcrank released this 29 Nov 12:28

This is version 2.1 of JRatioBoost. To run you must have Java installed on your system. To launch the program simply Download the .jar file and type the following command into your console.

java -jar JRatioBoost.jar

Should work on any version of Java 8 or abouve

NOTE: for users on openSuse or fedora based distros having trouble establishing a connection to https trackers. Changing this line in the java.security file from true to false should solve connection issues you may have on java 8.

security.useSystemPropertiesFile=true

to

security.useSystemPropertiesFile=false

Full Changelog: v2.0...v2.1