yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 404 forks source link

Katacoda - Java - Lesson 1: JAVA_HOME is not defined correctly #70

Closed maiermic closed 4 years ago

maiermic commented 4 years ago

I tried OpenTracing Tutorial - Lesson 1 on Katacoda, but I get an error in step 1

$ ./run.sh lesson01.exercise.Hello Bryan
Error: JAVA_HOME is not defined correctly.
  We cannot execute /usr/lib/jvm/java-11-openjdk-amd64/bin/java
yurishkuro commented 4 years ago

I don't know where the origin of Katacoda tutorials is located (perhaps https://github.com/katacoda-scenarios/opentracing-scenarios), but it's not here, they are only "based" on these tutorials.

maiermic commented 4 years ago

Thank you for pointing me in the right direction :blush: