-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Download and install Eclipse and JDK 8.
Once you have installed Eclipse and Java, install Eclipse Gradle plugin by following the instructions in the section called "Installing Gradle Tooling from update site" here.
I'm building on OS X 10.11.6 and using the following version of Eclipse: Mars.2 Release (4.5.2) Build id: 20160218-0600. The JDK version I'm using is 1.8.0_91.
Building on Windows or Linux should be mostly the same process, but I haven't tried it yet. Let me know if you run into any problems on these platforms, and I'll try it myself and see if I can assist.
The WoJ directory contains several Eclipse projects. Use File->Import from the Eclipse menu and choose General->Existing Projects into Workspace then select the WoJ directory as your root directory. From the projects listed, import WoJ-Assets, WoJ-core, and WoJ-desktop.
To run, open WoJ-desktop->src->swmasters.woj.desktop and right-click on DesktopLauncher.java then Run As->Java Application.