From 506afbc0274f9bf0982a7818519d81eb3fab07f5 Mon Sep 17 00:00:00 2001 From: 4pr0n <4pr0n@users.noreply.github.com> Date: Sat, 7 Jun 2014 20:01:00 -0700 Subject: [PATCH] Updated How To Run RipMe (markdown) --- How-To-Run-RipMe.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/How-To-Run-RipMe.md b/How-To-Run-RipMe.md index fcdf2e1..710326c 100644 --- a/How-To-Run-RipMe.md +++ b/How-To-Run-RipMe.md @@ -2,6 +2,13 @@ Make sure you have Java installed. You can download / install it at this site: h The `ripme.jar` file is actually executable. Java will execute the `.jar` file similarly to how `.exe` files are executed. Usually double-clicking the `.jar` file executes the program. +If double-clicking the `.jar` file does not open the program, you can right-click the file and select an `Open With...` option, then select the `Java` runtime application. + +If all else fails, you can run the program via command-line by navigating to the directory and executing +```bash +java -jar ripme.jar +``` + Command Line Options -------------------- ```