Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jb
Total activity
14
Last activity
July 04, 2024 23:43
Member since
October 07, 2023 21:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
July 04, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
JAXB-runtime lib in IntelliJ Plugin
0 votes
Created
April 05, 2024 10:00
Rejoiced too soon. This solution only works in local configuration, but not after installing the plugin. Any thoughts would be appreciated.
Community
IntelliJ IDEA Open API and Plugin Development
JAXB-runtime lib in IntelliJ Plugin
0 votes
Created
April 04, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
JAXB-runtime lib in IntelliJ Plugin
0 votes
Created
October 09, 2023 14:50
I see. Thank you very much for your kind help.
Community
IntelliJ IDEA Open API and Plugin Development
Getting full process output in listener
0 votes
Created
October 09, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Getting full process output in listener
0 votes
Created
October 09, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Getting full process output in listener
0 votes