Skip to content

Commit

Permalink
Update readme note on eclipse usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Oct 9, 2020
1 parent 6b947a9 commit 18f550d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins/**
*.bat
*.lnk

.checkstyle
.classpath
.project
links.txt
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Open the project in an IDE or generate the build with maven.
**IDE**:
1. Import the project from the `pom.xml`
* [IntelliJ](https://www.jetbrains.com/help/idea/maven-support.html#maven_import_project_start)
* [Eclipse](https://stackoverflow.com/a/36242422)
* [Eclipse](https://stackoverflow.com/a/36242422) - _(Warning: Eclipse's custom compiler cannot Recaf because of incorrect generics parsing)_
2. Create a run configuration with the main class `me.coley.recaf.Recaf`

**Without IDE**:
1. Execute `build`
* Follow the prompt in the script to build the project.
2. Run the generated build: `java -jar target/recaf-{version}-jar-with-dependencies.jar`

For additional information, join the [Discord server _(https://discord.gg/Bya5HaA)_](https://discord.gg/Bya5HaA) and check the [blog post on getting started](https://coley.software/recaf-getting-started-primer/).
For additional information, join the [Discord server _(https://discord.gg/Bya5HaA)_](https://discord.gg/Bya5HaA)

0 comments on commit 18f550d

Please sign in to comment.