简体   繁体   中英

while creating JAR from eclipse?How to set class path in manifest file ,

I am done trying with all the solutions provided. Please help with this:

I am trying to create an executable jar for my project with manifest file. But I keep on get the error no class found.

My manifest file looks like below and it is in project level. I create a jar from eclipse through export.

Manifest-Version: 1.0

Main-Class: com.tn.gov.runParser.RunParser

Class-Path: commons-logging-1.1.1.jar s.jar t.jar 3.jar j.jar o.jar s.jar util.jar xml.jar xml.jar

将项目导出到JAR时,在prefrences / config页面上的“启动配置”下,将所有可能的类放入Main-Class:此外,您可以在Main-Class:行上手动编辑MANIFEST.MF

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM