简体   繁体   中英

Can I run Java EE Programs on default JRE that oracle provides with java SE JDK?

Recently I installed JDK toolkit downloaded by Oracle website.

I need to know how to run java EE programs on my computer. Should I install any other tools for run that program?

To run JavaEE applications, you must have a JavaEE application server running on your machine, from any of the available JavaEE product providers .

The JavaEE product provider is the company that designs and makes available for purchase the JavaEE platform APIs, and other features defined in the JavaEE specification.

Here's a summary of some of the available JavaEE implementations out there: http://zeroturnaround.com/rebellabs/the-great-java-application-server-debate-with-tomcat-jboss-glassfish-jetty-and-liberty-profile/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM