Skip to content

Commit

Permalink
Merge branch '4.0.2-post' into 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsax committed Oct 18, 2018
2 parents 1d39443 + 0f5886a commit 6fa6efb
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 @@ -17,6 +17,7 @@ Table of Contents
* [Requirements](#requirements)
* [Apache Kafka](#requirements-kafka)
* [Confluent Platform](#requirements-confluent-platform)
* [Using IntelliJ or Eclipse](#requirements-ide)
* [Java](#requirements-java)
* [Scala](#requirements-scala)
* [Packaging and running the examples](#packaging-and-running)
Expand Down Expand Up @@ -186,6 +187,16 @@ repository may have different Confluent Platform requirements.
Also, each example states its exact requirements at the very top.
<a name="requirements-ide"/>
## Using IntelliJ or Eclipse
If you are using an IDE and import the project you might end up with a "missing import / class not found" error.
Some Avro classes are generated from schema files and the IDE does not generete those classes automatically.
You can run `mvn -Dskip.tests=true compile` manually (c.f. the steps above) to resolve the error.
If you are using Eclipse, you can also right-click on `pom.xml` file and choose `Run As` -> `Maven generate-sources`.
<a name="requirements-java"/>
## Java 8
Expand Down

0 comments on commit 6fa6efb

Please sign in to comment.