nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

JavaFx library incompatible, cannot open jar file #595

Open amitha2210 opened 3 hours ago

amitha2210 commented 3 hours ago

I'm using MacOS, and my Java version says "openjdk version "17.0.12" 2024-07-16". When I am trying to open the jar file of my teams' product, I am getting the errors as shown below. Does anyone know how to fix this? Thank you!

Screenshot 2024-10-31 at 5 25 38 PM
tata32000 commented 3 hours ago

What is the version of your Java runtime?

This should be the output when you run java —version:


openjdk 17.0.11 2024-04-16 LTS
OpenJDK Runtime Environment Zulu17.50+19-CA (build 17.0.11+9-LTS)
OpenJDK 64-Bit Server VM Zulu17.50+19-CA (build 17.0.11+9-LTS, mixed mode, sharing)```