You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/documentation.md
+8
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ in contributing to USE. Either by developing use itself or by building plugins.
6
6
It was startet in 2022 and is a growing documentation. Any pull request for USE should
7
7
also change this technical documentation, to foster the growing.
8
8
9
+
## Starting USE from IntelliJ IDEA
10
+
11
+
### Maven Compile
12
+
On the right side of the IDE there is a Maven button. Unfold `use (root)` and then `Lifecycle`. Select `compile` and then `Run Maven Build`. After the build is done `Reload All Maven Projects Incrementally`.
13
+
14
+
### Starting the GUI
15
+
Open the `Main` class in `use-gui/src/main/java/org.tzi.use/main/Main.java` and run it.
0 commit comments