Run configurations enable a user of an IDE such as IntelliJ or Eclipse to save repeatable actions performed within the IDE. They can be viewed as a macro, but with the limitation of only using functionality recognized by the specific IDE it is created in.
Questions tagged [run-configuration]
158 questions
1
vote
1 answer
Why does this WebStorm configuration not allow me to hit breakpoints in my node application?
I'm trying to debug an application that has a go backend and a node.js front-end. I run the backend with just a simple bra run, which emits:
NFO[12-08|11:57:59] Initializing HTTP Server logger=http.server address=0.0.0.0:3000 protocol=http…

MrDuk
- 16,578
- 18
- 74
- 133
1
vote
1 answer
IntelliJ Tomcat Server plugin fails to auto-populate my empty external Tomcat `base` folder
When I point the Tomcat and TomEE Integration plugin in IntelliJ Ultimate 2017.2 via menu item Run > Edit Configurations to a fresh download of Tomcat 8.5.16, my Vaadin 8.1 app runs successfully. Good.
But when I optionally point the…

Basil Bourque
- 303,325
- 100
- 852
- 1,154
1
vote
3 answers
Run/Debug Configurations not working for renamed Cordova commands in WebStorm
I'm under Windows 10 and I've installed the browser platform for Cordova for my Ionic app.
ionic cordova platform add browser
Now I'd like to have a Run Configuration for the following command.
ionic cordova run browser --target=Firefox
Adding a…

Wipster
- 1,510
- 1
- 15
- 32
1
vote
1 answer
CLion build without run
I have an C++ project in CLion which I want to cross compile with cmake. Cmake itself run's completely and the arm-linux compiled binary works great. But now I want to have a run configuration which does this but Clion doesn't provide this without…

fragsalat
- 500
- 4
- 14
1
vote
0 answers
executing Intellij ide run configuration outside of the ide UI thread
I'm building a site using node and gulp, the web server starts with a gulp task, that in addition to starting it, also bundles js and css files, and watches for changes.
The issue is, when the gulp task is doing heavy processing, the whole ide UI…

Nadav96
- 1,274
- 1
- 17
- 30
1
vote
1 answer
Unable to run a Subclipsed Groovy script in Eclipse
After installing the Groovy plug-in in Eclipse, clicking Run brought up a list: Groovy Console - Groovy Script - Java Application. I'd select Groovy Script and it would take off.
Now, after checking out a colleague's Groovy project with Subclipse,…

DavidC
- 192
- 1
- 3
- 12
1
vote
1 answer
Eclipse Run Application Configuration in IntelliJIDEA
I've tomcat instance with some ear deployed and run it via Eclipse Run Configuration (Java Application configuration) in order to have a possibility to debug my code as it corresponds to the ear deployed on a Tomcat instance. I would want to have a…

Andrey Yaskulsky
- 2,458
- 9
- 39
- 81
1
vote
1 answer
runConfigurations have wrong factoryName in AndroidStudio
I try to use the Agera Android Codelab with Android Studio 2.2 Preview 5. The problem is that the run-configurations do not show up - although I have checked them out from git again after opening the project first.
In other words: the project is…

TmTron
- 17,012
- 10
- 94
- 142
1
vote
1 answer
Setting a default working directory in PyDev/LiClipse/Eclipse
I am using LiClipse / PyDev. When I run some test or other python module from the package explorer via right click -> run as -> python run, the working directory is set to the directory of the corresponding file, e.g.…

the anonymous
- 119
- 1
- 9
1
vote
1 answer
Eclipse does not show all existing run configurations
I use the Java Perspective of Eclipse Mars.2 and not all run configurations are shown in the tree view (see figure below).
There is a run configuration called "ELoadGUI (2)". If I try to rename it to "ELoadGUI" ... I get a hint that the run…

Stefan
- 10,010
- 7
- 61
- 117
1
vote
1 answer
How to give arguments to my R script working with Eclipse and StatET
How do i pass (and parse) arguments to my R script using the run configuration option in eclipse?
I am using Eclipse Mars - StatET 3.5.1 - R 3.2.2
Normally from the command line i do something like this:
Rscript myscript.R argument1 argument2
And…

Linda-Veronique
- 103
- 5
1
vote
2 answers
Change Bootstrap Entries in Eclipse Run Configuration
I'm currently migrating from Java 1.7 to Java 1.8 and I'm facing a little problem with my Run Configuration in Eclipse: On the Classpath tab, there are two sections (namely Bootstrap Entries and User Entries). In the Bootstrap Entries section, it…

user1438038
- 5,821
- 6
- 60
- 94
1
vote
0 answers
Eclipse: Set Debug Configuration used for Auto-Build
Maybe i explain what should be achieved first - maybe the attempted solution is wrong:
We have some Maven Projects that are assembled into a final war file. We use Maven profiles to define the actual Variables required for different environments…

dognose
- 20,360
- 9
- 61
- 107
1
vote
1 answer
In Eclipse, how to run a java program as if it's the second argument in the command prompt while running another program as the first argument?
This is what I am trying to do. I have been running a 'driver' executable file as the first argument and a java executable file called 'agent' as the second argument in the command prompt / terminal like this:
user@ubuntu:~$ ./driver agent
And each…

hiew1
- 1,394
- 2
- 15
- 23
1
vote
0 answers
Eclipse IDE: Run configurations and switching default JVM arguments
I'm looking for some way to switch between default VM arguments. I've got a workspace with a bunch of projects and created run configurations for running JUnit tests. I'm able to switch between run configurations easily.
In order to run any test…

tzima
- 1,285
- 1
- 10
- 23