Skip to content

Commit

Permalink
docs: running confluent with the right JDK version (#10594)
Browse files Browse the repository at this point in the history
  • Loading branch information
pH14 committed Feb 11, 2022
1 parent 0362bf2 commit 05f70a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/developer/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@ source ~/.bashrc
confluent local services start
```

If you have multiple JDKs installed and your current JAVA_HOME points to an incompatible version,
you can explicitly run confluent with JDK 8 or 11:

```
JAVA_HOME=$(/usr/libexec/java_home -v 1.8) confluent local services start
```

#### Linux

On Debian-based Linux variants, you can use APT to install Java and the
Expand Down

0 comments on commit 05f70a4

Please sign in to comment.