A little help setting up eclipse
-
Hi guys. I worked on this project a bit many years ago and recently starting playing again and noticed some errors and missing features.
I thought I might chip in a little, but am having trouble setting up eclipse.
I'm not a developer by trade so i'm not familiar with all the tools that are being used.I've forked and cloned the master branch and setup all the plugins as instructed in the docs.
But i'm getting compile errors saying that packages are accessible from more than one module.I would have thought the dependencies would already be set correctly, so not sure what i've got wrong.
FYI i'm using JDK 11 and imported into eclipse as a gradle project.
Any help would be a appreciated. Ta.
-
@squid_daddy Most of us are now using IDEA, offhand I'd recommend to switch. If you really want to stick with eclipse there might be additional config you'll have to figure out that is stale. Be sure to check out the setup guide and the rest of the dev docs: https://github.com/triplea-game/triplea/tree/master/docs/development/how-to/ide-setup
-
@lafayette ok i'm switching to intellij, the settings instructions in the docs seem out of date btw.
-
@squid_daddy Please take the liberty to update the docs to get them more up to date, fill in any missing details, and generally make them more useful for someone getting started