========================
BUILD OUTPUT DESCRIPTION
========================



When you build an Java application projectthat has a main class, the IDE
automatically 
copies all of the JAR
files on the projects classpath to your projects dist/lib folder.
The IDE
also adds each of the JAR files to the Class-Path element in the application
JAR
files manifest file (MANIFEST.MF).

To run the project from the command line, go to the 
dist folder and
type the following:





java -Xmx1500M -jar "MosaikPro_1.0.jar"










-------------


"-Xmx1500M"   : Erhhung des Heap Space auf 1,5 Gb
