- Building Web Apps with Spring 5 and Angular
- Ajitesh Shukla
- 165字
- 2021-07-02 19:38:22
Installing the Eclipse IDE
In this section, we will set up the Eclipse IDE, a tool used by Java developers to create Java EE and web applications. Go to the Eclipse website at http://www.eclipse.org, and download the latest version of Eclipse and install it. As we shall be working with web applications, select the option Eclipse IDE for Java EE Developers while downloading the IDE.
As you launch the IDE, it will ask you to select a folder for the workspace. Select the appropriate path, and start the IDE.
The following are some of the different types of projects that developers could work on using IDE:
- A new Java EE web project.
- A new JavaScript project. This option will be very useful when you work with a standalone JavaScript project, and plan to integrate with the server components using APIs.
- Check out the existing Eclipse projects from Git, and work on them.
- Import one or more existing Eclipse projects from the filesystem or archive.
推薦閱讀
- Expert C++
- Software Defined Networking with OpenFlow
- Computer Vision for the Web
- C語言程序設計基礎與實驗指導
- AIRAndroid應用開發實戰
- Windows Presentation Foundation Development Cookbook
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Android項目實戰:手機安全衛士開發案例解析
- C#程序設計(項目教學版)
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- CodeIgniter Web Application Blueprints
- INSTANT PLC Programming with RSLogix 5000
- H5匠人手冊:霸屏H5實戰解密
- JavaScript程序設計基礎教程(慕課版)
- JavaScript重難點實例精講