简体   繁体   中英

Eclipse export .jar file won't run

This question is different because this is using Eclipse and Java not Xcode. I wrote a program using Java EE from Eclipse and when I export it as a .jar file, it won't run. There are no errors thrown when I export it. There are no build nor compile errors and I have JRE up to date. It told me to check my Mac Console and this is the error stated:

 error 19:56:00.206708 -0600 QuickLookUIHelper Unable to load Info.plist exceptions (eGPUOverrides) error 19:56:00.236882 -0600 Finder Unable to load Info.plist exceptions (eGPUOverrides) error 19:56:00.370470 -0600 Jar Launcher Unable to load Info.plist exceptions (eGPUOverrides)

Same for me. Try to launch it over the terminal with java -jar PATH_TO_JAR

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