본문 바로가기
IT/MSA

아파치 카프카 실행 에러(Classpath is empty. Please build the project first e.g. by running)

by twofootdog 2020. 11. 22.

아파치 카프카를 설치한 후 실행시킬 때 아래와 같은 에러가 발생하는 경우가 있다.

Classpath is empty. Please build the project first e.g. by running './gradlew jar -PscalaVersion=2.13.2'

 

위와 같은 에러가 발생하는 원인은 아파치 카프카 binary 파일을 다운받고 실행시킨 것이 아니라, source 파일을 다운받고 실행시켜서 그렇다.

 

카프카를 다운받을 때는 kafka.apache.org/downloads 에서 binary 파일을 다운받도록 하자.

 

 


참고

stackoverflow.com/questions/34081336/classpath-is-empty-please-build-the-project-first

 

classpath is empty. please build the project first

I was trying to run Kafka on Windows machine and when I try to start the zookeeper I am facing this weird error: classpath is empty. please build the project first e.g. by running 'gradlew jarall'

stackoverflow.com

 

댓글