-
-
Notifications
You must be signed in to change notification settings - Fork 8
Install RemoteLight
RemoteLight is a Java program, so Java must be installed on the computer. At least Java 8 is required to run RemoteLight.
Open a terminal/console/command prompt and enter java -version
. If Java is installed, the current version should be displayed.
You can either install a Oracle Java version, or an OpenJDK build from one of the many providers, such as AdoptOpenJDK.
No matter which provider you choose, you must have at least Java version 8.
Download Oracle Java
Download AdoptOpenJDK
Once you have successfully installed Java on your computer, you can download the latest version of RemoteLight on GitHub.
Latest RemoteLight Release
View all Releases
The required file can be downloaded from the Assets dropdown menu.
If Java has been installed correctly and the JAVA environment variable has been set, the jar file can be executed with a double click.
Alternatively, the file can also be executed with the command java -jar RemoteLight-0.2.x.jar
.