Skip to content

How to Use the Program

Maria Walters edited this page Mar 6, 2026 · 4 revisions

How to Use the Program

Installation

  1. Download the latest release source code zip file, and ensure both Java files (Database.java or Database1.java depending on version, plus Pokemon.java) are included in the zip file.
  2. Unzip the file and extract the contents into its own folder.
  3. Install an IDE onto your system.

Visual Studio Code Free Download: https://code.visualstudio.com/Download

JetBrains IntelliJ IDEA Community Free Download: https://www.jetbrains.com/idea/download/?section=windows

  1. Install the necessary Java extensions to compile Java code.

For Visual Studio Code

  1. Start up Visual Studio Code. Navigate to the Extensions tab, and look up 'java'.
  2. Look for "Extension Pack for Java" by Microsoft. Install it.
  3. Once the extension is fully installed, restart the Visual Studio Code software.

For IntelliJ

Clone this wiki locally