Saturday 30 September 2017

convert maven project to eclipse

use this command in command prompt


mvn eclipse:eclipse

Fixed - Exception in thread "main" java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:

Exception in thread "main" java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:

file:/C:/Users/User1/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar
to fix this issue
try deleting this jar file and run your app and keep a backup of this jar file.