eh
can your jar file run under command line?when you type command like "java -jar ***.jar com.pkgname.Classname" under windows console and will respond?
if so,add your ***.jar full path alongside with the previous classpath in environment variables,this must work!
most time,i think if the
IDE settings is not properly setted and many strange may occur,you may restart your ide and try again,if not that case,think over again your operation,maybe you miss some step.
may it help!