You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
Requirement - what kind of business use case are you trying to solve?
use for POC test instrument Java application
Problem - what in Jaeger blocks you from solving the requirement?
failed to compile in source code in Java 1.6 env
]# ./gradlew
FAILURE: Build failed with an exception.
What went wrong:
Gradle 5.4.1 requires Java 8 or later to run. You are currently using Java 6.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
jaeger-client-java]# echo $JAVA_HOME
/data/java/current/jre
jaeger-client-java]# $JAVA_HOME/bin/java -version
java version "1.6.0_211"
Java(TM) SE Runtime Environment (build 1.6.0_211-b11)
Java HotSpot(TM) 64-Bit Server VM (build 20.211-b11, mixed mode)
Proposal - what do you suggest to solve the problem or improve the existing situation?
Any open questions to address
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
use for POC test instrument Java application
Problem - what in Jaeger blocks you from solving the requirement?
failed to compile in source code in Java 1.6 env
]# ./gradlew
FAILURE: Build failed with an exception.
What went wrong:
Gradle 5.4.1 requires Java 8 or later to run. You are currently using Java 6.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
jaeger-client-java]# echo $JAVA_HOME
/data/java/current/jre
jaeger-client-java]# $JAVA_HOME/bin/java -version
java version "1.6.0_211"
Java(TM) SE Runtime Environment (build 1.6.0_211-b11)
Java HotSpot(TM) 64-Bit Server VM (build 20.211-b11, mixed mode)
Proposal - what do you suggest to solve the problem or improve the existing situation?
Any open questions to address
The text was updated successfully, but these errors were encountered: