Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.31 KB

Install.md

File metadata and controls

22 lines (12 loc) · 1.31 KB

Installation

Adding JPlay library to yout project

Follow the steps bellow to successfully add JPlay to your project. Here we're assuming that you already have the Eclipse software already installed and also have your project opened on it;

  1. First, on the Project Explorer sidebar, right-click on your project's name and then click, on the menu that appeared, click on "properties". A window called "Properties for will pop up;

first step

  1. Then, On the Properties for window, look for the option "Java Build Path" onto the navigation sidebar and then click on it. After this, click on the "Libraries" tab;

second step 1 second step 2

  1. Now click on the button "Add External JARs..." and the file explorer of your system will appear and you'll be able to navigate through them. Find the folder where the JPlay.jar file is, then select it and click on the "Open" button, localized on the lower-right corner of the file exlporer window;

third step

  1. Finally, now the JPlay.jar should appear on the list of libraries imported and to finish this step-by-step, just click on the "Aplly and Close" button and you're good to go.

fourth step