How To Check If Java EE 5 Is Installed?

Hi Guys,

Pradon me but I am kinda new to Java, I would like to ask how to check whether I have Java EE 5 installed on mu computer.

I have downloaded and installed the following software:

I am able to run EJB 3.0 samples from NetBeans without any problem.

So I would like to ask if I did the above things means I have Java EE 5 installed?

Open command prompt and type “Java -version”.

Java EE isn’t installed as an SDK by itself. It is a set of standards that different vendors implement when building application servers. The question becomes “how do I know if I have a J2EE Application Server installed?”. In order to work with J2EE, you will need to install an Application Server, like Tomcat - I believe you can download a J2EE compliant server from the Java website under JEE downloads section.

Ooops - slightly misread your question. If you have the Java Appserver installed, then yes , you should have Java EE “installed”.

Sun AppServ 9.0 support Java EE 5 so you should be okay. for version 8.0 it only support J2EE 1.4.