Skip to content

Commit

Permalink
README.md warning regarding Eclipse compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
cos committed Oct 16, 2015
1 parent 3487f4f commit 31b4f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<release>/lib/native/linux32`
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<release>/lib/native/linux64`

## Eclipse
_N.B. the Eclipse internal compiler may generate false compilation errors (there are bugs in its support of Scala mixed compilation). We recommend using IntelliJ IDEA if at all possible._

To autogenerate an Eclipse project for K, run `mvn install -DskipKTest; mvn eclipse:eclipse` on the
command line, and then go into each of the `kore` and `tiny` directories and run `sbt eclipse`.
Then start eclipse and go to File->Import->General->Existing projects into workspace, and select
Expand Down

0 comments on commit 31b4f16

Please sign in to comment.