I realized from https://fedoraproject.org/w/index.php?title=Packaging:Java&oldid=154023#Guideline that  if you are depending on a JNI-using JAR file, you'll need to add it manually -- build-classpath will not find it.  Does this mean that I can add the JNI-using JAR file to the class-path in MANIFEST.MF?

I really a noob in java.

Regards,

Chen Lei