Tagged Questions
The launch tag has no wiki summary.
26
votes
3answers
15k views
launch safari from iphone app
This might be a rather obvious question, but can you launch the Safari browser from an iphone app?
all the best.
24
votes
1answer
10k views
Android Respond To URL in Intent
I want my intent to be launched when the user goes to a certain url: for example, the android market does this with http://market.android.com/ urls. so does youtube. I want mine to do that too. If ...
16
votes
8answers
7k views
Xcode 4 Error: Error Starting Executable
I ran into problem with testing my app on iOS and Xcode when I am uploading it to my actual devices (iphone and iPad), and I'm wondering if someone knows the issue and can help me out:
Normally when ...
8
votes
2answers
266 views
Forcing a Cocoa application to start in 32-bit mode programatically
I have a Cocoa application that usually runs in full 64-bit mode on any Mac that supports this architecture.
Now I have an external API that is only available as a 32-bit plug-in to be loaded into ...
8
votes
4answers
9k views
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 ...
7
votes
2answers
438 views
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 ...
6
votes
3answers
3k views
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: ...
6
votes
1answer
5k views
Android singleTask or singleInstance launch mode?
I have an app that has a list as its main activity and then you can click items which opens a detailed view of that item. I also have a search activity that is similar to the main activity and works ...
6
votes
5answers
1k views
Eclipse shortcut to run a class
I have an Eclipse project where I often launch the same java class. I have added my run configuration to the favorites menu, but to launch it I still need to click on the run-drop-down menu and click ...
6
votes
2answers
4k views
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 ...
6
votes
3answers
4k views
launch app, capture stdout and stderr in c++
How do I launch an app and capture the output via stdout and maybe stderr?
I am writing an automated build system and I need to capture the output to analyze. I'd like to update the svn repo and grab ...
5
votes
3answers
1k views
How do I start multiple main programs in a Java executable .jar?
I'm writing a program that contains multiple packages in it. Each package has its own main program that I want all to launch simultaneously when the .jar is executed by an interpreter. This seems like ...
5
votes
1answer
456 views
iOS - In-App Purchase & applicationDidBecomeActive
I'm working on an app for 4.0 using the background methods. I'm updating the user defaults with a number that is incremented each time the app is launched. Looks like in 4.0 ...
5
votes
3answers
2k views
Wix, Launch application after installation complete, with UAC turned on
Good day.
I've been building an installer for our product using the WIX(Windows Installer XML) technology. The expected behavior is that the product is launched, if the check box is checked after ...
5
votes
2answers
1k views
Launch file from Java
I want to launch a file(a document) from a Java program and phase the following requirements:
Method must be applicabale on Mac, Win and Linux systems
I am not allowed to use ...
5
votes
3answers
9k views
Launch JVM process from a Java application use Runtime.exec?
I want to be able to launch a Java server process from an existing java application and monitor the stdoutput and stderror and redirect that output to a file. Is the best approach to use ...
4
votes
2answers
97 views
Launch Android App with Specific Activity
When an app launches or resumes, I would like to redirect the user to a specific 'Activity' based on a variable set in 'SharedPrefences'.
To do this I was considering having a method that checks for ...
4
votes
3answers
879 views
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 ...
4
votes
3answers
2k views
How to open the command prompt and insert commands using Java?
There have been a few other questions on here sort of like this, but none seem to have any answers.
Is it possible to open the command prompt (and I guess any other terminal for other systems), and ...
4
votes
3answers
1k views
how to set focus and launch the already running application on button click event in c#.net3.5?
i have been trying the code using mutex but im unable to open my exe after button click
im successful in not making the multiple entries of the application on the taskbar at button click but my ...
4
votes
12answers
17k views
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 ...
3
votes
1answer
54 views
Can I call a jython script from java -jar myjar.jar?
I have a python script that I believe I can convert to jython. I want to call java -jar myjar.jar to launch my application. Is it possible to call that command, and have the main class call that ...
3
votes
2answers
1k views
Determine if an app exists and launch that app on iOS
Is there a way to check iOS to see if another app has been installed and then launched? If memory serves me this was not possible in early versions but has this been changed?
Thanks,
Rob
3
votes
1answer
225 views
How do I run a Eclipse launcher file in IntelliJ IDEA?
I have a Eclipse .launch file that a developer has created to set up the classpath, vm and program arguments from a XML file that Eclipse uses to launch the program.
I want to be able to run this ...
3
votes
1answer
359 views
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 ...
3
votes
2answers
1k views
iPhone App can autolaunch after device boot?
Saw an app called PhoneRecover on the AppStore.
They advertise the following:
PhoneRecover will automatically restart after a reboot on the iPhone 3GS and the iPhone 4 running iOS4.
How is this ...
3
votes
1answer
188 views
Why is my Eclipse launch configuration not being added to the Run or Debug configurations list?
Just finally found a solution for this so thought I'd post it here as a question and answer so I find it next time I google it:
I have a .launch file which I can run by context menu (Run As...), but ...
3
votes
4answers
1k views
Problem launching Google Navigation
i tried since many hours to launch navigation from my app.
I want navigation without destination.
i tried with
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q="));
...
3
votes
2answers
984 views
Developing iPhone app to Run on iPad - Auto Set 2x
Is there a way to programmatically set the iPad to run the iPhone app at 2x as it is launched (yet keep the iPhone app native). I understand I can create NIB files for each hardware platform, but for ...
3
votes
2answers
116 views
Launch Program from IE
Is it possible to launch a program from an anchor in IE? For example, iTunes had links like itms:blahblah that would open up iTunes and go directly to the appropriate page. If so, what is the best ...
3
votes
5answers
1k views
How to detect whether an OS X application is already launched
Normally an application bundle on OS X can only be started once, however by simply copying the bundle the same application can be launched twice. What's the best strategy to detect and stop this ...
3
votes
1answer
4k views
How to launch multiple Java programs with one configuration on separate consoles (with Eclipse)
I'm working with a Java program that has multiple components (with Eclipse & Ant at the moment).
Is there some way to start multiple programs with one launch configuration? I have an Ant target ...
2
votes
4answers
60 views
Launching an EXE file already stored on your computer via website
Is it possible to make a launcher for a website that opens a file installed on your computer published by the website, like a button?
For example, the user can install "blahblah.exe" onto their ...
2
votes
1answer
52 views
issues with msi installer on windows xp
I am clueless about a recent issue that I encountered while making an MSI installer for Windows XP 64 bit platform.
In the Launch condition of the installer I am trying to read from registry, but the ...
2
votes
0answers
61 views
How to run or start application inside the fragment of Android?
I want to launch any existing app of device inside a fragment.
Can anyone please help me how can I do this.
Thanks & BR,
Pawan
2
votes
4answers
185 views
Start activity only once
I want my app to start a activity only the first time the app launches.
Any one got any idea?
i found this but it only shows a black screen.
public class WhatsNew extends Activity {
public static ...
2
votes
1answer
111 views
Launch Mac application when iTunes starts without background process (like last.fm)
I would like to start my OSX application when iTunes loads, without having a background process to monitor when iTunes launches. The last.fm client seems to do this; I can find no background process ...
2
votes
2answers
161 views
why is iPhone launch image not lining up with main screen background image at transistion?
Background:
I have an iPhone application for which I want the launch image to be exactly the same as the background image for the main screen - so that upon loading the "launch image" is shown, then ...
2
votes
1answer
551 views
iPad device orientation always wrong when flat
I know this subject gets a lot of attention here at SO, but none of the "solutions" is working for me. Here's the situation:
iPad is flat on my desk (a face up device orientation), the home screen ...
2
votes
2answers
52 views
Launching a java application from an URI
I'm looking for a way to launch my java application when using a custom URI.
Something in the lines of
movie://superman/
This should start my application and display information about the movie ...
2
votes
3answers
739 views
UISplitViewController not showing popup button when lauunching 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 ...
2
votes
1answer
124 views
How can a Mac app determine the method used to launch it?
I have a Mac OS X application that is also a protocol handler (just as, for example, Safari is a protocol handler for the HTTP and HTTPS protocols). So when a user clicks a link of the form ...
2
votes
4answers
139 views
What exactly is happening when I tap my iPhone app icon?
My app takes incredibly long to load, and I have no idea why. To add: It gets stuck on the homescreen for 3-4 seconds before actually bringing up the Default@2x.png.
Can someone tell me what is ...
2
votes
1answer
437 views
Launching exe and bat files with InstallShield 2010
I have to make an msi installer for an application. That app requires Microsoft Visual C++ Runtime and MySQL Server and i wish to launch installers from mine. I've been searching solutions,and tried ...
2
votes
1answer
316 views
Xcode “passing variables at launch” question
When I select the executable in the Xcode project interface, an Info window comes up containing information on the executable. When I select the arguments tab, I enter some "variables to be set in the ...
2
votes
1answer
546 views
Eclipse plug-in: add Launch command group to Custom Perspective
I have looked for a lot of tutorials online and it is very difficult to find anything related to Launches.
I am implementing an IDE plug-in which implements a custom perspective and I cannot see any ...
2
votes
1answer
210 views
App launch in android
We can launch the app in two ways, 1 is form the app, clicking on device back button till we reach the android home screen and launching the app or 2nd is from the app we can click the device home ...
2
votes
3answers
2k views
How to create a launch image or how to get an empty status bar
I want to create a launch image for my app. The HIG states:
For iPhone and iPod touch create launch images that include the status bar region in the following sizes:
320 x 480 pixels
640 ...
2
votes
1answer
221 views
Launch Count on iPhone App
Ok I want to keep track of how many times my iPhone App has been launched. I will be using this number for a "leader board" for our most active user. I figured the code needs to be in the ...
2
votes
1answer
671 views
Detecting iPad launch orientation
I'm developing an app that will feature a splash screen fading to the first app page. This splash screen is supposed to seamlessly flow from the Default-X.png image from the app launch. I've got this ...