Hello all~
I am working with IntelliJ and Gosu for the first time (as part of an interview process). I have received documentation (e.g.,
https://gosu-lang.github.io/intellij.html ), and I notice that after creating a new project, you appear to have to select all the Gosu .jar files (as shown with an animated gif in Step 4 on the link provided). I do this with IntelliJ 17.3 and Gosu 4.2 (should be ok with versioning, I think), and notice that there are more Gosu .jar files seemingly available (see Libraries Selection Window attachment) than are shown in the walk-through (see Libraries attachment). Do I have to select them all? I have been, but keep running into errors (basically, that a library is not found; the one that seems to contain "Main" -see Last Attempt Error attachment).
Main seems like it would be a pretty common command, so I'm starting to think that I've selected too many .jar files and it's creating a conflict... Not sure, but I'm going to keep trying different combinations of the .jar files (probably omitting the "SNAPSHOT" ones first), but I thought I would check in with this forum to see if anyone had any quick guidance to provide a Gosu neophyte...
Thank you in advance for any help,
Tom A.