[fedora-java] Unable to get JavaFX to install

Daniel B. Thurman dant at cdkkt.com
Fri Aug 28 18:47:43 UTC 2009


On 08/28/2009 10:32 AM, Daniel B. Thurman wrote:
>
> I am trying to get JavaX installed on F11-Eclipse.  Seems
> that I am missing some required components and need
> some directions:
>
> Added: http://javafx.com/downloads/eclipse-plugin/
> Checked-boxed it, and attemted install results:
> =====================================
> Cannot complete the request.  See the details.
> Unsatisfied dependency: [com.sun.javafx.eclipse.editor 
> 1.2.0.200905280115] requiredCapability: 
> osgi.bundle/org.eclipse.wst.common.snippets/0.0.0
> Cannot find a solution where both "bundle 
> org.tigris.subversion.clientadapter [1.5.1,1.6.0)" and "bundle 
> org.tigris.subversion.clientadapter [1.6.0,1.7.0)" are satisfied.
> Cannot find a solution where both "bundle 
> org.tigris.subversion.clientadapter [1.5.1,1.6.0)" and "bundle 
> org.tigris.subversion.clientadapter [1.6.0,1.7.0)" are satisfied.
> Cannot find a solution where both "bundle 
> org.tigris.subversion.clientadapter [1.5.1,1.6.0)" and "bundle 
> org.tigris.subversion.clientadapter [1.6.0,1.7.0)" are satisfied.
> Unsatisfied dependency: [com.sun.javafx.eclipse.feature.feature.group 
> 1.2.0.200905280115] requiredCapability: 
> org.eclipse.equinox.p2.iu/com.sun.javafx.eclipse.editor/[1.2.0.200905280115,1.2.0.200905280115] 
>
> Unsatisfied dependency: [com.sun.javafx.eclipse.editor 
> 1.2.0.200905280115] requiredCapability: 
> osgi.bundle/org.eclipse.wst.common.snippets/0.0.0
> Unsatisfied dependency: [org.tigris.subversion.subclipse.core 1.6.0] 
> requiredCapability: 
> osgi.bundle/org.tigris.subversion.clientadapter/[1.6.0,1.7.0)
> =====================================
>
> What do I need to do/install to resolve:
>
> 1) osgi.bundle/org.eclipse.wst.common.snippets
>
>     So does that mean I need the WST components?
>
> 2) osgi.bundle/org.tigris.subversion.clientadapter
>
>     Is this related to subclipse v1.6x?  I removed all of the
>     subclipse 1.6x from the install list and it still keeps cropping
>     up, why is that?  In any case, subclipse v1.4.x is working
>     with F11-Eclipse just fine and does not seem to cause any
>     problems, so is it safe to ignore this "error"?
>
> Thanks!
> Dan
>
> -- 
> fedora-devel-java-list mailing list
> fedora-devel-java-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-devel-java-list

OK!  Now I have JavaFX installed!  Super!!!

Now, I have a new problem and hope someone can tell
me how to resolve another problem?

I have downloaded and installed JavaFX to /opt/javafx-sdk1.2,
and when I installed the JavaFX Eclipse plugin, it tells
me that I have to set the JAVA_HOME classpath.

I followed many references from the Internet that
says the value of JAVAFX_HOME should be set to
where JavaFX is installed, IE to /opt/javafx-sdk1.2.

Is this right?

Well, the problem is, that my application is not resolving
the imports, IE:

import javax.media.*;
import javax.media.control.*;
import javax.media.format.*;
import javax.media.protocol.*;

The error says:

"The import javax media cannot be resolved."

I did right-click on the project application, and selected
menu item: JavaFX->Add JavaFX Nature, but that
does not seem to work in resolving the imports.

Anyone know what I need to do to get this to work?

Thanks!
Dan




More information about the fedora-devel-java-list mailing list