I have the following directory hierarchy :
SigarTest
src
SigarTest
.java files
bin
SigarTest
.class files
Here,SigarTest is a package name. The root folder is in the bin folder of the jdk.
From there, im running the following command to create a jar file of my project -
./jar cfe temp.jar SigarTest.SigarMain SigarTest/bin/ tools.jar sigar.jar mongo-2.7.3.jar
where tools.jar, mongo-2.7.3.jar and sigar.jar are required and are in the same folder as root directory (bin folder of jdk). However, on running it, i get
ClassNotFoundException : SigarTest.SigarMain
What am i doing wrong ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…