News

How do you deploy a JAR file to Tomcat? Typically you deploy WAR files, not JARs. But if you need to link to a JAR file from a Java web app on Apache Tomcat, here's how to do it.
Learn how a Java JAR file (Java Archive) allows you to package compiled code and other resources in a single file that is easily deployed and executed resources.
This post introduces you to multi-release JAR files. Discovering multi-release JAR files Many third-party Java frameworks and libraries support several versions of the Java platform.