OpenCiv
OpenCiv copied to clipboard
How to open project in Eclipse?
I did what the readme says but it did not work?
How do I build and run this?
- Install Java 11 or higher. NOTE: OpenJDK has problems (at least for me on linux)
- Install GIT
- Run ->
git clone https://github.com/rhin123/OpenCiv.git
- Open Eclipse or any other java editor, and
import grade project
(Eclipse is recommended, haven't tested on other IDEs) - To get the game running you would run the OpenCiv-lwjgl3
Lwjgl3Launcher.java
class & the OpenCiv-serverServer.jar
To start the Client & Server
What folder do I need to "import grade project"? I tried many and always get error messages.
What error messages are you getting? The folder you import is the OpenCiv
folder. Don't import the sub-folders.