我想我的Java項目導出爲一個運行的JAR,但它不斷給我的錯誤是這樣的:Java項目的導出失敗
JAR creation failed. See details for additional information.
Exported with compile warnings: FinalPhase/src/StopWordsAndStemmer.java
Exported with compile warnings: FinalPhase/src/UpdateWktTable.java
Exported with compile warnings: FinalPhase/src/ExtractLinks.java
Exported with compile warnings: FinalPhase/src/Crawlers.java
Exported with compile warnings: FinalPhase/src/CalculateWeightTable.java
Exported with compile warnings: FinalPhase/src/FocusedCrawlingMain.java
Exported with compile warnings: FinalPhase/src/CountWords.java
Exported with compile warnings: FinalPhase/src/DealingWithIrrelevantPage.java
Exported with compile warnings: FinalPhase/src/CalculateLinkScore.java
Exported with compile warnings: FinalPhase/src/CreateNewIrrelevantTable.java
Exported with compile warnings: FinalPhase/src/InsertNewList.java
Exported with compile warnings: FinalPhase/src/CalculateRelevance.java
Exported with compile warnings: FinalPhase/src/CalculateWeightPage.java
Exported with compile warnings: FinalPhase/src/StringSplitter.java
Exported with compile warnings: FinalPhase/src/View.java
Exported with compile warnings: FinalPhase/src/DealingWithIrrelevantPages.java
File not found:
C:\Users\Ramero Forester Carl\Documents\TA\FinalPhase\crawl.png.
File not found:
C:\Users\Ramero Forester Carl\Documents\TA\FinalPhase\resources\crawl.png.
我不知道爲什麼會這樣。爲什麼我不能導出我的Java項目?
請提供更多詳情。你究竟從哪裏「出口」?導出到? – paulsm4 2012-01-13 06:29:37
我會從調查文件未找到錯誤開始。這通常不是一個好兆頭。 – 2012-01-13 06:30:02
對不起。我從java項目導出到JAR文件中,以便在JAR文件雙擊時運行 – Carlo 2012-01-13 06:35:07