简体   繁体   English

Eclipse Mars没有显示Jboss Server

[英]Eclipse Mars not showing Jboss Server

Here is the things I tried 这是我尝试过的东西

  1. In Eclipse Mars go to Help-> Install New Software 在Eclipse Mars中,转到Help-> Install New Software
  2. Click on add button and paste the URL of the update site which is in our case: Eclipse Mars tools for Jboss 单击“添加”按钮并粘贴更新站点的URL,这是我们的案例: 用于Jboss的Eclipse Mars工具
  3. Now select the JBossAS Tools plugin and Click "Next" 现在选择JBossAS Tools插件并单击“下一步”

EDIT :- 编辑: -

Even after doing above points i am not able to see the Jboss server in eclipse mars so i tried below 即使在做了以上几点之后,我也无法在日食火星中看到Jboss服务器,所以我在下面尝试过

Go to eclipse market place - > search for Jboss -> Then from List Red Hat Jboss Developer Studio(Mars) 9.0->Confirm 去eclipse市场 - >搜索Jboss - >然后从List Red Hat Jboss Developer Studio(Mars)9.0->确认

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 . 即使是现在我也无法在eclipse添加服务器列表中看到Jboss服务器,因此无法在Jboss服务器中运行我的应用程序。

Can any one tell me what can be the issue why Jboss server not listed in the server List? 任何人都可以告诉我为什么Jboss服务器没有列在服务器列表中的问题是什么?

在此输入图像描述

EDIT 1 :- 编辑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). 即使您没有使用此版本的Java构建和部署Java(即,您仍然可以在Java 6或7上构建和部署),您需要Java 8来使用JBoss Tools 4.3.0.Beta1运行Eclipse。 See http://tools.jboss.org/blog/2015-06-23-beta1-for-mars.html#java-8-to-run-eclipse-older-runtimes-ok-for-builds-deployment http://tools.jboss.org/blog/2015-06-23-beta1-for-mars.html#java-8-to-run-eclipse-older-runtimes-ok-for-builds-deployment

Are you running with Java 8 ? 你在运行Java 8吗? JBoss Tools/Developer Studio Beta on Mars requires Java 8. Mars上的JBoss Tools / Developer Studio Beta需要Java 8。

You can use it to develop against older versions of Java just fine though. 您可以使用它来开发旧版本的Java,但这很好。

I had same problem,I solved it by doing the following 我遇到了同样的问题,我通过以下方式解决了这个问题

You can install runtimes into Eclipse by selecting Window → Preferences menu and then selecting Server → Runtime Environments from the categories available on the left. 您可以通过选择Window→Preferences菜单,然后从左侧可用的类别中选择Server→Runtime Environments,将运行时安装到Eclipse中。

After that jboss appear in the server view 之后,jboss出现在服务器视图中

This is b/c eclipse mars installation process goes through installer which will pick the JRE which is installed that time(in my case that was 1.7) and the JBoss need java 1.8 for proper installation b/c of that every time when u start eclipse it shows that some files are not install for jBoss…After eclipse installation if you change the JRE environment it will not change for JBOSS installion…. 这是b / c eclipse火星安装过程通过安装程序,它将选择当时安装的JRE(在我的情况下为1.7),并且每当你启动eclipse时JBoss需要java 1.8才能正确安装b / c它表明有些文件不是为jBoss安装的......如果改变了JRE环境,安装eclipse之后它就不会因JBOSS安装而改变.... For me ; 为了我 ; i removed JDk1.7 from Application/Java/VirtualMachineEmviroment(JDK1.8 should remain intact) and Re-run eclipse installer. 我从Application / Java / VirtualMachineEmviroment中移除了JDk1.7(JDK1.8应该保持不变)并重新运行eclipse安装程序。 Now install again Jboss tools form eclipse market…This time for new server configuration , there will be Jboss Community folder... 现在再次安装Jboss工具形成eclipse市场......这次对于新服务器配置,会有Jboss社区文件夹...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM