Snap Java application that shows the battery percentage. This project was born with the aim to try to create a snap starting from a Swing Java application.
- Java 11 (SWING, Process)
 - snapcraft
 
From the project root directory execute the following statements:
# remove old snap file
sudo rm sbpv_2.0.0_amd64.snap;
# clean and regenerate snap file 
sudo snapcraft clean --use-lxd --verbose && sudo snapcraft --use-lxd --debug --verbose; 
# unistall snap file
sudo snap remove sbpv;
# install the new generated snap file 
sudo snap install sbpv_2.0.0_amd64.snap --dangerous --devmode && sbpv;
