eclipse 搭建salesforce开发环境

  1. Launch Eclipse and click Help > Install New Software....

  2. Click Add....
  3. In the Add Repository dialog, set the Name to "Force.com IDE" and the
    Location to "http://media.developerforce.com/force-ide/eclipse42" and click
    OK. (Use the same URL for Eclipse 4.3.)

  4. Eclipse downloads the list of available plugins and displays them in the Available Software dialog.
  5. Check the box next to the Force.com IDE plugin and click Next.

  6. In the Install Details dialog, click Next.
  7. In the Review Licenses dialog, accept the terms and click
    Finish
    .
  8. Eclipse downloads and installs the Force.com IDE and any required dependencies. When installation is complete, you will be prompted to restart. Click
    Yes.
  9. When Eclipse restarts, select Window > Open Perspective > Other, select
    Force.com and click OK.

You are now ready to develop and customize Force.com applications in Eclipse!

Note: When you create a new project, you might be prompted about a new master password. This is a separate password of your choosing required by Eclipse secure storage, and is not associated with your Force.com IDE credentials. For details on Eclipse secure
storage, see the Eclipse Workbench User Guide.

时间: 2024-10-14 20:53:16

eclipse 搭建salesforce开发环境的相关文章

Eclipse搭建Android开发环境时adb.exe程序无法执行

问题描述:执行Android应用程序时报错 错误信息如下: The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.Please ensure that adb is correctly located at 'D:\adt-bundle-windows-64\sdk\platform-tools\adb.exe' and can be executed. 首先先

如何用myeclipse和eclipse搭建安卓开发环境

搭建安卓开发环境 1.        下载android开发必备工具之JAVA JDK: :http://www.java.net/download/jdk6/6u10/promoted/b32/binaries/jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe 下载JDK1.6,进行安装 2.        右键我的电脑>属性>高级>环境变量, 查看PATH中是否有D:\JDK\bin;如果没有必须在PATH的开头添加D:\JDK\

Jdk1.7+eclipse搭建Java开发环境

Jdk1.7+eclipse搭建Java开发环境 1.    下载jdk1.7 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 或者云盘下载:http://pan.baidu.com/share/link?shareid=2285218395&uk=4095064718 2.    下载eclipse http://www.eclipse.org/downloads/packa

基于eclipse搭建android开发环境-win7 32bit

基于eclipse搭建android开发环境-win7 32bit 前言:在使用朋友已搭建的Android开发环境时,发现朋友的开发环境版本较低且在update SDk时失败,便决定根据网上文章提示从头搭建一全新的Android开发环境. 1.准备工作 下载Eclipse.JDK(7).Android SDK.ADT插件. 地址: eclipse:http://www.eclipse.org/downloads/ 版本:Luna Service Release 1 (4.4.1) jdk:htt

使用Eclipse搭建JavaWeb开发环境的几个基本问题

Eclipse搭建JavaWeb开发环境 eclipse是一个用于java程序开发的ide软件,tomcat是一个运行javaweb应用的服务器软件,使用eclipse开发javaweb应用的时,首要要把tomcat集成到eclipse中,并且对eclipse做一点简单的设置. 1.安装jdk.安装eclipse.安装tomcat等 ================================ 省略了. 2.eclipse基本设置 ================ 2.1 设置eclipse

Android基础之用Eclipse搭建Android开发环境和创建第一个Android项目(Windows平台)

一.搭建Android开发环境 准备工作:下载Eclipse.JDK.Android SDK.ADT插件 下载地址:Eclipse:http://www.eclipse.org/downloads/ JDK:http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576.html Android SDK:http://developer.android.com/sdk/index.html ADT:

Eclipse搭建maven开发环境

上一篇学习了maven开发环境的搭建,并且手动编写了一个maven工程,但是这样子效率很低下,今天带大家学习在eclipse下搭建maven开发环境. 常用的maven命令 mvn clean :运行清理操作,会将target文件夹中的数据删除 mvn clean compile:先运行清理操作,之后运行编译操作,会将代码编译到target文件夹中. mvn clean test: 运行清理和测试 mvn clean package : 运行清理和打包 mvn clean install : 运

eclipse搭建android开发环境

1.首先安装JDK 此步骤是做JAVA必经之路,不多累述,强调要注意的地方: 目前为止android的开发环境只支持JDK1.7,千万不要下载JDK1.8. 下载的JDK一定要选择好操作系统,特别是要分清系统是32位,还是64位. 2.android环境的搭建 2.1 下载下载一个集成版的开发环境 下载一个集成版的开发环境,包括来android SDK和eclipse. 下载地址:http://dl.google.com/android/adt/adt-bundle-windows-x86_64

eclipse搭建ruby开发环境,安装插件RDT,dltk,gems

因为Metasploit模块是用ruby写的,看不懂,本着急切的钻研精神学习一下. 由于自己做java出身,用惯了eclipse,在接触ruby的时候需要快速上手,就选择了java的开发环境搭建ruby. 其实Metasploit更合理的是搭建linux下的vim环境,因为自己做过一段c开发,知道搭建配置和使用熟练起来的周期更长,所以放在已经掌握ruby开发后再做. 但是在eclipse和Myeclipse环境下也不轻松,费了3个小时都不成功.过程如下. 1,http://sourceforge