- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 189字
- 2021-06-18 18:59:54
Installing Eclipse
Download the latest version of Eclipse from https://eclipse.org/downloads/. You will see many different packages for Eclipse. Make sure you install the Eclipse IDE for Java EE Developers package. Select an appropriate package based on your OS and JVM architecture (32 or 64 bit). You may want to run the command java -version to know whether the JVM is 32-bit or 64-bit.
If you plan to use Eclipse for AWS development, then it is recommended to download Eclipse from the Oomph installer. Refer to https://wiki.eclipse.org/Eclipse_Installer and https://docs.aws.amazon.com/toolkit-for-eclipse/v1/user-guide/setup-install.html.
Unzip the downloaded ZIP file and then run the Eclipse application (you must install JDK before you run Eclipse). The first time you run Eclipse, you will be asked to specify a workspace. Create a new folder in your filesystem and select that as the initial workspace folder. If you intend to use the same folder for the workspace on every launch of Eclipse, then check the Use this as the default and do not ask again checkbox:

Figure 1.5: Select Eclipse workspace
You will then see the default Java EE perspective of Eclipse as shown in Figure 1.2.
- Python 3.7網絡爬蟲快速入門
- Microsoft Dynamics 365 Extensions Cookbook
- Building a RESTful Web Service with Spring
- Vue.js 3.x從入門到精通(視頻教學版)
- Learn Scala Programming
- Learning Laravel 4 Application Development
- Windows Forensics Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- C語言程序設計教程
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Windows Phone 7.5:Building Location-aware Applications
- C語言程序設計
- Android開發三劍客:UML、模式與測試
- TypeScript 2.x By Example
- 零基礎學C語言(升級版)