-
Notifications
You must be signed in to change notification settings - Fork 0
How to Use the Program
Maria Walters edited this page Mar 6, 2026
·
4 revisions
- 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.
- Unzip the file and extract the contents into its own folder.
- 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
- Install the necessary Java extensions to compile Java code.
- Start up Visual Studio Code. Navigate to the Extensions tab, and look up 'java'.
- Look for "Extension Pack for Java" by Microsoft. Install it.
- Once the extension is fully installed, restart the Visual Studio Code software.