Back to VS Code home
Follow the steps below to create an executable JAR file to deploy.
-
Click View in the menu bar of the editor, and click Command Palette.
Tip: Alternatively, use the shortcut methods
⌘ + ↑ + P
on macOS andCtrl + Shift + P
on Windows and Linux to open the Command Palette. -
In the search bar, type
Build
, and click Ballerina: Build.
The integrated terminal will open automatically and run the build command.
Info: The JAR file can be found in the
/target/bin/
directory.