zoukankan      html  css  js  c++  java
  • Eclipse中不显示Ant,如何操作

    标准的Eclipse一般都是内置集成了Ant的。

    然后到eclipse的plugins目录下查看了,其实是有安装ant插件的,但是没有在界面体现出来。

    要让Eclipse在界面显示Ant的相关配置,可在命令行下作如下操作:

    在windows中:

    $ cd <your eclipse install folder>
    $ eclipse -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/juno -installIU org.eclipse.ant.ui

    在Linux中:

     $ cd <your eclipse install folder>
     $ ./eclipse -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/juno -installIU org.eclipse.ant.ui

    运行完成后,启动eclipse, 此是时发现ant能正常在菜单中显示出来了。


  • 相关阅读:
    模板
    总结
    关于log方线段树
    [ICPC2014 WF]Sensor Network
    背包问题总结
    NOIP2020微信步数
    NOIP2020移球游戏
    CF643D Bearish Fanpages
    CF685C Optimal Point
    论恋爱对学习的促进作用
  • 原文地址:https://www.cnblogs.com/ZSS-Android/p/4838358.html
Copyright © 2011-2022 走看看