Jeff Storey
Jeff Storey

Reputation: 57192

JavaFX JDK not found

I'm trying to install JavaFX for the first time and it says that version 1.6.0 or higher is required but none found. Also when I load a JavaFX app in firefox or chrome it says it can't find Java. This is strange since I have 1.6.0_07-b06 installed and I actively use it for development.

Is there a certain place JavaFX looks? Is this a bug?

thanks,

Jeff

Upvotes: 1

Views: 865

Answers (2)

Eric Wendelin
Eric Wendelin

Reputation: 44349

I believe Sun recommends Java versions later than Java 6 update 10 for JavaFX as it takes advantage of the new applet re-working and various other bits. Try upgrading.

Let me know if that doesn't fix your problem.

Upvotes: 1

Sabeen Malik
Sabeen Malik

Reputation: 10880

are u on windows? if so make sure the environment variable > PATH includes the path to the latest java instead of some old one

Upvotes: 0

Related Questions