I have some launch files for the project which i use to run from the Run Configurations.
Is there any way to create a keyboard shortcut to run particular launch file so that i can just press a key to launch?
I have tried from Preferences -> General -> Keys, but there i didn’t found my required launch configuration.
Thanks
No, there is no way to assign a particular key sequence to a particular launch configuration. All you can do is to either:
This applies when you press F11 or ctrl–F11. You can always manually launch a particular file by doing Right Click Run As or alt–shift–X, J for java applications or alt–shift–X T for JUnit tests.
From Preferences->Run/Debug->Launching: