diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-89-run-with-intellij.md b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-89-run-with-intellij.md index 9c22d422f25..1f728d63507 100644 --- a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-89-run-with-intellij.md +++ b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-89-run-with-intellij.md @@ -20,13 +20,13 @@ Due to [IDEA-119280](https://youtrack.jetbrains.com/issue/IDEA-119280), it is a 8. **Build > Build Project** (Ctrl+F9) 9. Open the project view (Alt+1, on macOS cmd+1) 10. Copy all build resources to the folder of the build classes - 1. Navigate to the folder `build/resources/main` - 1. Right click -> "Open In" -> "Explorer (Finder on macOS)" - 1. Navigate into directory "main" - 1. Select the folder `out/production/classes` - 1. Right click -> "Open In" -> "Explorer (Finder on macOS)" - 1. Navigate into directory "classes" - 1. Now you have two Explorer windows opened. Copy all files and directories from the first one to the second one. + 1. Navigate to the folder `build/resources/main` + 1. Right click -> "Open In" -> "Explorer (Finder on macOS)" + 1. Navigate into directory "main" + 1. Select the folder `out/production/classes` + 1. Right click -> "Open In" -> "Explorer (Finder on macOS)" + 1. Navigate into directory "classes" + 1. Now you have two Explorer windows opened. Copy all files and directories from the first one to the second one. 11. Locate the class `Launcher` (e.g., by ctrl+N and then typing `Launcher`). Press Enter to jump to that class.
IntelliJ search for class “Launcher”