Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JAR BuilderNew to Visual Studio Code? Get it now.
JAR Builder

JAR Builder

Tillion

|
85,344 installs
| (6) | Free
Build JAR files from JAVA class or .java files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JAR Builder

Build Status

This extension helps you to compile and build your Java files to .jar package format which you can import among many Java application platforms.

Just in one command, this will build a .jar file from your active Java class.

Screenshot

Requirements

You need Java installed on your system with the proper configuration of system variables.

Supports only Bash and Powershell.

Installing

You can install the latest version of the extension via the Visual Studio Marketplace here.

Alternatively, open Visual Studio code, press Ctrl+P or Cmd+P and type:

> ext install aslamanver.jar-builder

Note: Don't forget to reload the window to activate the extension!

Instructions

  • Run command palette Ctrl+Shift+P
  • Type Build Jar

A folder called build-jar will be created in your workspace with the .jar file and compiled .class files

That's it check your terminal for more information.

Known Issues

Nothing for now.

TODO

  • [ ] Make build button in active text editor

Source Code

The source code is available on GitHub here.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft