简体   繁体   中英

Eclipse export to a runnable JAR - Class files on classpath not found or not accessible for :

I try to export to a runnable JAR.

But it is not working.

the error I get is

Class files on classpath not found or not accessible for: 'ChatC/src/Command_Manager.java'

My program source code is github.

https://github.com/egaoneko/Po_Tweeter_Client

https://github.com/egaoneko/Po_Tweeter_Server

Usually caused by having completely empty classes in your project (or one of its dependencies). Just take a look at the source (.java) files of those 'not found or not accessible' classes that appear in the log...

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