-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Matt edited this page Aug 11, 2016
·
4 revisions
The types of version of PM-MS are divided in Stable and Alpha versions.
- Stable: It's a build with minor bugs and more stable.
- Alpha: It's the last build with new fuctions added in future version.
For download PM-MS just go in this page and choose the version that you prefer.
- Insured that you have a machine that supports this requirements
- When you downloaded the software, extract the file .zip in a any folder.
- It's important to know if you are running the software in an OS for servers machine or not. If you are running the software in a server OS, in the terminal just write "java -jar {software_name}.jar -server". Else if you are running a different type of machine, just execute the file run.bat for Windows else run.sh on Linux/MacOS machine. You can also write in a file batch or others file, that execute terminal of OS (or directly in command prompt), "java -jar {software_name}.jar -pc" and you can run it.
- If you doesn't know how works PM-MS, go in the start page, else that's all, enjoy!
The software is compiled using Eclipse IDE without using Maven.
Steps using Eclipse (RECOMMENDED)
- Download the source code interested from the repository
- Download this archive library.
- Create a new project in Eclipse.
- Paste the downloaded files in project's folder.
- Right mouse button on project -> Build Path -> Add external libraries and select the downloaded library.
- Right mouse button on project -> Export -> Java/Runnable JAR File
- On option "Launch configuration" select the Main class (PMMS.java for 1.2+, Main.java for 1.1 or above)
- Select export destination and tick (if it's not already) "Extract required libraries into generated JAR".
- Finish!
Home | Installation | Start | FAQ