2016-04-19 7 views
0

Ich versuche, Jboss auf Eclipse Luna zu installieren. Ich habe Jboss Tool installiert, aber wenn ich versuche, einen Server zu definieren, ist die Jboss-Option nicht vorhanden. Nach dem Klicken auf herunterladbare Server-Adapter wählte ich Jboss AS WildFly & EAP-Server-Tools. Aber es ist nicht in der Lage die Adapter mit folgenden Fehlern zum Download:JBoss-Server kann nicht auf Eclipse Luna installiert werden

Cannot complete the install because of a conflicting dependency. 
    Software being installed: JBoss AS, WildFly & EAP Server Tools 3.1.1.Final-v20160409-0826-B118 (org.jboss.ide.eclipse.as.feature.feature.group 3.1.1.Final-v20160409-0826-B118) 
    Software currently installed: Eclipse IDE for Java EE Developers 4.4.1.20150109-0740 (epp.package.jee 4.4.1.20150109-0740) 
    Only one of the following can be installed at once: 
    Console 3.6.100.v20150822-1912 (org.eclipse.ui.console 3.6.100.v20150822-1912) 
    Console 3.5.300.v20140424-1437 (org.eclipse.ui.console 3.5.300.v20140424-1437) 
    Cannot satisfy dependency: 
    From: Eclipse IDE for Java EE Developers 4.4.1.20150109-0740 (epp.package.jee 4.4.1.20150109-0740) 
    To: org.eclipse.epp.package.jee.feature.feature.group [4.4.1.20150109-0740] 
    Cannot satisfy dependency: 
    From: EPP Java EE IDE Feature 4.4.1.20150109-0740 (org.eclipse.epp.package.jee.feature.feature.group 4.4.1.20150109-0740) 
    To: org.eclipse.platform.feature.group [4.4.0.v20140925-0400] 
    Cannot satisfy dependency: 
    From: Eclipse Platform 4.4.0.v20140925-0400 (org.eclipse.platform.feature.group 4.4.0.v20140925-0400) 
    To: org.eclipse.ui.console [3.5.300.v20140424-1437] 
    Cannot satisfy dependency: 
    From: JBoss AS, WildFly & EAP Server Tools 3.1.1.Final-v20160409-0826-B118 (org.jboss.ide.eclipse.as.feature.feature.group 3.1.1.Final-v20160409-0826-B118) 
    To: org.jboss.tools.as.runtimes.integration [3.1.1.Final-v20160409-0826-B118] 
    Cannot satisfy dependency: 
    From: JBoss Server Adapter UI Framework 3.1.1.Final-v20160409-0826-B118 (org.jboss.ide.eclipse.as.wtp.ui 3.1.1.Final-v20160409-0826-B118) 
    To: bundle org.eclipse.ui.console 3.6.0 
    Cannot satisfy dependency: 
    From: JBoss AS, WildFly & EAP Server Tools - Runtimes Integration 3.1.1.Final-v20160409-0826-B118 (org.jboss.tools.as.runtimes.integration 3.1.1.Final-v20160409-0826-B118) 
    To: bundle org.jboss.ide.eclipse.as.wtp.ui 3.0.0 

Antwort

1

deinstalliert ich die Jboss-Tool Plug-in und installierte Verwenden Sie die neue Software installieren (URL eingeben) statt Eclipse-Marktplatz.

Obwohl dies nicht die ideale Antwort ist aber atleast konnte ich mit der Arbeit beginnen

0

org.eclipse.ui.console 3.6.100.v20150822-1912 Teil von Eclipse Mars ist so diese wie dieser Code sieht erfordert Eclipse-4.5

+0

Also sollte ich versuchen, frühere Version von Jboss-Tools zu installieren? – JavaQuest