About 38,100 results
Open links in new tab
  1. The jar Command - Oracle

    The jar command is a general-purpose archiving and compression tool, based on the ZIP and ZLIB compression formats. Initially, the jar command was designed to package Java applets (not …

  2. Run a Java Application from the Command Line - Baeldung

    Feb 20, 2026 · Learn how to create and run a JAR application with or without command-line arguments

  3. Java jar command examples - CodeJava.net

    Aug 4, 2019 · In this Java tools tutorial, I will help you understand how to use the jar command provided in the Java Development Kit (JDK) with various useful examples. Table of contents: Creating a …

  4. jar - Oracle

    Description The jar command is a general-purpose archiving and compression tool, based on ZIP and the ZLIB compression format. However, the jar command was designed mainly to package Java …

  5. Mastering Java JAR Files via the Command Line - javaspring.net

    Mar 26, 2026 · Java Archive (JAR) files are a fundamental part of the Java ecosystem. They are used to package multiple Java classes, associated metadata, and resources into a single file. This not only …

  6. JAR files in Java - GeeksforGeeks

    Jan 7, 2026 · A JAR (Java Archive) file is a platform-independent package file format used to bundle Java class files, metadata, and resources (such as images, text files, and configuration files) into a …

  7. Guide to Creating and Running a Jar File in Java - Baeldung

    May 27, 2026 · The javac command creates JarExample.class in the com/baeldung/jar directory. We can now package that into a jar file. 3.1. Using the Defaults To create the jar file, we are going to use …

  8. java - Run jar file in command prompt - Stack Overflow

    May 23, 2017 · Run jar file in command prompt [duplicate] Asked 15 years, 2 months ago Modified 6 years, 4 months ago Viewed 1.0m times

  9. java - How to run a JAR file - Stack Overflow

    Dec 4, 2016 · Follow this answer, if you've got a jar file, and you need to run it See troubleshooting sections for hints to solve most common errors Introduction There are several ways to run java …

  10. How to Open a JAR File (Windows, Mac & Linux) | Jar Tools

    Learn how to open JAR files on Windows, Mac, and Linux. Step-by-step guide with tools and online options — no installation required.