I need to get the latest Java EE jars, but I don't need GlassFish on my computer. On the Oracle Download Site I see versions of the install with and without JDK, but none without GlassFish.
When running the installer's advanced install I see an option to skip configuring GlassFish, but not to skip installing it.
How can I just get the Java EE jars? By Java EE jars I mean the modularized jars that contain the Java EE functionality (javax.*
), such as mail.jar
.