I have a Java Application in Eclipse for example. as soon as I click on run button or try to run, I want to get a notification. I think there must be some API related to runtimeConfiguration of Eclipse but couldn't crack it yet. Any suggestion.
You could listen to org.eclipse.debug.DebugEvents.
You can attach the listener using this code, from this topic:
DebugPlugin.getDefault().addDebugEventListener(<listener instance>);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With