Java Create Jar file from Intellij, runnable file, executable file
You need this to delete the security BS from manifest file
zip -d yourjar.jar 'META-INF/*.SF' 'META-INF/*.RSA' 'META-INF/*SF'