类路径上的类文件未找到或无法访问

时间:2017-03-22 07:24:32

标签: eclipse bukkit

在一个项目工作一周后,它突然停止了出口。每次我尝试导出我的项目时,我都会收到错误。我的班级没有什么问题。

     JAR creation failed. See details for additional information.
     Class files on classpath not found or not accessible for: 
     'TroubleInTT/src/me/infernoartz/timv/Main.java'
     Class files on classpath not found or not accessible for: 
     'TroubleInTT/src/me/infernoartz/timv/GameState.java'
     Class files on classpath not found or not accessible for: 
     'TroubleInTT/src/me/infernoartz/timv/commands/RoleCommand.java'
     Class files on classpath not found or not accessible for: 
     'TroubleInTT/src/me/infernoartz/timv/commands/TimvCommand.java'
     Class files on classpath not found or not accessible for: 
     'TroubleInTT/src/me/infernoartz/timv/events/PlayerInteractEvent.java'

     And so it continues down..

2 个答案:

答案 0 :(得分:1)

烨!正如@xander发布的一位朋友已将.jar文件导入项目中。我只需要从.classpath中删除它,谢谢!

答案 1 :(得分:0)

你忘了给'-classpath =“”'??

相关问题