如图,我已经在/root/lib目录下放了dom4j的包,而且也在CLASSPATH里面设置了/root/lib,但是运行我的java程序,总是提示找不到dom4j的SAXReader。
求解,谢谢!
业精于勤,荒于嬉;行成于思,毁于随。
I have encountered this problem before. The classpath is not the directory where the package is added, but the jar package. You need to add root/lib/xxx.jar to the end of the classpath
I have encountered this problem before. The classpath is not the directory where the package is added, but the jar package. You need to add root/lib/xxx.jar to the end of the classpath