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…
一.概述 1.说明 笔者已经写了一篇Linux下STM32开发环境的搭建 ,这两篇文章的最区别在于开发环境所处的系统平台不一样,而其实这个区别对于开发环境的搭建其实影响不大,制作局部上的操作上发生了改变.鉴于此,本文没有必要对windows下搭建STM32开发环境的详细过程进行阐述,读者可以结合Linux下STM32开发环境的搭建和本文进行windows下STM32开发环境的搭建. 2.开发环境描述 硬件开发板:野火STM32开发板 Cortex-M3型号:STM32F103VET6 下载器与调…
一.eclipse安装位置和存放文件位置 eclipse安装位置:D:\ProgramFile\eclipse存放文件:D:\mydep 二.下载插件 这里下载的是PropertiesEditor解压到D:\mydep下D:\mydep\PropertiesEditor在PropertiesEditor,新建立eclipse目录并在eclipse目录下建立features和plugins如果解压后直接有features和plugins,请直接复制 三.建立links文件夹和.link文件 在ec…
一.link方式安装eclipse的一款插件:maven     (附:若不熟悉link方式,则进入此处:link方式安装eclipse插件) 其间,只弹出警告,大概意思是:部分内容,未经授权,谨慎使用. 安装完成后重启 eclipse,点击window——preference. 发现没有 maven 项,也搜索不到. 确定安装失败. 查看当前选定的工作空间——.metadata——.log文件. 找到最近时间内的日志,报错,原因是需要jdk1.6或1.7. 将java的环境变量设为1.6,同时…
今天需要给eclipse安装svn插件,觉得link方式便于管理于是就打算用这种方式来安装. 我电脑上的eclipse的安装目录是   E:\tools\eclipse   下面开始安装 1.在eclipse的安装目录eclipse中新建2个文件夹一般是myplugins和links E:\tools\eclipse\MYplugins       E:\tools\eclipse\links 2.在MYplugins文件夹中新建一个文件夹命名为你需安装的插件名称我的是subclipse E:\…
1.1. What is debugging? Debugging allows you to run a program interactively while watching the source code and the variables during the execution. A breakpoint in the source code specifies where the execution of the program should stop during debuggi…
转自别人的文章(http://www.cnblogs.com/emouse/archive/2013/06/07/3124063.html),一些看不清楚的图片替换了一下. In this blog  entry the setup of  a cross-compiling development environment for the Raspberry Pi will be demonstrated. This will include the Official Raspbian (arm…
版权声明:本文为博主原创文章,未经博主允许不得转载. 1.下载eclipse需要的运行环境,JDK/JRE. 在http://wiki.eclipse.org/Eclipse/Installation中,找到最新的eclipse版本需要的Java 版本,然后去相应网站下载JAVA.这里我用的是Eclipse 4.5(Mars),它需要JAVA 7. 2.下载eclipse 在eclipse的官网下载 Eclipse IDE for C/C++ Developers 3.下载bleeding-ed…
第一次看到是Optimizer for Eclipse是在InfoQ 然后使用了一下,发现不错啊,我的好几年的破本都能比较快的启动Eclipse了 好了,废话不说了,来介绍一下Optimizer for Eclipse Optimizer for Eclipse 介绍 官网: http://zeroturnaround.com/free/optimizer-for-eclipse/ 顾名思义,Optimizer for Eclipse 这个插件主要是解决 Eclipse 性能优化问题,尤其是加速…
ylbtech-Tool-Java:Eclipse Eclipse 是一个开放源代码的.基于Java的可扩展开发平台.就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境.幸运的是,Eclipse 附带了一个标准的插件集,包括Java开发工具(Java Development Kit,JDK). 1.返回顶部 1. 基本含义 虽然大多数用户很乐于将 Eclipse 当作 Java 集成开发环境(IDE)来使用,但 Eclipse 的目标却不仅限于此.Eclipse 还包括插件开发…