简体   繁体   中英

How to install Java EE?

I'm trying to learn how to use the EE version of Java and it's my first time downloading the files and other components just as Maven etc and have the proper environment variables set correctly. But when it comes to download the file of Java EE itself, it doesn't make sense to me at all. It's basically a .zip file and from its installation instructions it basically says that simply unzipping the file and none further instructions after. I tried using experimenting the sample projects in Netbeans and it seems to be working fine but I just want to consult everyone what is happening.

All you need is Java JDK downloaded and unziped, then you have to set environment variables JAVA_HOME and add path to your java bin folder in PATH and configure your IDE. I use Eclipse for it.

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