英文:
How to setup RSyntaxTextArea?
问题
我正在尝试设置Github开源包'RSyntaxTextArea',但在理解如何操作方面遇到了困难。请问我可以获得帮助吗?
我已经从Sourceforge下载了zip文件 - https://sourceforge.net/projects/rsyntaxtextarea/files/latest/download。
然后,我进入了我的IDE(IntelliJ),然后进入依赖项以添加外部JAR,并选择了下载的zip文件。然后我尝试导入这些文件以供使用,但仍然显示错误。
非常感谢您提供解决此问题的任何指导!
英文:
I'm trying to set up the Github open-source package 'RSyntaxTextArea' and am struggling to understand how to do it. Please can I get help?
I've downloaded the zip file from Sourceforge - https://sourceforge.net/projects/rsyntaxtextarea/files/latest/download.
Then, I went into my IDE(IntelliJ) and then I went into dependencies to add an external JAR and I selected the downloaded zip file. Then I tried importing the files for use but it's still showing me errors.
Here's a screenshot of the code and the error highlights:
Any guidance on fixing this issue would be much appreciated!
答案1
得分: 0
我意识到我下载了zip文件,然后将其作为jar文件上传,而不是上传jar文件本身。所以我搜索了.jar文件,并在以下找到:https://search.maven.org/artifact/com.fifesoft/rsyntaxtextarea/3.1.1/jar。
英文:
I realised that I downloaded the zip file and uploaded that as a jar instead of the .jar file itself. So I looked for the .jar file and found https://search.maven.org/artifact/com.fifesoft/rsyntaxtextarea/3.1.1/jar.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论