Merge pull request #6265 from amdegregorio/master

BAEL-2542
This commit is contained in:
Eric Martin 2019-02-06 21:46:45 -06:00 committed by GitHub
commit e6f9af4c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package com.baeldung.jar;
public class JarExample {
public static void main(String[] args) {
System.out.println("Hello Baeldung Reader!");
}
}

View File

@ -0,0 +1 @@
Main-Class: com.baeldung.jar.JarExample