简体   繁体   English

运行基于 Java 的开源

[英]Running Java based open source

This is my first time to use Java, and I have no experience in Java, but good experience in .Net这是我第一次使用Java,我没有Java经验,但在.Net方面有很好的经验

I have downloaded an open source code called ctakes我下载了一个名为 ctakes 的开源代码

and downloaded IntelliJ IDE community version并下载了 IntelliJ IDE 社区版

i pointed to the main folder of the project to be opened by IntelliJ IDE我指向了IntelliJ IDE要打开的项目的主文件夹

but when i try to run it, it does not work但是当我尝试运行它时,它不起作用

not sure what the problem is and how to fix it.不确定问题是什么以及如何解决它。

I want help in making the code runs successfully, any help appreciated.我需要帮助使代码成功运行,任何帮助表示赞赏。

在此处输入图片说明

Assuming you are talking about this repo, this is a maven based project.假设你在谈论这个repo,这是一个基于 maven 的项目。 In order to import it correctly, follow this link and refer to Open an existing Maven project section.为了正确导入它,请点击链接并参考Open an existing Maven project部分。

A maven is a build tool that will automatically download all the dependencies required for the project source and apply them in classpath accordingly. maven 是一个构建工具,它会自动下载项目源所需的所有依赖项,并相应地将它们应用到类路径中。

You might have to install maven first.您可能必须先安装 maven。 You can download that from here .你可以从这里下载。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM