Class 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.Main
     

    Adjust the version numbers accordingly, of course.

    Author:
    mirabilos (t.glaser@tarent.de)
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(String[] args)