How to run an existing RunConfiguration
Hi,
I am able to get access to all available RunConfiguration through the RunManager and find the one i'm interested in. What i want to do, is run this configuration, it happens to be an applet one, but i am an able to find how.
I used the JavaCommandLineState, and i'm able to execute that config as a command line, but i don't see the applet popup and i have no feedback.
I looked in the DevKit and JUnit plugin examples, but it really is not clear.
Also if possible, how to modify the "applet parameters" found in this configuration before running it?
Thanks,
Bassel
Please sign in to leave a comment.
org.jetbrains.plugins.groovy.compiler.GroovyCompilerTestCase#assertOutput sources
may be helpful.