Top "Run-configuration" questions

Run configurations enable a user of an IDE such as IntelliJ or Eclipse to save repeatable actions performed within the IDE.

Eclipse throws java.lang.NullPointerException on creating android junit test configuration

I've got Android project in Eclipse. I created test project for my Project Try to create test configuration as written …

android eclipse junit run-configuration
Running multiple launch configurations at once

I have several launch configurations in Eclipse each launching the same Java program but with different parameters. Now is it …

java eclipse run-configuration
Is there a way to run multiple Spring Boot applications with a single Running Configuration in IntelliJ IDEA?

I have multiple spring boot applications in a single IntelliJ project. And i want to have a single button to …

java intellij-idea spring-boot run-configuration
Run multiple java main classes at once in netbeans

I have several main classes with different arguments. I also added the arguments to each class successfully. But the problem …

java class netbeans main run-configuration
How to create a generic launch configuration with Eclipse?

I have a run configuration in my eclipse. In my project we have two branches : DEV and STABLE. I would …

java eclipse maven run-configuration launch-configuration
Can I run a script in an Eclipse run configuration?

My company has traditionally used a Linux command line development environment. We use a script to manage the PATH and …

linux scripting eclipse-cdt run-configuration
How to pass a parameter to the Java code in run/debug configuration from Android Studio

My android app does some http requests to my server. However sometimes I am debugging the new api code that …

android android-studio environment-variables run-configuration
Angular 5 WebStorm Run Configuration

I'm surprised to see Angular does not yet have an entry in Jet Brain's IDE, WebStorm, which run config do …

angular webstorm run-configuration
IntelliJ : executing a program with environment variables stored in a separated file

My application needs custom environment variables to run. I have created a run configuration in IntelliJ in order to start …

intellij-idea environment-variables run-configuration
How to set the default working directory for run configurations in PyCharm

When I want to run one of our many python scripts I hit run, which creates a new run configuration. …

python pycharm run-configuration