Class Main
- java.lang.Object
-
- org.evolvis.tartools.mvnparent.examples.Main
-
public final class Main extends Object
Example “Main” class showing how to use InitialiseJDK14Logging
Put “.”, another directory with logging.properties, or a JAR file that contains logging.properties, onto the classpath in order to run this, for example:
$ CLASSPATH=../target/maven-parent-bs-2.0-tests.jar ./run.sh
This will run:
java -cp target/maven-parent-lib-2.0.jar:../target/maven-parent-bs-2.0-tests.jar \ org.evolvis.tartools.mvnparent.examples.MainAdjust the version numbers accordingly, of course.
- Author:
- mirabilos (t.glaser@tarent.de)
-
-
Constructor Summary
Constructors Constructor Description Main()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-