简体   繁体   English

开源Jar文件,无法加载Main-Class清单

[英]Open Source Jar file and Failed to load Main-Class manifest

I downloaded an Open Source tool from www.openempi.org used to find duplicate patients. 我从www.openempi.org下载了一个开源工具,用于查找重复的患者。 It is referred to as an EMPI tool (Enterprise Master Patient Index). 它被称为EMPI工具(企业主患者索引)。 I am a .Net programmer and not a Java programmer, but I have worked with other Java products where I receive a Jar file and run it like a Windows executable. 我是.Net程序员,而不是Java程序员,但是我与其他Java产品一起工作,在这些产品中,我收到一个Jar文件并像Windows可执行文件一样运行它。

The zip file contained several Jar files but when I double-click on them I get Failed to load Main-Class manifest from.... After I Googled this term and reading a few posts about it, including several on this site, this seems to indicate that I should have done something different when creating the Jar file, but I didn't create the Jar file. 压缩文件包含几个Jar文件,但是当我双击它们时,我无法从中加载Main-Class清单。表示创建Jar文件时我应该做一些不同的事情,但是我没有创建Jar文件。 Will I need to use Eclipse or some other tool to get past this, or is there something I'm doing wrong when try to load the Jar? 我是否需要使用Eclipse或其他工具来解决此问题,或者在尝试加载Jar时我做错了什么? Could it be a Java version issue? 可能是Java版本问题吗?

The zip also contained a ./conf folder with several XML, CSV, and SQL files. 该zip文件还包含一个./conf文件夹,其中包含多个XML,CSV和SQL文件。

Greg 格雷格

I don't think you want to execute the .jars found in that .zip file. 我认为您不希望执行该.zip文件中的.jars。 Instead, you should try using the Application.html found after extracting from the openempi-webapp-web-versionhere.war. 相反,您应该尝试使用从openempi-webapp-web-versionhere.war中提取后找到的Application.html。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在Macbook上打开jar文件无法加载Main-Class清单属性 - Unable to open jar file on macbook Failed to load Main-Class manifest attribute 无法从Windows上的jar加载Main-Class清单属性 - Failed to load Main-Class manifest attribute from a jar on windows 在可能的恶意软件.jar文件中“无法从client.jar加载Main-Class清单属性”? - “Failed to load Main-Class manifest attribute from client.jar” in a possible malware .jar file? 为什么它无法从JAR文件加载主类清单属性? - Why has it failed to load main-class manifest attribute from a JAR file? 无法加载Main-class Manifest属性 - Failed to load Main-class Manifest Attribute 无法加载主类清单属性 - Failed to load main-class manifest attribute 无法加载Main-Class清单属性 - Failed to load Main-Class manifest attribute eclipse indigo的链接资源中的jar文件给出“无法从中加载Main-Class清单属性 <jar file path> ” - jar file in linked resources of eclipse indigo give “Failed to load Main-Class manifest attribute from <jar file path>” Java“无法加载Main-Class清单属性”在任何.jar文件上,即使我之前成功打开过的文件也是如此 - Java “Failed to load Main-Class manifest attribute” On a any .jar file, even those that I have succeed in opening before “无法从”类路径上的jar加载Main-Class清单属性 - “Failed to load Main-Class manifest attribute from” a jar on the class path
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM