Kickstart is a small framework to start JavaSE applications. Before application could be packaged into fat JARs easily, the approach was to copy all needed libraries into a directory (like lib) and to create a CLASSPATH containing all these libraries. Kickstart automates this by using a configured library path and adding all libraries in it to a new CLASSPATH before starting the configured main class.