简体   繁体   中英

How do I build a Java Github Project in Eclipse with no maven & gradle files and no .jar files in the repo

I am trying to build a Java project I found on Github using Eclipse. The project has no maven & gradle files and no.jar files in the repo. I am getting the following error when I try to build the project within Eclipse. "No actions available" Please see the images attached. This is the current repo I am trying to run, https://github.com/copley/The-Complete-Coding-Interview-Guide-in-Java.git

当前的 Eclipse 项目视图

构建路径截图

构建路径截图

Right-click the project and choose Configure > Configure and Detect Nested Projects...

This will detect and configure all the Maven projects that are contained in this repository, so you can edit or run them.

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