Lucasnonime
Lucasnonime

Reputation: 11

Eclipse wont launch after i upgraded java

I just decided to try JavaFX and to do it i upgraded Java to Java 11 and set my default jre to jre11. I changed Path variables and now eclipse dont launch, it just throws an error and send me to the log file. The log file says that my Home variable is not defined but when in do "echo %HOME%" it show me the path to my jdk11.. Also scene builder can launch, just eclipse that cannot.. Here is my log file: https://pastebin.com/Z7rVkX4r Thanks

Upvotes: 0

Views: 61

Answers (1)

Antoniossss
Antoniossss

Reputation: 32517

You must run it using JDK not JRE.

Upvotes: 1

Related Questions