Andrey Ponomarev
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
创建于 Cannot find JDK 'IDEA jdk' for module 'xslt-rt'
Hi,When I compile and run the latest code of IDEA, I get this error:java: Cannot find JDK 'IDEA jdk' for module 'xslt-rt'I followed instructions from README.md and did this steps: Downloaded and in... -
创建于 Run configuration: "run" and "debug" buttons are disabled
Hi guys,I am adding Run configuration for my plugin.So far I've done these steps: implemented ConfigurationType created MyConfigurationEditor which extends SettingsEditor created MyRunConfiguration...