I am trying to follow the Microsoft Azure Tutorial: Create an application with a Java web API front-end service and a stateful back-end service on Service Fabric and it seems to build ok with gradle 5.4 on Windows 10:
However when opening the same directory with Eclipse 2019-06 (and ServiceFabric plugin) then the IDE displays the following 3 errors:
What is please missing here? I feel that something basic, like JDK path is maybe missing (my JAVA_HOME
env. variable is set though).
Since File > Open Projects from File System... does not yet detect Gradle projects (you can vote for this feature with a 👍 here), you must use File > Import...: Gradle > Existing Gradle Project to open a directory as Gradle project.