Я хочу экспортировать свой Java-проект как исполняемый Jar, но он продолжает выдавать ошибку, такую как:
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-проект?