简体   繁体   English

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

[英]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.我正在尝试使用 Eclipse 在 Github 上构建一个 Java 项目。 The project has no maven & gradle files and no.jar files in the repo.该项目在 repo 中没有 maven 和 gradle 文件和 no.jar 文件。 I am getting the following error when I try to build the project within Eclipse.当我尝试在 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这是我正在尝试运行的当前存储库, 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.这将检测并配置此存储库中包含的所有 Maven 项目,因此您可以编辑或运行它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用gradle或Maven或Eclipse的情况下将jar文件添加到Java项目 - How to add jar files to java project without gradle or Maven or Eclipse Jar 不应该指向项目目录内的文件吗? Eclipse(构建中的Maven) - Jar should not point at files within the project directory? Eclipse( Maven In Build) 如何在Eclipse中构建Java项目以创建外部JAR - How do I build a Java project in Eclipse, to create an external JAR 导出到jar时如何在eclipse中分离.java文件 - How do I seperate the .java files in eclipse while exporting to jar 使用maven-eclipse-plugin将文件夹中的伪装jar文件指定到eclipse项目中,而不是M2_REPO变量 - using maven-eclipse-plugin for to specifiy depedency jar files from a folder into eclipse project, not M2_REPO variable 如何将* .java文本文件导入Eclipse项目? - How do I import *.java text files into an Eclipse project? 如何在Eclipse中的项目中包含.class文件? (JAVA) - How do I include .class files in my project in Eclipse? (Java) Gradle:如何在Android版本中包含来自依赖java项目的本地jar? - Gradle: how do I include a local jar from a dependent java project in an Android build? 如何让 Eclipse 2020-06 不将 gradle 文件视为 Java 类文件? - How do I make Eclipse 2020-06 not view gradle files as Java class files? 如何使用Gradle将jar文件添加到libgdx项目 - How can I add jar files to a libgdx project with Gradle
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM