Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 158 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 158 Bytes

Steps to Compile and Create Jar

javac GABSW_passwordManager.java

jar -cfe pw.jar GABSW_passwordManager *.class

To use jar: java -jar pw.jar command [args]