What is the difference between starting java process by:
java -jar application.war
and
java -classpath application.war org.example.Main
Problem is that I'm starting Spring Boot Application with -jar argument, process starts normally, but in eclipse application starts with exception:
Caused by: java.lang.ClassNotFoundException: com.sun.istack.localization.Localizable