commit
e6f9af4c3f
|
@ -0,0 +1,9 @@
|
|||
package com.baeldung.jar;
|
||||
|
||||
public class JarExample {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello Baeldung Reader!");
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
Main-Class: com.baeldung.jar.JarExample
|
Loading…
Reference in New Issue