The definition of a launch is an event at which something, such as an application/program is started.
Questions tagged [launch]
1269 questions
13
votes
7 answers
Eclipse Helios not launching
I have used Eclipse in the past without problems over a year ago, but I downloaded Helios onto a new computer having Windows Vista and Java 1.6.13 currently. I extract the folder and try to run the Eclipse EXE and get an error stating "Java was…

Ken
- 131
- 1
- 1
- 3
13
votes
3 answers
How to open external programs in Python
Duplicate edit: no, i did that but it doesnt want to launch firefox.
I am making a cortana/siri assistant thing, and I want it to lets say open a web browser when I say something. So I have done the if part, but I just need it to launch firefox.exe…

Dan
- 182
- 1
- 2
- 13
13
votes
0 answers
Launch JNLP file in MS Edge
I have a ASP.NET site which offers JNLP files for starting Java Web Start applications. I've set them as hrefs in tags to download them. The behaviour I get from different browsers varies:
IE11: Auto launch
Firefox (45): Auto launch
Chrome…

MPelletier
- 16,256
- 15
- 86
- 137
13
votes
2 answers
How to launch Telegram app from my own android application?
I have an android app that should be able to open a chat in the telegram app by pressing a button.
I want to open an existing robot chat page DIRECTLY from my app. I have a valid token for my robot. How can this be achieved?
Thanks in advance.
robot…

BoshRa
- 778
- 1
- 8
- 15
13
votes
2 answers
In Eclipse, how to have launch configurations relative to the project?
I usually have multiple copies of a project, for example: a copy of the trunk and another of the last release branch. To cleanly separate my project files from Eclipse, they are checked out from Subversion in a directory outside the Eclipse…

neves
- 33,186
- 27
- 159
- 192
13
votes
2 answers
Launch app from link, if no app then go to download app from web
So I'm looking to launch a mobile app when a web page is landed on. I've seen this done and all is great there (see code below with Facebook and Pandora as an example). But I'm looking for a logic check to route the user one way or the other…

UnknownPersonNumber5
- 131
- 1
- 1
- 4
13
votes
2 answers
android - launch an activity of another app to get it's result
I have two applications, A and B.
From A, I'm launching B for a result, using the following code:
Intent fmIntent = getPackageManager().getLaunchIntentForPackage("com.example.B");
fmIntent.putExtra("hello", "world");
startActivityForResult(fmIntent,…

judepereira
- 1,239
- 2
- 17
- 24
12
votes
13 answers
How to check JRE version prior to launch?
What's the best way to determine if the version of the JRE installed on a machine is high enough for the application which the user wants to run? Is there a way of doing it using java-only stuff? I'd like the solution to work on Windows/Linux/MacOSX…

Vladimir Prenner
- 227
- 2
- 4
- 13
11
votes
4 answers
Spyder 5 won't launch
I just downloaded Spyder 5 using
conda upgrade anaconda
conda install spyder=5.0.0
However, after installation when I launch Spyder from the Windows menu, I see a pop up indicating that Spyder 5 is launching. However, after a few seconds the popup…

Emil
- 1,531
- 3
- 22
- 47
11
votes
3 answers
Gnome 3 and .desktop files - What exactly does "Allow/Disallow lauching do"?
I know that when creating a .desktop file, one can set the metadata::trusted as true and false, in order to be able to launch the icon as an executable.
What is intriguing me however is the fact that:
When right-clicking on the .desktop file and…

Lango
- 323
- 5
- 17
11
votes
1 answer
Where are the external tools launch configurations in Eclipse
I usually install and uninstall different versions of Eclipse for fun. I don't want to install many plugins. I prefer to start with fresh install to test the IDE.
The problems comes when I have to config all the external tools that I always use…

user2427
- 7,842
- 19
- 61
- 71
11
votes
4 answers
XCTest UI Testing - How to close and open an app without relaunch?
I want to make my app to go to background, and then comeback to the foreground.
To make an app to go background: XCUIDevice.shared().press(XCUIDeviceButton.home)
To terminate an app(force tap): XCUIApplication().terminate()
To launch the app:…

Confused
- 3,846
- 7
- 45
- 72
11
votes
6 answers
Private func didFinishLaunchingWithOptions not being called? (Swift 3)
Isn't didFinishLaunchingWithOptions supposed to be called when the app starts running for the first time? I set a breakpoint at this method and when I run the app in the simulator the breakpoint doesn't get hit, which means the method doesn't get…

Freddy Benson
- 735
- 4
- 11
- 30
11
votes
8 answers
Launch Android SDK manager - Tools directory doesn't exist? Mac
I'm on mac, I think I've done everything right so far. following these instructions:
http://developer.android.com/sdk/installing/adding-packages.html
it says to navigate to tools/ directory in terminal. Here are my steps.
Open terminal
cd…

John Curry
- 428
- 1
- 5
- 17
11
votes
10 answers
Launch image doesn't update
I'm using Xcode 4.3.1. Adding launch image is pretty simple -- just drag the image to the Project->Summary->Launch Images window.
So I set a launch image before and it worked. But when I dragged a different image and run the app on my iPhone again,…

ceriseche
- 548
- 6
- 14