The definition of a launch is an event at which something, such as an application/program is started.
Questions tagged [launch]
1269 questions
19
votes
3 answers
How to change a referenced classprovider in Eclipse?
I uninstalled the maven plugin but when trying to run the project that was perfectly running before the plugin I have "Referenced classpath provider does not exist: org.maven.ide.eclipse.launchconfig.classpathprovider". I assume I have to change the…

user496547
- 261
- 1
- 3
- 5
19
votes
2 answers
Can I launch one app from other app on iPhone
I want to create app which have to launch another app and run some features in last.
I mean my app A call app B and run in B some method.
Can I do this?
I know that I want to use URL scheme, but can I run some method in another app?
Thanks!

Matrosov Oleksandr
- 25,505
- 44
- 151
- 277
18
votes
3 answers
Launching run configuration outside Eclipse IDE
I have a run configuration defined for my Eclipse RCP application which is saved to a .launch file. Is there a way to use this launch configuration outside the Eclipse IDE? i.e, it would be nice to be able to launch the application from the command…

lucks
- 936
- 2
- 10
- 23
17
votes
2 answers
Windows terminal: open multiple panes and execute specified command
I recently downloaded the new Windows Terminal. I have created the shortcut for opening the multiple panes(which is working fine). However, I am trying to execute a command for the respective pane.
wt -d -c "cls && php artisan serve" ;
…

Mr.Singh
- 1,421
- 6
- 21
- 46
17
votes
6 answers
UISplitViewController not showing popup button when launching portrait
I am doing an iPad app based on a UISplitViewController. I have a little problem with the toobar button when my app launched in potrait. The button to show the popover is not displayed.
However when I rotate my iPad into landscape and then back to…

rpechayr
- 1,282
- 12
- 27
17
votes
5 answers
How to load all views in UITabBarController?
I have not found relevant and up to date answers in the posts related to this question.
I would like to load all viewcontrollers on launch. Currently it launches as expected but when I tap on a bar item (the first time) there is a slight delay to…

Sam
- 1,101
- 2
- 13
- 26
16
votes
4 answers
Android - detecting application launch from home or history
What is the best way to detect when an Android "Application" has been launched from the Home screen/History screen?
Basically, what I'm trying to achieve is force the user to login to certain screens each time they come back to the app (i.e. they…

Codz
- 315
- 1
- 2
- 10
16
votes
5 answers
Why is my Eclipse launch configuration not being added to the Run or Debug configurations list?
I have a .launch file which I can run by context menu (Run As...), but it is not being added to the list of Debug or Run configurations like it should. Why not?

Epaga
- 38,231
- 58
- 157
- 245
16
votes
4 answers
Killing an unknown self restarting server on port 80 Mac OSX
I have a server running on port 80, but I do not know what it is or where it came from. When I run
sudo lsof -i :80 | grep LISTEN
I get
httpd 80 root 5u IPv6 0x91f5a9de62859cfd 0t0 TCP *:http (LISTEN)
httpd 694 _www 5u …

Stephen Mather
- 275
- 3
- 9
16
votes
1 answer
Difference between Launch Screen and Launch Image
What exactly is the difference between Launch Screen and Launch Image? I know what an Launch Screen is. When starting an app you see the Launch Screen while the app is loading. When app is loaded Launch Screen disappears, right? But, what is an…
user5242315
16
votes
9 answers
How to detect Apps first launch in iOS?
I would like to display a welcome screen when a user opens my app for the first time. What method is there to check the first launch of an app in Swift?

Natanel
- 1,706
- 1
- 18
- 19
16
votes
2 answers
Prevent eclipse from building the projects before run an Ant task
I want to prevent the project from compiling when I run an Ant task, how is this done?
Eclipse build setting is not automatic but the build still remains running before any ant task be launched.

thiagoh
- 7,098
- 8
- 51
- 77
16
votes
4 answers
Launching Android Application from link or email
I have been trying to launch the application from a link on email or from a posting on some social networking websites. The problem is that in some device or some gmail application on the android don't show the anchor tags or link that I have…

Dinash
- 3,027
- 4
- 32
- 45
15
votes
1 answer
How to launch app on click of url in android
Launch app when click on url if app installed on device. if app not installed on device, open playstore.

Divyesh Rudani
- 231
- 1
- 2
- 13
15
votes
7 answers
Use Python to launch Excel file
when i try
os.system("open " + 'myfile.xlsx')
i get the output '0'
similarly, trying
os.system("start excel.exe myfilepath")
gives the result 32512
I have imported os and system, and I'm on mac. How can I change this so it does actually launch…

C2P1
- 397
- 2
- 4
- 13