Skip to content

User Setup Guide

Jaden Tian edited this page Oct 3, 2024 · 17 revisions

Setting up the Software

Setting up the software is quite easy.

Setup Guide for Windows and macOS

  1. Download the Legup.jar file.
  2. Double click on the file to run it.

Setup Guide for Linux

Reference this website: https://askubuntu.com/questions/101746/how-can-i-execute-a-jar-file-from-the-terminal

And that's it! But if you're still reading this, that means you probably ran into some problems. There are two troubleshooting guides: one for Windows and one for macOS.

If you're using a Windows computer, refer to this troubleshooting guide.

If you're using Mac, refer to this troubleshooting guide.

Note: both setup guides assume that you have already downloaded the Legup.jar file.

Troubleshooting on Windows

While the screenshots provided were taken on a laptop running Windows 10, these instructions should still work on Windows 7 and Windows 8 machines.

Common Issues

Java is not installed

LEGUP jar file defaults to Internet Explorer (or another application)

Java is not installed

If you are absolutely sure that Java is not installed, you can skip straight to the last step, which contains the link to install Java. If you're not 100% sure, you can start from the first step to verify whether or not Java is installed.

  1. Click on the Windows button ⊞ Win to bring up the start menu. Search up for the application called Command Prompt and open it. The window that comes up should look something like this:
  1. Type in the command java --version. If Java is not installed, you should see a message that reads:
'java' is not recognized as an internal or external command, operable program or batch file.

If Java is installed, you should see a message similar to the following:

java 15 2020-09-15
Java(TM) SE Runtime Environment (build 15+36-1562)
Java HotSpot(TM) 64-Bit Server VM (build 15+36-1562, mixed mode, sharing)

Below is a sample screenshot of the error message that would appear if Java is not installed.

  1. If Java is not installed, go to https://www.oracle.com/java/technologies/downloads/ and follow the instructions on the website. Once that is done, you should be able to open the Legup.jar file without problems. Make sure to install a JRE that supports Java 21.

LEGUP jar file defaults to Internet Explorer (or another application)

  1. Right click the Legup.jar file. A menu should pop up, and you should see an option that reads Open with.... (See image below for clarification.)
  1. On the subsequent window that pops up, select to open the file through Open JDK Platform. If you do not see the Open JDK Platform option, you most likely do not have Java installed. Please refer to the "Java not installed" section.

Troubleshooting on macOS

Common Issues

Unable to locate Java Runtime

Unidentified developer

Unable to locate Java Runtime

When running the LEGUP jar you may be presented with this message:

image

If you see this message, please go to the Java download page. Download and install Java then you should be able to run the application. Make sure to install a JRE that supports Java 21.

Unidentified developer

When running the LEGUP jar you may be presented with this message:

image

If you see this message do the following:

  1. Open Finder and navigate where you Legup.jar is located
  2. Right click the Legup.jar
  3. Hold down the option key and click "Open"
  4. Now you can click Open on the new message and LEGUP should be running

No files visible

The file select screen may appear empty even when there are files within a given directory. This is because LEGUP does not have access to the corresponding folder.

Normally, when LEGUP first attempts to read the file system, there is a popup that requests access. If you accidentally clicked "Do not allow", then you will have to manually allow access.

  1. Open System Settings -> Privacy and Security -> Full Disk Access
Screenshot 2024-10-03 at 2 48 50 PM
  1. Scroll down the list of applications and click on the '+' icon at the bottom.
Screenshot 2024-10-03 at 2 49 14 PM
  1. Navigate to /System/Library/CoreServices/JavaLauncher.app either through the UI or using Cmd+Shift+H and pasting the address. If the app doesn't exist, you likely don't have Java installed (in which case how did you open the application?).
Screenshot 2024-10-03 at 2 49 32 PM

Make sure that the slider is set to on (like the image above).

  1. Try reopening LEGUP.
Clone this wiki locally