主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Lejia Chen
关注
新文章和帖子
新文章、帖子和评论
活动总数
152
最后的活动
2023年03月20日 05:41
成员加入日期
2020年04月30日 07:26
关注
0 名用户
关注者数
2 名用户
投票数
3
订阅数
62
活动概览
文章(3)
帖子(1)
评论(83)
按最近的活动排序
最近的活动
投票数
创建于
2023年03月20日 05:41
Sadly this is an issue in the new UI. Please vote for https://youtrack.jetbrains.com/issue/IDEA-302805/
社区
IntelliJ IDEA Users
about InteliJ idea 2022.3.3 new UI
0 票
创建于
2023年03月14日 03:22
The IntelliJ system would be sufficient for you.But if you need to add some dependencies to this project, manage these dependencies, or need some other features (like building projects from the com...
社区
IntelliJ IDEA Users
no main manifest attribute, in helloworld.jar - absolute beginner
0 票
创建于
2023年03月13日 12:36
Hi,You may use the wrong steps/configuration to generate the jar which doesn't include a correct `META-INF/MANIFEST.MF` in the jar indicating the main method entry.Please try the guide here to see ...
社区
IntelliJ IDEA Users
no main manifest attribute, in helloworld.jar - absolute beginner
0 票
创建于
2023年03月13日 08:52
Hi @Евгений, from my checking, this should work in the latest IDEA version. Could you please open the problem file in the IDEA and share a screenshot of the full IDEA window here showing this probl...
社区
IntelliJ IDEA EAP Users
Android and Cannot find the declaration of element 'manifest'?
0 票
已编辑于
2023年03月09日 05:09
You need either change the `implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'` to `api 'com.fasterxml.jackson.core:jackson-databind:2.14.2'` in `traac-core` project.Or add the `im...
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月09日 03:40
Hi,You can try the 2021.2.x IntelliJ IDEA version available at https://www.jetbrains.com/idea/download/previous.html which supports Windows 7 64-bit.
社区
IntelliJ IDEA EAP Users
Which version is suitable Intellij IDEA
0 票
创建于
2023年03月09日 03:31
The `traac-core` 2.4.0 might depend on the `jackson` but the `2.5.0` does not.Add `implementation in your `build.gradle`'s `dependencies` section and reimport it to fix it.
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月06日 02:12
Check the `compileClasspath` section below. Your `traac-core` library doesn't depend on the `jackson` library.So the importing/compilation doesn't work for you.Try to add a `jackson` library direct...
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月03日 06:08
Please run `gradle dependencies` from the Terminal and share the output here.I suspect the `traac-core` library doesn't depend on the `jackson` library for some reason.
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
创建于
2023年03月03日 04:40
Hi,Can you build/run the project successfully in the IDEA? Also, try the `gradle build` from the Terminal to see if it builds.Please close the IDEA, and remove the `.idea` in this project folder ro...
社区
IntelliJ IDEA Users
External Lib showing up, but I can't import it
0 票
1
2
3
4
5
6
›
»