According to my book i have to start my application with following cmd:
java -Djava.security.manager MyApp
But my command prompt tells me that he can't find/load mainclass security.manager. I also don't understand why i have to start my application outside of Intellij.