1
vote
1answer
34 views
Create a Mac Application Installer and Passing Arguments on Launch
Couple questions on creating a mac installer.
1) Should any frameworks from /Developer/SDKs/ be included/packaged into the application file?
2) When we normally launch the execut …
0
votes
2answers
78 views
Eclipse : How to terminate all applications at once?
Hi,
is there some way to terminate all (Java) applications launched with Eclipse at once?
br, Touko
0
votes
1answer
44 views
iPhone Dev - Is it possible to load an app’s mainWindow conditionally?
Is it possible to code this sequence of events once an iPhone app has been launched?
User launches application.
AppDelegate.m checks if data is present in internal database.
If ye …
1
vote
3answers
97 views
Is there a non-java, cross platform way to launch the associated application for a certain file type?
First, I found a couple of java specific questions and answers for this. I am looking for more "native", but cross platform solution, using C, C++, some kind of shell scripts, or, …
1
vote
2answers
224 views
Launchd Relaunch App on Quit
Hi Everyone:
I am wondering how to set Launchd to relaunch my app if the user has not chosen to choose "Quit" from the top bar. There are cases where something may happen to the …
1
vote
4answers
335 views
How do i launch application one from another in c#
i have two desktop applications, after closing first application, first application will start second application. how do i start second application after finishing first applicati …
2
votes
3answers
118 views
Programmatically execute app in Vista…
Hello,
I have an application that executes an upgrader application automatically whien it starts. However, when the first app laucnches and sees that an upgrade is needed it laun …
2
votes
2answers
258 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 "Ru …
1
vote
3answers
1k 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.
0
votes
3answers
99 views
sql profiler 2008 does not accept template name in command line launch
I am trying to launch sql profiler 2008 from the command line launch. the syntax I used :
C:\Program Files\Microsoft SQL Server\100\Tools\Binn>profiler90 /S server
/D dbname /U sa …
1
vote
4answers
400 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 …
1
vote
2answers
896 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 …
2
votes
3answers
1k 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 …
1
vote
2answers
700 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 com …
1
vote
1answer
186 views
how do i start a program (say calc.exe) based on existence of some file (1.htm) via scheduler?
Hi,
I need to start a program based on existence of some file (1.htm) on the same machine using scheduler. I don't want to write any extra code. is it possibele by using that is …
