my programme complied successfully and run in idea is ok, but when i use command maven package to generate a jar and try to java -jar xxx.jar. It show me ClassNotFoundException. cmd error
notice: the package i use is from third party, but in my local repo has installed them.