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
osgi.bundle/org.eclipse.wst.common.snippets/0.0.0
Add this update site:
http://download.eclipse.org/releases/ganymede/
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.
You've broken something in your subversion struggles. I don't think Eclipse will allow you to install something else if you don't fix this first. I have no idea how to fix it other than starting again with a clean ~/.eclipse.
Andrew
On 08/28/2009 10:37 AM, Andrew Overholt wrote:
osgi.bundle/org.eclipse.wst.common.snippets/0.0.0
Add this update site:
http://download.eclipse.org/releases/ganymede/
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.
You've broken something in your subversion struggles. I don't think Eclipse will allow you to install something else if you don't fix this first. I have no idea how to fix it other than starting again with a clean ~/.eclipse.
Andrew
Thanks for the URL! Hope this works out!
As for subclipse v1.4x, I have installed it, tested it, am able to use subversion repository - all of that - there was no problem or errors in installing subclipse v1.4x.
The "barf" only appeared when I attempted to install JavaFX. Must be an "artefact" of something else, dunno ;)
So far, I am happy as a clam.... for now!
Dan
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:
osgi.bundle/org.eclipse.wst.common.snippets
So does that mean I need the WST components?
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@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
* Daniel B. Thurman dant@cdkkt.com [2009-08-28 14:48]:
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."
Try adding the JARs with Project -> Build Path -> Configure Build Path... Libraries, Add External JARs.
This is about all I can offer, though, as I have never used JavaFX. Upstream JavaFX may be able to help.
Good luck,
Andrew
java-devel@lists.fedoraproject.org