vote up 1 vote down star

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

flag

78% accept rate

2 Answers

vote up 1 vote down check

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.

link|flag
will do. they do recommend that but said it should work with update 7 or later. I didn't want to update since it's on my work PC, but I will try. thanks. – Jeff Storey Oct 5 at 21:29
I updated and it worked. Seems bad that a user would need that recent of a Java version for JavaFX to work. – Jeff Storey Oct 6 at 1:48
From what I gather it completely depends on what features the JavaFX app is trying to use from the platform. I have seen apps that work on Java 5 even but it just seems safest to go with the most recent version. Glad it worked out for you. – Eric Wendelin Oct 6 at 3:19
vote up 0 vote down

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

link|flag
I am on Windows but it is in the path. – Jeff Storey Oct 3 at 21:44
just make sure that it is the only reference to java in the path , cause sometimes u will have 2 paths to java in there and it would cause problems – Sabeen Malik Oct 3 at 21:46
when u type java -version on command line what do u get? – Sabeen Malik Oct 3 at 21:47
I understand how the path works. I get version 1.6.0_07-b06. – Jeff Storey Oct 3 at 22:47
if u have the path right and also have the JAVA_HOME etc setup then i am out of ideas .. best of luck with it. – Sabeen Malik Oct 3 at 23:13
show 3 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.