-
Notifications
You must be signed in to change notification settings - Fork 82
User Setup Guide
Setting up the software is quite easy.
- Download the
Legup.jar
file. - Double click on the file to run it.
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.
While the screenshots provided were taken on a laptop running Windows 10, these instructions should still work on Windows 7 and Windows 8 machines.
LEGUP jar file defaults to Internet Explorer (or another application)
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.
- 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:
- 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.
- If Java is not installed, go to https://java.com/en/download/ and follow the instructions on the website. Once that is done, you should be able to open the
Legup.jar
file without problems.
- Right click the
Legup.jar
file. A menu should pop up, and you should see an option that readsOpen with...
. (See image below for clarification.)
- 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.
When running the LEGUP jar you may be presented with this message:
![image](https://user-images.githubusercontent.com/55092742/173092677-a2bc03a5-28b9-478c-b128-a3393fbf8ba9.png)
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.
When running the LEGUP jar you may be presented with this message:
![image](https://user-images.githubusercontent.com/55092742/173093717-0aa7535e-8565-4e76-95e2-43ff6eed3b06.png)
If you see this message do the following:
- Open Finder and navigate where you Legup.jar is located
- Right click the Legup.jar
- Hold down the option key and click "Open"
- Now you can click Open on the new message and LEGUP should be running
- Home
-
For Developers
- Programming Standards
- Naming Convention
- Developer Setup Guide
- Alternative Developer Setup Guide (linux)
- Pointers for Getting Started
- Guide to Implementing Puzzles
- Guide to Implementing the Puzzle Editor Functionality for a Puzzle
- Native Binary Compilation Information for Windows
- Test Suite Documentation
- Notes for a Future Rewrite
- For End Users