If you are looking for software to use, go to Huajun Software Park! software release AI product list

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card and a photo of yourself holding the ID card), and send it to email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

Location: Home pagePC softwareProgramming softwareprogramming tools Eclipse SDK(64bit)
Eclipse SDK(64bit)

Eclipse SDK(64bit) 4.5.0

QR code
  • Software licensing: free software
  • Software size: 191.01MB
  • Software rating:
  • Software type: foreign software
  • Update time: 2024-12-23
  • Application platform: Winxp/vista/win7/2000/2003
  • Software language: English
  • Edition: 4.5.0

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Recommended for you:- Eclipse SDK Eclipse software

Basic introduction
Eclipse SDK (64bit) section first LOGO
Eclipse is an open source, Java-based extensible development platform. By itself, it is just a framework and a set of services for building development environments through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including Java Development Tools (JDT).

Although most users are happy to use Eclipse as a Java IDE, Eclipse's goals are not limited to that. Eclipse also includes the Plug-in Development Environment (PDE). This component is mainly targeted at software developers who want to extend Eclipse because it allows them to build tools that integrate seamlessly with the Eclipse environment. Since everything in Eclipse is a plug-in, all tool developers have an equal playing field when it comes to providing plug-ins for Eclipse and providing users with a consistent and unified integrated development environment.

This equality and consistency is not limited to Java development tools. Although Eclipse was developed using the Java language, its use is not limited to the Java language; for example, plug-ins to support programming languages ​​such as C/C++, COBOL, and Eiffel are already available or expected to be released. The Eclipse framework can also be used as the basis for other application types not related to software development, such as content management systems.

Eclipse SDK introduction:

Eclipse has many special names, such as Eclipse SDK, etc. Let’s talk about the SDK first. The Eclipse Project is also often called the Eclipse SDK, which is the core project of Eclipse. 

This project contains four sub-projects: Platform, Plug-in Development Environment (PDE), Java Development Tools (JDT) and Equinox. 

​ ​ Eclipse is a software, and sdk refers to the development platform. Generally used to develop Java software. 

If you downloaded the green version, unzip the file you downloaded. Find eclipse.exe in the file and double-click it to use it.

eclipseSDKConfiguration

Open the eclipse interface, click the "Window" button, click the "Preferences" button in the drop-down menu, and the system will pop up the "Preferences" interface.

Eclipse SDK (64bit) screenshot

Select "Android" on the left side of the "Preferences" interface, click the "Browser" button on the right side of the interface, and select the storage path of the SDK (that is, the system will put the SDK selected in step 4 under this path). The system will automatically fill in the path in the text box corresponding to "SDK Location:". After completing the selection, click "OK", and then the system pops up the "Welcome to Android Development" interface.

Eclipse SDK (64bit) screenshot

Eclipse SDK (64bit) screenshot

In the "Welcome to Android Development" interface, select the radio button named "Use existing SDKs", click the "Browse" button corresponding to "Existing Location:", and select the path to the previously unzipped SDK (that is, the location of the unzipped SDK in step 1). After making your selections, click the "Next" button. Then select the default system in the next interface, and then click the "Finsh" button.

Eclipse SDK (64bit) screenshot

Eclipse SDK (64bit) screenshot

Eclipse SDK (64bit) screenshot

Things to note

    ADT was installed before eclipse

FAQ