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
1
vote
0 answers

Eclipse CDT cannot find built exe file after building, have to click run configuration

I am using Eclipse CDT. I encounter a really weird problem. After I built a project, I click on the project and choose run as -> local c/c++ project, it will throw a binary not found error. If I right click the project -> run configuration, but…
user2751691
  • 401
  • 2
  • 10
  • 32
1
vote
0 answers

Aptana Studio using Tomcat for Preview

I've been searching for a while and couldn't find any answers for this even if many people asked. Seems I need this because of WebGL. How do you fully configure Tomcat to be use in a run configuration in Aptana ? Now, I've set the CATALINA_HOME and…
mkirouac
  • 113
  • 1
  • 12
1
vote
2 answers

Eclipse run configuration for Play Framework

I am currently trying to run a test application based on the Play framework. The project was created using the command line tool for play and then converted into an eclipse project by using play eclipse The documentation says that this step also…
AHaberl
  • 328
  • 2
  • 12
1
vote
1 answer

Connecting Your Own Device On Eclipse safely to run Application

I have an Android phone running version 2.2 of the android. The name of the phone is "Samsung Galaxy S fascinate". Its the Canadian version of the Galaxy S I think. Now, I have a lot of things saved on this phone especially on my SD card. Recently I…
Zunair Syed
  • 172
  • 4
  • 13
1
vote
1 answer

IntelliJ - Setting up run configurations (getting an error)

I've started a new project and I have a .bat file to run my application. I happen to use linux, so I can't use .bat files (and I'd prefer not to make a .sh file unless I have to). Could someone show me how to set up my run configurations so that my…
Kuto
  • 21
  • 1
  • 5
1
vote
5 answers

Run multiple java main classes at once in netbeans

I have several main classes with different arguments. I also added the arguments to each class successfully. But the problem is: I have to start each class manually every time (e.g. click on Run-File). Is there a solution where I can start all the…
1
vote
2 answers

How to implement an eclipse VM argument in code

This is probably a simple question but I'm currently working with vlcj to make a video player for a project. I have a basic player working but only when I have the VM arguement -Djna.library.path="C:\Program Files\VideoLAN\VLC" defined in the debug…
jazibobs
  • 422
  • 2
  • 10
  • 20
0
votes
0 answers

IntelliJ doesn't show external Quarkus log files when debugging

I'm using IntelliJ 2023.1.3 (Ultimate Edition) to develop a Quarkus application. I have a run configuration where under Environment > Logs, I added all the log files my application is writing like so: When I now run/debug my app, IntelliJ never…
xxtesaxx
  • 6,175
  • 2
  • 31
  • 50
0
votes
0 answers

Run Configurations for Spring Service and Batch script in IntelliJ

I have a shell script that forwards a port from a kubernetes cluster of our testing cluster. It has a postgres database that I need for my spring application to work. Now, call me lazy (and make me a compliment in the progress), but I want to click…
monamona
  • 1,195
  • 2
  • 17
  • 43
0
votes
0 answers

WebStorm Run/Debug configuration: Adding "--use-strict" as Node parameter does nothing

I am starting to code JavaScript on JetBrains WebStorm, and I am trying to follow a few examples from a book. I am trying to avoid adding use-strict at the start of every code file, knowing fully that using this approach should be used with…
0
votes
0 answers

Can't find the default run configuration in Android Studio

I'm new to Android Studio. I followed a guild on YTB how to create a project and probably messed up something. As you can see in the picture, there's no run/debug configuration by default when I created the project. Here's the screenshot I tried…
0
votes
0 answers

Setting Eclipse's runConfiguration to use JAVA_HOME environment variables instead of local directory

I've been trying to create a runConfiguration within Eclipse for a gradle project I'm working on. When I tried saving it as a local file which created a .launch file, it has a parameter
Hari
  • 3
  • 5
0
votes
1 answer

Is it possible to select a target platform from within a run configuration?

I'm using Eclipse RCP 2021-9 (can't update because the project is based on this specific version) Let's say I have 2 target platforms and 2 run configurations in my RCP workspace. I'd like the run config 1 to run with TP 1 and the run config 2 to…
0
votes
0 answers

Android Studio - Run/Debug configuration for different build types

My project contains a service that expose data for other applications. Currently I have two build types: Release - contains the service, no UI (Launch Options -> Launch -> Nothing) Debug - contain all that we have in release and UI to allow…
Ofir A.
  • 3,112
  • 11
  • 57
  • 83