226 Results for:JAR

  • Sort by: 

How to run a Jar file

By Cameron McKenzie 09 Jun 2022

How do you run a JAR file on Windows, Mac or Linux? Double click the JAR? Run the JAR at the command line? Several approaches will work if you have Java or the JDK installed. Read More

How to open a JAR file

By Cameron McKenzie 07 Jun 2022

You can open JAR files with any ZIP utility. A JAR file is just a special type of ZIP file. And to run a Java JAR file, just install Java and either double-click it or run the JAR file at the ... Read More

The best Jar file opener app

By Cameron McKenzie 07 Jun 2022

There are many Java JAR file openers available on the market today. Here are the top 5 JAR file openers for both Java developers and casual users to install on their Windows or Linux machines. Read More

How to use jarsigner to sign JARs files example

By Cameron McKenzie 29 Nov 2021

Here's a quick example of how to use Java's jarsigner to digitially sign JAR files. Read More

How to deploy a JAR file to Tomcat by example

By Cameron McKenzie 04 Sep 2019

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. Read More

What are the differences between EAR, JAR and WAR files?

By Cameron McKenzie 02 Jul 2019

JAR, WAR and EAR files provide options in a Java application deployment. Let's compare these file types and determine which one is right for which environment. Read More

Best crash course to learn Jenkins from scratch

By Cameron McKenzie 04 Mar 2024

Need to learn Jenkins CI fast? This Jenkins tutorial will quickly get you up to speed on how to use the popular CI/CD tool. Read More

4 ways to upload a JAR to a JFrog Artifactory repository

By Cameron McKenzie 30 Oct 2018

Need to upload a JAR to a Maven repository after an artifact has been built? Here, we show you four ways to upload a file to a JFrog Artifactory repository. Read More

Embed a WebSphere Liberty profile in an executable JAR with Maven

By Cameron McKenzie 06 Jul 2018

The last step you take before deploying your Java web apps into containers is packaging them in executable JAR files. Here we show you how to take the WebSphere Liberty profile's open source ... Read More

Create a Java executable JAR with the Tomcat plug-in for Maven

By Cameron McKenzie 05 Jun 2018

In this embedded Tomcat example tutorial, Cameron McKenzie uses the Tomcat plug-in for Maven to create a Java executable JAR file. Read More