Questions tagged [run-configuration]

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.

158 questions
0
votes
1 answer

Minimal run/debug configurations for eclipse plug-in projects

I am working on an eclipse plug-in project. Running/debugging the plug-in project in a standlone Runtime Workbench is a routine work. However, the runtime workbench launches and responds slowly, because my eclipse edition contains too many…
hengxin
  • 1,867
  • 2
  • 21
  • 42
0
votes
1 answer

Run the script thats being edited in Liclipse, not the main from the configuration

I've been working with Eclipse for years, but its PyDev wasn't working on my new Mac...so I swapped to LiClipse. In Eclipse, when I have an open file that I'm editing and click run...it runs the file that's open and visible in my editor. But…
0
votes
0 answers

Is it possible to trigger a run configuration to execute after a make in Intellij

The maven integration in Intellij has a nice feature to trigger a maven lifecycle phase before/after a make/rebuild. Is there any way I can do this with a run configuration?
Noremac
  • 3,445
  • 5
  • 34
  • 62
0
votes
1 answer

Eclipse - "Keep JUnit running after a test when debugging"

In Eclipse there is an option under Run/Debug configuration Keep JUnit running after a test when debugging. Googling for that phrase only returns one hit, a bug report at Eclipse (61174), that is no manual, instruction or similar. Hence I have two…
d-b
  • 695
  • 3
  • 14
  • 43
0
votes
1 answer

NetBeans Localhost development

I have a php project which I want to test on localhost. I was suggested to use a no-ip domain name. I've done that and using this tutorial and now I have a directory with a name same as the domain name on localhost. The project was previously…
shhasan
  • 453
  • 2
  • 9
  • 21
0
votes
1 answer

SublimeText: Define a run configuration

I'm using sublime to code in python and other languages. What I often do, is work on my code and run a main class where I do some stuff. I run almost always the same class but I modify different files. So when I hit "build" (ctrl+b) the file I'm…
gwenzek
  • 2,816
  • 21
  • 21
0
votes
2 answers

Whenever I hit run eclipse it gives value of previous run program

Earlier when i am creating a new class for practicing programs in Eclipse. I use to create in same project and it used to run well. But lately i have to specially go to Run>Run Configuration> I have to manually select the project and main class. Is…
0
votes
1 answer

IntelliJ - How to add a default run configuration to a user created project template?

I have my own user created project template that spawns a Main.java file under a src package. I would like the project template to also have a particular run configuration that executes the Main.java file with the VM…
Nick Holt
  • 115
  • 1
  • 6
0
votes
0 answers

Running eclipse ant targets from an external command

I have several ant targets with custom run configurations setup in my eclipse; is there a way to trigger these ant targets with run configurations from a command line?
Rnet
  • 4,796
  • 9
  • 47
  • 83
0
votes
1 answer

IntelliJ IDEA a single run-debug configuration

Is there a way to create a single run/debug configuration so that when you create a new class, it recognizes it automatically without always having to create a new configuration for every single class that I want to run or debug? Something like…
Coder
  • 83
  • 2
  • 10
0
votes
1 answer

Running the same run configuration in eclipse multiple times

I have a particular run configuration in Eclipse for a simulation that I would like to run 100 times or so. Is there a way that I can do this without physically sitting at my computer and hitting run over and over?
Brian
  • 79
  • 12
0
votes
0 answers

Configuring a bundle from command line

I'm currently running the Equinox OSGi container from within Eclipse to test and run my Bundle. I'm looking for the simplest way to pass some runtime parameters to my bundle. The standard way would be to use the ConfigurationAdmin to configure my…
Amir Gonnen
  • 3,525
  • 4
  • 32
  • 61
0
votes
1 answer

What's the equivalent of IntelliJ IDEA's Run/Debug Configurations "Before launch:" feature in Eclipse?

IntelliJ IDEA in its Run/Debug Configurations dialog allows adding internal and external commands that are invoked before the actual program or test. Is there something similar in Eclipse? Is there maybe a plugin that would do the job?
Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
0
votes
3 answers

Android studio- Can't run library project?

I am trying to run a project that is android-library plugin in Gradle and I get this error in run configurations: "The module cannot be Android library". The project is running as regular Android plugin. Is there any way to run android library in…
0
votes
3 answers

Eclipse "Run Configuration" showing only one Emulator instead of two (Android)

I launched two emulators to send SMS on each other but whenever I go to "Run Configuration" to select emulators, it's showing only one running emulator. Could you please tell me how to fix it? Hope to hear from you soon. Regards, Parmanand
1 2 3
10
11