|
| ||
Unsupported Java Detected -61.0-. Only Up To Java 14 Is Supported PageOpen your terminal or command prompt and type: java -version If you see anything like java 17.x.x or higher, this confirms why you are seeing the "61.0" error. 2. Install a Supported JDK (Java 14) If you must run this app on a server with Java 17 as the system default, isolate it in Docker. Open your terminal or command prompt and type: Change 14 to 17 . Then recompile. Also check for --release 14 flags. Open your terminal or command prompt and type: : By default, it will be in C:\Program Files\Java\jdk-17 on Windows or /Library/Java/JavaVirtualMachines/ on macOS. Step 2: Point Your Application to the New Java Path Open your terminal or command prompt and type: |