Unable to start server using ./gradlew serverRun #12689
-
Hello,
I am trying to start the server via ./gradlew serverRun.But I am encountering an error -
FAILURE: Build failed with an exception. Steps to reproduce Can anyone suggest an way out? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@Afreen97 May I ask what's your JDK version? You can check via this command in your terminal at anywhere |
Beta Was this translation helpful? Give feedback.
-
@domlimm I had jdk 1.8 installed.I went through the documentation and I am now using jdk 11.Now it is working fine.Thanks for help! |
Beta Was this translation helpful? Give feedback.
@Afreen97 May I ask what's your JDK version? You can check via this command in your terminal at anywhere
java --version
.