This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up RPGOnline for Eclipse
Tomas edited this page Sep 7, 2019
·
5 revisions
This is a tutorial on how to install RPGOnline for the Eclipse IDE. This tutorial assumes you already have "Eclipse IDE for Java Developers" installed.
- Navigate to https://github.com/Tomaso2468/rpgonline/releases and download the rpgonline.zip file for the latest stable release.
- Save this to a directory where you store libraries.
- Extract the zip file.
- You should be left with a folder containing .jar files, .dll files, .so files, .dylib files and .txt files.
- Go to Window->Preferences in the top bar
- Make a search for "Libraries" in the search box, click on "User Libraries" and then press "New".
- Enter the name "RPGOnline" into the name box.
- Once the library is created press "Add External Jars".
- Navigate to the folder you extracted the library into.
- Select all jar files in this folder and add them to the library (Press CTRL+A to make this easier).
- Navigate to the lwjgl.jar file and expand it if it is not expanded.
- Select Native Library Location and then press "Edit".
- Select "External Folder"
- Navigate and select the extracted rpgonline folder.
- Press "OK"
- Press "Apply and Close"
That is all that is needed. To add RPGOnline to your project simply add it the same way as any other library in eclipse.