Installing Oracle Enterprise Pack for Eclipse (OEPE)
The installation package we got doesn't come bundled with a development environment (Oracle JDeveloper, NetBeans, or Eclipse/OEPE). To create the book's applications, we decided to use Eclipse along with Oracle's application server plugin, OEPE, which is a great tool for Java EE development, integrating the IDE with WebLogic Server and other Java EE application servers. Perform the following steps to install it:
- Navigate to http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html.
- Click on the option button for Accept License Agreement, choose the Eclipse version that runs on your system, and click on it to start the download.
- After the download completes, unzip the installer in the directory
$MW_HOME/oepe
and it's done.Tip
OEPE's newest version, 12.1.2.1, is based on Eclipse 4.3 Kepler, the most up-to-date version of Eclipse.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Delphi程序設計基礎:教程、實驗、習題
- Unity Shader入門精要
- Spring實戰(第5版)
- 焊接機器人系統操作、編程與維護
- Protocol-Oriented Programming with Swift
- Building Machine Learning Systems with Python(Second Edition)
- 用戶體驗可視化指南
- Java SE實踐教程
- INSTANT Silverlight 5 Animation
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Training Systems Using Python Statistical Modeling
- Visual C++程序設計與項目實踐
- C語言程序設計教程
- Java RESTful Web Service實戰