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
0
votes
0 answers
IntelliJ Idea with Robot Framework runs the test two times
I faced a problem with the run. IntelliJ run one test two times. I use only Robot Framework Language Server plugin
That's my run configuration for one test. enter image description here

Treskow43
- 3
- 2
0
votes
2 answers
How do I map the Run Configuration from IntelliJ to VSCode?
I want to have the same run configuration I have on Intellij the same as I do for VS Code. But I am not sure how to go about doing that. I tried the launch.json on VSCode but I am not sure what fields I have to put to make it work.
Anyone with…

the_begging_beginner
- 159
- 1
- 14
0
votes
1 answer
Configure the path of the default "run in terminal" option
I've recently tried running my Python project in VSCode.
I have in my code imports from other files withing my project. The problem is that when I try running it from the default "play button"/"run in terminal" option, it does not detect my other…

VaderFuntime
- 11
- 2
0
votes
1 answer
android device not showing up on clicking run
I have LG optimus Black.
I have the following settings:
USB debugging on.
Unknown applications checked.
Driver installed.
The app is deployed on Android 2.1 an the phone has Android 2.2. So no problems there I guess.
In fact, it was working…

Brahadeesh
- 2,245
- 8
- 40
- 58
0
votes
0 answers
Any way to generate Intellij run configurations?
it would be great to generate run configurations in Intellij IDEA using a script. I did not find any API for that. I found runConfigurations.xml and workspace.xml in the .idea directory, but did not find any documentation about it's structure. Is…

Vector-Hector
- 320
- 1
- 8
0
votes
1 answer
How do you add Boost tests to a run configuration as a custom executable?
I have a test file that uses Boost libraries and it builds correctly. My goal is to run the test cases by setting up a run configuration in QT Creator.
I have tried to set the test file as an executable with cmake, and it builds…

John Glen
- 771
- 7
- 24
0
votes
1 answer
IntelliJ plugin - modify run configuration properties via code
In my InteliJ plugin I want to modify (e.g. the main class name of a JUnit run configuration) the properties of an existing run configuration and execute the modified version afterwards. I can get the related config object and execute it:
final…

Bernd
- 1
0
votes
0 answers
Eclipse for Java giving console error when run project with arguments
I am using Mac Big Sur and trying to run a project using arguments in the run config, but I get an error
Sep 28, 2021 9:02:09 AM org.apache.catalina.startup.Bootstrap main
WARNING: Bootstrap: command "testpass" does not exist.
The arguments which…

Arun
- 3,640
- 7
- 44
- 87
0
votes
1 answer
Setting name of jar file while using mvn install:install-file
So previously I was trying to find a way to install jar file which is built in my project to the .m2 folder via run configuration support.
Link for reference.
My main concern then was to not keep any hard coded values in command and to pick most…

Mirhawk
- 205
- 1
- 3
- 14
0
votes
2 answers
Installing a jar file using Intellij run configuration
I'm trying to create a run configuration in Intellij where a single click will do the build process for the developer for a maven based project. In it, the configuration is as below:
Build module1
Build module2
Start server
The process works fine,…

Mirhawk
- 205
- 1
- 3
- 14
0
votes
1 answer
Provision of relative VM arguments to JavaFX run configs in eclipse
A little background:
I want to learn JavaFX, I use eclipse ad my IDE, and I usually work on 2 PCs though a pen drive. I have added JavaFX libraries to the JavaFX project, but when I run the program, it is unable to run as VM arguments arent passed…

Ojas Pednekar
- 39
- 1
- 2
- 8
0
votes
0 answers
Templating Run Configurations in Eclipse?
I have multiple springboot apps that share the same environment variables.
I want to create and maintain common run configurations for all the apps (if possible) or atleast somehow make the run configurations use the same set of environment…

Harshad Loya
- 123
- 1
- 2
- 13
0
votes
0 answers
Is there a way to run application with maven cargo:run and attach debugger automatically in idea?
I have a run configuration in Idea which runs cargo:run maven goal.
In order to debug it, I need to wait until weblogic starts listening at debugger port:
Listening for transport dt_socket at address: 9005. Then I can attach debugger with remote…

jprzystupa
- 113
- 1
- 7
0
votes
2 answers
Intellij & Solr8 : How to setup a project?
I need help with Run/Debug Configurations for my Solr8 project. From terminal I use command "bin/solr start" But then I can not debug my transformers. For this I need to add Run Config in Intellij. Any help is Appreciated. Thanks!!!

user2137216
- 69
- 4
0
votes
1 answer
IntelliJ Idea: TestNG Run configuration missing
Me and my collegue both have IntteliJ Idea version 2019.3.1 Community edition, but on my machine I have the run/debug configuration "TestNG" available and he does not (it is missing in the list of run/debug configurations). What could be the reason?…

DanielBK
- 892
- 8
- 23