From: Martin B. <dr....@t-...> - 2017-06-12 16:29:09
|
Am 11.06.2017 um 18:50 schrieb Dave Mitton: > I need a walk through or a pointer to how to configure an Eclipse Java > "project" and how to setup the git relationship to sf.net. > > So far, I tried: > > - downloaded the jar, expanded it, - but Eclipse doesn't recognize any > sort of project in there. I don't know what it's looking for. > > - I tried several variations of using the git dialogs to pull from > SourceForge, and the one that finally succeeded > didn't find anything in there either. (I'm starting with 2.0.RC1) > > > My current goal is to have a set of code that I can build/run/debug > and checkin changes to a private branch. > But I don't know the right magic in this environment. > > Dave. > more of a Turtle Mercurial veteran.... > Please make sure your setup inside eclipse is like the following: You should then be able to build/debug the project by using the eclipse mechanismns. If you click on the green symbol to run the application it might ask you for the main class location: Once you have successfully launched the application "RunGame", just click on the debug (left of the run button) and your eclipse view should switch from java to debug window mode. If you have more questions, feel free. Regards Martin |