Skip to content

Commit

Permalink
updated README for Eclipse setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwei committed Feb 18, 2011
1 parent bbbe9bd commit 48f580a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ version: 0.3.7
### Code Examples:

https://github.com/jingwei/krati/tree/master/examples/src/krati/examples

### Eclipse

Set up Eclipse for Krati by executing the command below:

mvn eclipse:eclipse

Inside Eclipse, select Preferences > Java > Build Path > Classpath Variables. Define a new classpath variable M2_REPO and assign maven reposistory.

For more information, check out http://maven.apache.org/guides/mini/guide-ide-eclipse.html

0 comments on commit 48f580a

Please sign in to comment.