How to delete the eclipse plugin.】的更多相关文章

click  Help-->installation Details 2. choose the plugin that you want to delete.Then click uninstall: click the finish button to finish uninstall: ================================================================================ other way to delete th…
欢迎关注我的社交账号: 博客园地址: http://www.cnblogs.com/jiangxinnju/p/4781259.html GitHub地址: https://github.com/jiangxincode 知乎地址: https://www.zhihu.com/people/jiangxinnju Origin Article: Peer Code Reviews Made Easy with Eclipse Plug-In Origin Author: John Ferguso…
Windows平台上使用ANT编译Hadoop Eclipse Plugin 一.准备工作:   1.安装JDK 下载页面:http://www.oracle.com/technetwork/java/javase/downloads/index.html JDK6,JDK7都可以.这里以jdk-7u40-windows-x64.exe为例.   安装完成后要设置环境变量. 在Path变量的变量值后添加:[;C:\Program Files\Java\jdk1.7.0_40\bin](JDK安装…
按照Eclipse Help->Install new software->....(这里是官方安装文档:http://code.google.com/intl/zh-CN/eclipse/docs/install-eclipse-3.6.html) 的方法安装失败,界面始终显示Pedding状态,很长时间都没反映,无奈之下,去google了一下,终于找到了离线安装包的下载地址: http://dl.google.com/eclipse/plugin/3.6/zips/gpe-e36-late…
Installing the Eclipse Plugin Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin provides a powerful, integrated environment in which to develop Android apps. It extends the capabilities of Eclipse…
以下资料是本人在开发Eclipse 插件时候收集的一些比较有用的资料Link,和大家分享下. 比较权威的资料: Helpful Eclipse Plugin Websites: Eclipse Articles: http://www.eclipse.org/articles/ Java SWT/JFace Code Sample: http://www.java2s.com/http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/CatalogSWT…
Eclipse plugin web site 发布和版本更新 在eclipse插件开发过程中免不了要发布1.0, 1.1, 1.2…….等等,随着版本的递增,假如每次都发布一个插件zip包,那使用者就想骂街了,每次都要先uninstall,然后install,中间还要两次eclipse的重启. 一般第三方插件会有2中形式共developer使用,一种是发布zip包,另一种是发布一个web site,eclipse对web site的支持相当好.Install时只需copy插件资源的URL(插件…
当我们的插件在完成一个阶段性开发的时候,我们要发布一个1.0的版本.这个时候会碰到一个问题.如何把我们的插件打成包?有多种途径,下面具体讨论一下. 首先从插件完成到被他人(或者我们自己)使用有两个步骤,导出 –> 包 –> 安装.不同的导出方式对应着不同安装方法. 谷歌,百度一堆苦逼搜索之后发现各种零零散散的方式,再一看时间都是08年,09年,目前对于eclipse plugin的资料的确比较匮乏.这几年几乎就没有关于eclipse plugin的书出版.       好吧,寻寻觅觅苦逼找了几…
源:How to setup Eclipse with WinAVR and the Eclipse plugin AVR-eclipse Arduino development with Eclipse – A step by step tutorial to the basic setup 中文参考: Arduino的Eclispe开发环境的搭建(完整教程) Windows下使用Eclipse开发Arduino程序 重要提示: Eclipse 只支持Arduino IDE 1.0.x 版,其…
Quicklinks If you already know what are the features of the new plug-in and just want to know how to install/use it, you can directly skip to: J-Link install J-Link plug-in usage Why a new plug-in? Until now, debugging with the J-Link probe in Eclips…
I make Eclipse Plugins and I sell them to developers using Eclipse. Most of the visitors to my web site are not Eclipse experts. One of my key challenges is getting them to successfully install and try my software. It sounds simple, but Eclipse plugi…
一.准备工作:   1.安装JDK 下载页面:http://www.oracle.com/technetwork/java/javase/downloads/index.html JDK6,JDK7都可以.这里以jdk-7u40-windows-x64.exe为例.   安装完成后要设置环境变量. 在Path变量的变量值后添加:[;C:\Program Files\Java\jdk1.7.0_40\bin](JDK安装目录下的bin目录,注意半角分号)   添加JAVA_HOME变量,变量值为[…
这一篇就简单说下一个hello world插件工程创建过程. 1.创建一个Plug-in Project     2.填写project name     3.第二个确认框勾上,然后直接下一步     4.选择Hello,World的模版,直接finish     5.选中创建好的工程,右键如下操作     6.在新打开的Eclipse我们会发现多了个菜单栏和工具栏按钮   7.点击图标,会弹出下面窗口     这就是一个简单helloworld工程,可以看下模版生成的代码.  …
org.eclipse.ui.console 转自:http://blog.csdn.net/rujielaisusan/article/details/4505188 首先这里主要用到的是org.eclipse.ui.console这个包,所以现在顺道先来了解一下: org.eclipse.ui.console是一个可扩展的console视图插件,利用它可以实现各种console,并把它们显示出来.该插件本身就实现了一个Message Console,对于只需要进行消息输出的RCP应用来说,其…
Eclipse 官网下载向导 下载 下载的安装文件放到~/setupEnv,将安装到/opt目录下 cd ~/setupEnv sudo tar zxvf eclipse-java-kepler-SR1-linux-gtk.tar.gz -C /opt 复制hadoop2.2.0的eclipse插件到eclipse的plugin文件夹中 .jar .jar /opt/eclipse/plugins File-New Project-Map/Reduce Project指定hadoop的安装目录最…
Eclipse的每一个plugin都有属于自己的类加载器,这是OSGI架构的基础,每一个plugin项目都是一个bundle,独立运行在各自的运行环境里面,这就造成了开发时和运行时的不同. Eclipse插件开发,切记不要随便引入别的plugin工程到自己的classPath中,正确的做法应该是引用插件依赖.下面就分几种情况来讲一下这个Eclipse插件项目运行时报错:NoClassDefFoundError. 首先引用http://www.blogjava.net/Jeffery001/arc…
org.eclipse.ui.menus locationURI MenuContribution locationURI = "[Scheme]:[id]?[argument-list]" 1.menu or toolbar 2. problem view popup:org.eclipse.ui.views.ProblemView?after= org.eclipse.ui.main.menu?after= org.eclipse.search.menu?dialogGroup o…
感谢作者的分享: http://blog.csdn.net/wiker_yong/article/details/10066905 以及作者的破解jar.目前看网站留言说已经git了. 官网链接地址: http://marketplace.eclipse.org/content/http4e-http-and-rest-client-eclipse git的连接: https://github.com/nextinterfaces/http4e -------------------------…
http://developer.android.com/sdk/installing/installing-adt.html   Download the ADT Plugin Start Eclipse, then select Help > Install New Software. Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin"…
固定类型的软件写多了,里面总是有一些复制粘贴改变类名改变量的基础文件,相似程度非常高.作为一名程序员,坚持不多写一行重复代码的精神,写了一个Eclipse的代码生成器插件.插件通过在xml文件中配置的变量信息及模版位置.目标文件位置信息,直接生成目标文件,减少了大量的重复工作. 1.建立一个plug-in with a popup menu工程,引入freemarker.jar,配置popup menu的对应文件扩展名为.coding.xml 2.先写核心的文档生成代码,保证使用main函数可调…
Plug-in Startup !SESSION 2013-09-02 16:28:29.546 -----------------------------------------------eclipse.buildId=I20120608-1400java.version=1.7.0_01java.vendor=Oracle CorporationBootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CNFramework arg…
本文转载:https://my.oschina.net/drjones/blog/280337 引言 本文不是快速入门的文章,只面向有一定基础的开发人员,至少看这篇文章之前你应该了解什么是Eclipse,什么是RCP,什么是Plugin,什么是架构,什么是软件框架等等概念.否则的话这篇文章也帮不了你什么.另外,本人对RCP的理解也是处于一知半解的程度,如有错误还请指出. Eclipse是一种面向开发人员的编程环境(IDE),同时它也是一个很好的平台,它提供了一种架构,或者说一种软件框架,可以让开…
最近在看Apache Apollo 代码,其中有很多scala代码,没办法需要安装一个scala插件. 我试过zip 安装,直接下载的update-site.zip 不能直接安装到位.我又特别懒,不想复制文件夹. 所以我是通过help->install new software 安装.add 输入网址: 网址的连接从这里(官网)来(不要去看人家的blog ,特别是中文blog 都过时了): http://scala-ide.org/download/current.html 直接复制淡绿色背景网…
  一.hadoop集群环境配置 参考我的前一篇文章(ubuntu + hadoop2.5.2分布式环境配置 http://www.cnblogs.com/huligong1234/p/4136331.html)  我是在自己的Linux上编译了一一下, centos 64位 编译环境: 二.windows基础环境准备 windows7(x64),jdk,ant,eclipse,hadoop 1.jdk环境配置 jdk-6u26-windows-i586.exe安装后好后配置相关JAVA_HOM…
Installation Requirements: Eclipse 4.5 (Mars) or later. Java VM version 8 or later. Gocode and Go oracle. Instructions: Use your existing Eclipse, or download a new Eclipse package from http://www.eclipse.org/downloads/. For an Eclipse package withou…
在eclipse.ini配置文件最后加上:-Djava.net.preferIPv4Stack=true 其他类似…
一.hadoop集群环境配置  参见:<Hadoop2.6集群环境搭建(HDFS HA+YARN)原来4G内存也能任性一次.> Win7环境: 登录用户名:hadoop , 与Hadoop集群中的Linux环境用户统一. a.在SY-0130节点上修改hdfs-site.xml加上以下内容 ,并同步修改到其他节点.<property> <name>dfs.permissions</name> <value>false</value> …
[一].环境参数 eclipse-java-kepler-SR2-linux-gtk-x86_64.tar.gz //现在改为eclipse-jee-kepler-SR2-linux-gtk-x86_64.tar.gz Hadoop1.0.3 Java 1.8.0 Ubuntu 12.04  64bit [二].安装配置 1.复制生成的 hadoop-eclipse-plugin-1.0.3.jar 到 eclipse/plugins 路径下,重启eclipse即可. 2.在eclipse菜单依…
由于近期,信息安全部在搞代码优化工作.所以,配合上边的工作需求,使用sonar对代码进行优化检测.在Eclipse上装Sonar很简单,只要在Eclipse Marketplace上面搜索“Sonar”关键字,点击第一个插件安装即可. 重启,接下来对需要检测的项目进行下一步工作.如果是普通java项目的话,需要将此项目变成Maven项目,然后update project.update完之后,右击项目,选择SonarQube-->Analyze.之后等检测完之后需要优化的错误项就会一一出现在项目代…
来自:http://heipark.iteye.com/blog/1171923 通过 "conf.set("tmpjars", jars);" 可以设置第三方jar,之前一直只是添加一个jar,运行OK,今天打算添加多个jar的时候发现mapreduce在运行时找不到 class(ClassNotFoundException),跟踪代码发现jar文件的确上传到了HDFS中,所以甚是无解,后来上传jar到 hdfs,然后使用DistributedCache.addF…