Skip to content

Commit 7caf95c

Browse files
authored
Merge pull request #85397 from Nickomang/openjdkupdate
amended tip and note to specify correct version of JDK
2 parents 65fcba5 + e8625ae commit 7caf95c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/service-fabric/service-fabric-get-started-eclipse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Eclipse is one of the most widely used integrated development environments (IDEs
2424
> [!NOTE]
2525
> The Eclipse plugin is currently not supported on Windows.
2626
27+
> [!IMPORTANT]
28+
> Be sure JDK 8 is installed on the system and selected in Eclipse.
29+
2730
## Install or update the Service Fabric plug-in in Eclipse
2831
You can install a Service Fabric plug-in in Eclipse. The plug-in can help simplify the process of building and deploying Java services.
2932

articles/service-fabric/service-fabric-get-started-mac.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ Service Fabric provides scaffolding tools that help you to create a Service Fabr
170170
brew install gradle
171171
```
172172

173-
>[!TIP]
174-
> Be sure to verify you have the correct version of JDK installed.
173+
> [!IMPORTANT]
174+
> Current versions of `brew cask install java` may install a more recent version of the JDK.
175+
> Be sure to install JDK 8.
175176

176177
## Deploy your application on your Mac from the terminal
177178

0 commit comments

Comments
 (0)