incubator-streampark
incubator-streampark copied to clipboard
[Improve] Project compilation failure related issues improvement
Search before asking
- [X] I had searched in the feature and found no similar feature requirement.
Description
then Execute build.sh to compile the project, finally failed.
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hi @wolfboys , I want to find out the problem, pls assign to me.
Hi @wolfboys , I want to find out the problem, pls assign to me.
done
Because of local machine's JAVA_HOME
was setted with JRE
's path , so build with maven wrapper
occurs the error with message No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
.
fixed