Eclipse Mars 没有显示 Jboss 服务器
这是我尝试过的事情
- 在 Eclipse Mars 中转到帮助-> 安装新软件
- 单击添加按钮并粘贴更新站点的 URL,在我们的例子中:
Here is the things I tried
- In Eclipse Mars go to Help-> Install New Software
- Click on add button and paste the URL of the update site which is in our case: Eclipse Mars tools for Jboss
- Now select the JBossAS Tools plugin and Click "Next"
EDIT :-
Even after doing above points i am not able to see the Jboss server in eclipse mars so i tried below
Go to eclipse market place - > search for Jboss -> Then from List Red Hat Jboss Developer Studio(Mars) 9.0->Confirm
Even now i am not able to see Jboss server in the eclipse add server list so not able to run my application in Jboss server .
Can any one tell me what can be the issue why Jboss server not listed in the server List?
EDIT 1 :-
解决方案You need Java 8 to run Eclipse with JBoss Tools 4.3.0.Beta1 even if you don't build and deploy with this version of Java (ie, you can still build and deploy on Java 6 or 7). See http://tools.jboss.org/blog/2015-06-23-beta1-for-mars.html#java-8-to-run-eclipse-older-runtimes-ok-for-builds-deployment
相关文章