Skip to content
Snippets Groups Projects
Commit 7ad23972 authored by Anya Helene Bagge's avatar Anya Helene Bagge
Browse files

Update README.md

parent 9f96d826
No related branches found
No related tags found
No related merge requests found
...@@ -47,3 +47,8 @@ If you run `mvn package` you get everything bundled up into a `.jar` file + a ...@@ -47,3 +47,8 @@ If you run `mvn package` you get everything bundled up into a `.jar` file + a
Run Jar files with, for example, `java -jar target/javafx-app-1.0-SNAPSHOT-fat.jar`. Run Jar files with, for example, `java -jar target/javafx-app-1.0-SNAPSHOT-fat.jar`.
## Eclipse Setup
It's usually smart to change Eclipse's Maven settings so that it'll automatically download Javadocs and the source code for your dependencies:
![Turn on Download Sources and Javadoc](https://git.app.uib.no/inf112/22v/lectures/-/raw/master/img/eclipse-maven.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment