GeoMapApp Chromebook Installation
GeoMapApp is a Java desktop applicaton and it must be downloaded to your computer. To install GeoMapApp on a Chromebook, follow these instructions.
- On the Chromebook, open the launcher (circle menu) and click Settings.
- On the left sidebar, click "Advanced", then "Developers". Scroll if it is not in view.
- Where it says "Linux development environment", click the button that says "Turn on", then click "Next". ChromeOS may need to update to enable this.
- Set the username and disk size desired (the default options will work) and click "Install". Wait for the installation to complete.
- When the installation completes, a Terminal window will open. Optionally, right click (or the equivalent) on the Terminal icon in the shelf and select "Pin" for easy access in the future. GeoMapApp on the Chromebook can only be launched from a Terminal window.
- In the terminal window, type the following and press "Enter"/"Return" to install Java:
sudo apt-get install default-jdk(click to copy to clipboard) - When asked if you want to continue using more disk space, agree by typing "y" (not case-sensitive) and press "Enter"/"Return"
- Confirm that the installation worked by typing the following into the Terminal window, then pressing "Enter"/"Return", to display the version of Java that was installed:
java -version(click to copy to clipboard) - Download the executable JAR from the GeoMapApp Linux download page.
- When the download finishes, click the "Show in folder" button.
- Click and drag GeoMapApp.jar from that folder into where it says "Linux files" on the left side.
Now that GeoMapApp is installed on the Chromebook, run it by following these instructions:
- If the Terminal is already open, skip to step 3. Otherwise, open a Terminal from either the launcher or the shelf.
- Under Linux, click where it says "penguin" to open the Terminal window.
- Type the following command in the Terminal window, then press "Enter"/"Return":
java -jar GeoMapApp.jar(click to copy to clipboard) - Wait for GeoMapApp to open; this may take several seconds.
