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
1 answer
Can't run OSGi wrapper bundle in Eclipse; .jar is building okay, but how do I also copy files into target/classes?
First of all, I know a number of questions have been asked before about wrapping existing Maven dependencies as OSGi bundles, but I have a problem which I don't see directly addressed in any of those answers...
The bundle jar for the problematic…

Elias Vasylenko
- 1,524
- 11
- 21
0
votes
1 answer
Can you push a file to the emulator using eclipse run configuration?
Basically I'm doing some database work and I need to push a clean copy of the database to the emulator before each launch. Doing this from DDMS before every run is getting a bit tedious so I'm trying to figure out a way to include it in the run…

lttwinkie
- 23
- 4
0
votes
1 answer
Eclipse: Missing "Run Configurations" button? (Command Groups Availability not helpful)
I have a weird problem. I'm using Eclipse to make something in Python with PyDev. Fine. But one day, the Run Configurations button decides to vanish; now I can't run my program from within Eclipse! Going to Window -> Customize Perspective ->…

JesseTG
- 2,025
- 1
- 24
- 48
0
votes
1 answer
How to specify path to property files in Eclipse via Run Configurations?
I am trying to run an example java file which require specifying the path of the properties file (which in this case is an XML file) as the first parameter under Run Configurations in Eclipse. The XML file is located outside of my Eclipse project.…

Cryssie
- 3,047
- 10
- 54
- 81
0
votes
1 answer
Eclipse Run Configuration to kill python.exe?
I am running a Django server from my run configuration which translates to:
python manage.py runserver --noreload
The stop button in the error panel doesn't kill the process, so I usually run
pskill python
How do I add this to my Eclipse run…

user1438003
- 6,603
- 8
- 30
- 36
0
votes
1 answer
eclipse plug-in development in java: how to run a run configuration from another running one?
I have created two views for eclipse. Each of this views is launched using a different run configuration (meaning a different one for each view).
What I want to do:
In the first view I have a list of elements. When I double click one element I want…

alek
- 121
- 2
- 5
-2
votes
1 answer
Link multiple files in Visual Studio Code (Ubuntu)
I don't understand where I am wrong.
If I run my code through the run button I get this output:
cd "/home/luca/develop/Cplusplus_course/Section13/" && g++ challenge.cpp -o challenge &&…

Luca90
- 63
- 1
- 2
- 12
-2
votes
1 answer
When executing a run configuration, JetBrains software does not seem to be using the Ruby version I specified
I am trying to run a "Run configuration". However in the run window, I get a message:
Your Ruby version is 2.2.1, but your Gemfile specified 2.5.2
So I go to the Terminal tab and I do rvm use 2.5.2. That works fine.
Then I try running the…

CodyBugstein
- 21,984
- 61
- 207
- 363