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
2 answers
How do I prevent the command line arguments of the run configuration for my GWT project from being overwritten?
I have a multi-module GWT project that I am trying to debug using SuperDevMode (or maybe the new name is GWT Dev Mode with Jetty) in Eclipse.
I am using:
Mars .2 (Version 4.5.2)
GWT 2.7 SDK (although 2.8.1 is also installed)
GWT Eclipse Plugin…

Jeff Kramer
- 31
- 3
0
votes
3 answers
Intellij Idea - can't run a simple java class even though the main method is declared
I'm a self-taught coder who is new to both Java & Intellij Idea. I wanted to run a simple Java class called payroll in Intellij Idea Ultimate 2017.3
public class payroll {
public static void main(String[] args) {
int hours = 50;
double…

jack coltrane
- 71
- 1
- 2
- 6
0
votes
1 answer
Not able to run a service on tomcat via IntelliJ Idea
I am working on a framework "beadledom".
I am also relatively very new to IntelliJ Idea, I have used eclipse before, the beadledom framework contains the project sub-module,
api
service
client
In Eclipse if we want to run the services, I would right…

Amar Kumar
- 31
- 8
0
votes
1 answer
IntelliJ IDEA 2017.1 Run Configurations: Make not an option?
This is probably a simple question, but I just upgraded from IntelliJ IDEA 15 to 2017.1, and in my previous Weblogic run configuration when I would add an artifact, the "Before Launch" actions Make and Build would be added by default, if not…

daveystones
- 13
- 8
0
votes
1 answer
Duplicating Eclipse run configurations created by the Angular2 CLI plugin
I'm running Eclipse Neon (4.6) with the Angular 2 plugin. This plugin creates a couple of run configurations that are accessible under the Run As right-click menu, namely ng build and ng serve. Basically, these two configurations invoke the Angular…

João Mendes
- 1,719
- 15
- 32
0
votes
2 answers
how pass a JSON string from php to a java main method and run configuration
I have a php file which stores a Json string in a $result. I now have a java program which processes it and the main func returns a string array.
Being new to java,Im not sure what argument to pass while creating a run configuration. And when i try…

user3387677
- 37
- 2
- 11
0
votes
2 answers
Android Studio Run configuration error
I don't know if this is the right place to ask this question I have no one else to turn to for help ... My android studio was working fine a couple of days back and run configuration was also ok but now i am having issue with it ... I am getting a…

Faisal Hussain
- 43
- 2
- 9
0
votes
1 answer
intellij mocha plugin doesn't always use mocha
Normally from the IntelliJ's 'projects' pane, I can right click on a test file and choose 'debug' or 'run' and the Mocha Plugin intercepts it and automatically creates run/debug configurations for the file. This causes IntelliJ to use the following…

Shanimal
- 11,517
- 7
- 63
- 76
0
votes
1 answer
How to "run configuration" for a Web application in Eclipse
I am having trouble to run configuration for a web application in Eclipse. The Web application is in a Maven project and the Server is JBoss. For a normal Java application, there is a main class and from there I can run configuration. For a Web…

user697911
- 10,043
- 25
- 95
- 169
0
votes
1 answer
Set up Run Configuration for embedded system
I have a STM32F10 RB Nucleo blinking its LED using a project written and built in Atollic TrueSTUDIO® for ARM®, Built on Eclipse (Version: 5.4.0).
The debug configuration works fine, all I'm trying to do is set up a run configuration and I'm getting…

chmielo13
- 15
- 1
- 6
0
votes
1 answer
Exclude folders per run configuration - IntelliJ UE
I have two run configurations for a project with two modules in it.
I want to exclude for both run configurations different module folders (folders in that module) - to say a different classpath for every run configuration.
I could exclude the…

jwi
- 1,116
- 1
- 18
- 38
0
votes
0 answers
Eclipse: How to make 'Run as' use the last used launcher
Is there a way to make 'Run as' (Ctrl + F11) run the active file, but with the most recently used launcher (such as Java Application, JUnit).
I have had this problem both with JUnit and Pitclipse, that whenever I press Ctrl + F11 to run, or press…

Erik Lumme
- 5,202
- 13
- 27
0
votes
1 answer
Eclipse RCP german keyboard shortcuts with "STRG" don't work anymore but with "CTRL" they work
I am currently migration an Eclipse RCP application from Eclipse 3.0 to 4.4.
There are language.property files where the texts for the buttons and also the keyboard shortcuts are specified.
For example, it looks like this:…

Pascal Petruch
- 344
- 3
- 16
0
votes
1 answer
What is the purpose of having two run configurations suh as 'Debug' and 'Release'?
I have just started using Eclipse CDT and would like to know why there are two run configurations such as Debug and Release.
Could I use this this to improve my workflow in any way? The manuals for CDT just mention that there are two default…

SDG
- 2,260
- 8
- 35
- 77
0
votes
2 answers
How to combine the update of a m2e maven project in Eclipse with a "maven build" run configuration to execute pom.xml
After updating my source code I currently have to manually execute two actions:
Update my maven projects with Alt+F5 (this overrides the Eclipse project settings with corresponding settings from the pom.xml files, e.g. udpates the classpath…

Stefan
- 10,010
- 7
- 61
- 117