Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

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.

Downloading

  1. Navigate to https://github.com/Tomaso2468/rpgonline/releases and download the rpgonline.zip file for the latest stable release.
  2. Save this to a directory where you store libraries.
  3. Extract the zip file.
  4. You should be left with a folder containing .jar files, .dll files, .so files, .dylib files and .txt files.

Adding the library to eclipse

  1. Go to Window->Preferences in the top bar
  2. Make a search for "Libraries" in the search box, click on "User Libraries" and then press "New".
  3. Enter the name "RPGOnline" into the name box.
  4. Once the library is created press "Add External Jars".
  5. Navigate to the folder you extracted the library into.
  6. Select all jar files in this folder and add them to the library (Press CTRL+A to make this easier).
  7. Navigate to the lwjgl.jar file and expand it if it is not expanded.
  8. Select Native Library Location and then press "Edit".
  9. Select "External Folder"
  10. Navigate and select the extracted rpgonline folder.
  11. Press "OK"
  12. 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.

Sidebar

Home
Documentation
Tutorials (to be added)
Update guides (to be added)

Clone this wiki locally