主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jb
活动总数
14
最后的活动
2024年07月04日 23:43
成员加入日期
2023年10月07日 21:18
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(4)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2024年07月04日 23:43
For those who struggle with this problem, here's my solution:I still generate JAXB classes using Intellij, which uses xjc. Afterwards, in the generated sources I replace all “import jakarta.xml” wi...
社区
IntelliJ IDEA Open API and Plugin Development
JAXB-runtime lib in IntelliJ Plugin
0 票
创建于
2024年04月05日 10:00
Rejoiced too soon. This solution only works in local configuration, but not after installing the plugin. Any thoughts would be appreciated.
社区
IntelliJ IDEA Open API and Plugin Development
JAXB-runtime lib in IntelliJ Plugin
0 票
创建于
2024年04月04日 23:41
I found the reason: JAXB loads the implementation at runtime - “For this to work in a plugin, the context class loader must be set to the plugin's classloader and restored afterwards with the origi...
社区
IntelliJ IDEA Open API and Plugin Development
JAXB-runtime lib in IntelliJ Plugin
0 票
创建于
2023年10月09日 14:50
I see. Thank you very much for your kind help.
社区
IntelliJ IDEA Open API and Plugin Development
Getting full process output in listener
0 票
创建于
2023年10月09日 12:01
Hello Karol,I was afraid of this…The processes are default Spring configurations run inIntelliJ. Maybe I could change the handler that will be started when Run XXX button is pressed? I see that at ...
社区
IntelliJ IDEA Open API and Plugin Development
Getting full process output in listener
0 票
创建于
2023年10月09日 11:12
Hello Karol,by whole output, I do not mean the whole output of a process at once, but the whole output of a single output of the process.For example, if a process calls Console.writeln("Some line\n...
社区
IntelliJ IDEA Open API and Plugin Development
Getting full process output in listener
0 票