简体   繁体   English

如何安装Java EE?

[英]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. 我正在尝试学习如何使用Java的EE版本,这是我第一次下载文件和其他组件,就像Maven一样,并且正确设置了正确的环境变量。 But when it comes to download the file of Java EE itself, it doesn't make sense to me at all. 但是,当要下载Java EE本身的文件时,对我来说根本没有意义。 It's basically a .zip file and from its installation instructions it basically says that simply unzipping the file and none further instructions after. 它基本上是一个.zip文件,并且从其安装说明中基本上可以看出,只需解压缩该文件,之后便无需进一步说明。 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. 我尝试使用Netbeans中的示例项目进行实验,它似乎运行良好,但是我只想向所有人咨询发生了什么事。

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. 您需要下载并解压缩Java JDK,然后必须设置环境变量JAVA_HOME并在PATH中的Java bin文件夹中添加路径并配置IDE。 I use Eclipse for it. 我使用Eclipse。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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