Notes:
Today we will learn:
1. How to create a runnable JAR
2. How to run the test from command line
STEP 1 : Create a runnable jar from eclipse project
STEP 2 : Run the jar file from command line
java -jar name.jar
References:
Java Beginner Tutorial 7 – JAR (Java Archive) basics –https://www.youtube.com/watch?v=QB19Wqimkq4&index=7&t=422s&list=PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU
Java Decompiler – http://jd.benow.ca/
_____________________________________________________
Send me your comments and feedback