aslamanver / jar-builder

JAR Builder, Build JAR files from JAVA class or .java files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

JAR Builder, Build JAR files from JAVA class or .java files

License:MIT License


Languages

Language:JavaScript 100.0%