打開 .jar 文件時發生 java 異常 (a java exception has occured while opening .jar file)


問題描述

打開 .jar 文件時發生 java 異常 (a java exception has occured while opening .jar file)

enter image description here

同時執行jar文件。我發現了這個例外。但是當我嘗試雙擊 .jar 文件時。它顯示 enter image description here

如果有人知道錯誤是什麼。告訴我..


參考解法

方法 1:

Your jar needs the Jcalendar classes to be executed properly... is the Jcalendar. jar in the classpath??

方法 2:

For those who Got this error "Java Exception Has Occurred" Try this

I tried the solution in Netbeans. While creating a jar file for swing applications. Your .jar file is placed inside the dist folder. Inside the dist folder you have one lib folder and your .jar folder.

Just select the two lib and jar files and copy and paste in some other new folder. And now you double click your jar file. now your jar file is working fine.

(by AoryouncellvanΦXocę 웃 Пepeúpa ツAoryouncellvan)

參考文件

  1. a java exception has occured while opening .jar file (CC BY‑SA 2.5/3.0/4.0)

#exe #java #Exception #jar






相關問題

lauch4j 你好世界程序 (lauch4j hello world program)

在具有提升權限的自己的目錄中啟動 .exe (Launching .exe in its own directory with elevation priviledges)

Я запампаваў файл .exe, але ён хутка зачыняецца пры адкрыцці (I've downloaded an .exe file but it closes quickly as it opens)

Ці добрая ідэя абараніць exe-файл з дапамогай os.path.exists? (Is it a good idea to protect a exe file using os.path.exists?)

如何將我的 Java 程序轉換為 .exe 文件? (How can I convert my Java program to an .exe file?)

有沒有辦法從 firefox 和 chrome 啟動 exe 應用程序 (Is there a way to launch exe application from firefox and chrome)

打開 .jar 文件時發生 java 異常 (a java exception has occured while opening .jar file)

錯誤,不運行程序(Windows) (error, not run program (windows))

如何從LabVIEW上編寫的應用程序(Exe)將數據返回到命令行界面? (How to return data to Command line Interface from Application (Exe) written on LabVIEW?)

pyinstaller --onefile 不會復制必要的文件 (pyinstaller --onefile doesn't copy necessary file)

系統找不到指定的路徑 - 批處理到exe (The system cannot find the path specified - batch to exe)

使用另一個 Python 文件的主 Python 文件(我想轉換為 .exe) (Main Python File Using Another Python File (I Want To Convert To .exe))







留言討論