Vonlinee
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Edited java.lang.UnsatisfiedLinkError: Native Library attach.dll already loaded in another classloader
PlannedI was developing a plugin that using ExecutionListener, Here are some of my code:public class HotSwapExecutionListener implements ExecutionListener { @Override public void processStarted(@N... -
Edited GutterIconNavigationHandler Right Click not work
AnsweredI am trying to create RelatedItemLineMarkerInfo instance with its constructor, using custom MyGutterIconHandler like belows:static class MyGutterIconHandler implements GutterIconNavigationHandler<P... -
Edited Jdwp options in Debug Mode
Answeredwhen i run my program in debug mode, the comand line jdwp protocol param (server) was set to n(like below), can this be set to y?\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:2...