@@ -28,21 +28,19 @@ Due to [IDEA-119280](https://youtrack.jetbrains.com/issue/IDEA-119280), it is a
28
28
1 . Navigate into directory "classes"
29
29
1 . Now you have two Explorer windows opened. Copy all files and directories from the first one to the second one.
30
30
11 . Locate the class ` Launcher ` (e.g., by <kbd >ctrl</kbd >+<kbd >N</kbd > and then typing ` Launcher ` ). Press <kbd >Enter</kbd > to jump to that class.
31
- <figure >
32
- <img src="intellij-search-for-launcher.png" alt="IntelliJ search for class “Launcher”">
33
- <figcaption>IntelliJ search for class “Launcher”</figcaption>
34
- </figure >
31
+ <figure >
32
+ <img src =" intellij-search-for-launcher.png " alt =" IntelliJ search for class “Launcher” " >
33
+ <figcaption >IntelliJ search for class “Launcher”</figcaption >
34
+ </figure >
35
35
12 . Click on the green play button next to the ` main ` method to create a Launch configuration. IntelliJ will fail in launching.
36
- <figure >
37
- <img src="intellij-hover-on-play-button.png" alt="However on green play">
38
- <figcaption>However on green play</figcaption>
39
- </figure >
40
-
41
- <figure >
42
- <img src="intellij-run-jabref-from-launcher.png" alt="Run JabRef via launcher">
43
- <figcaption>Run JabRef via launcher</figcaption>
44
- </figure >
45
-
36
+ <figure >
37
+ <img src =" intellij-hover-on-play-button.png " alt =" However on green play " >
38
+ <figcaption >However on green play</figcaption >
39
+ </figure >
40
+ <figure >
41
+ <img src =" intellij-run-jabref-from-launcher.png " alt =" Run JabRef via launcher " >
42
+ <figcaption >Run JabRef via launcher</figcaption >
43
+ </figure >
46
44
13 . On the top right of the IntelliJ window, next to the newly created launch configuration, click on the drop down
47
45
14 . Click on "Edit Configurations..."
48
46
15 . On the right, click on "Modify options"
@@ -73,10 +71,10 @@ Due to [IDEA-119280](https://youtrack.jetbrains.com/issue/IDEA-119280), it is a
73
71
```
74
72
19 . Click "Apply"
75
73
20 . Click "Run". You can also click on the debug symbol next to it to enable stopping at breakpoints.
76
- <figure >
77
- <img src =" intellij-run-launcher.png " alt =" Launch menu contains “Launcher” " >
78
- <figcaption >Launch menu contains “Launcher”</figcaption >
79
- </figure >
74
+ <figure >
75
+ <img src =" intellij-run-launcher.png " alt =" Launch menu contains “Launcher” " >
76
+ <figcaption >Launch menu contains “Launcher”</figcaption >
77
+ </figure >
80
78
81
79
<!-- MD031 is disabled, because otherwise the numbering does not work properly. MD029 and M032 are disabled as a consequence. -->
82
80
<!-- markdownlint-disable-file MD029 MD031 MD032 MD033 -->
0 commit comments