Questions tagged [startup]

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

2846 questions
1
vote
1 answer

Correct gacutil command syntax for azure running windows server 2012

I have a project that uses the Pkcs12ProtectedConfigurationProvider. There were never any problems using this dll in azure when targeting windows server 2008 sp2 or r2. However, when I tried to deploy to azure using windows server 2012…
danludwig
  • 46,965
  • 25
  • 159
  • 237
1
vote
2 answers

How to make a program run at startup?

I want my c++ program to run automatically when the operating system loaded , i mean when the system starts working .. I am using linux(ubutu) I have no idea to do that ? any idea may help .. thanks in advance
sana
  • 125
  • 5
  • 15
1
vote
1 answer

Service blocks windows startup

We have automatically started service which in some cases spends a lot of the time loading necessary data, let's say 10 minutes. During this time it works as expected (processing some huge data files required to start). I report the progess by C++…
Martin
  • 165
  • 1
  • 15
1
vote
1 answer

How can I improve my Adobe Air iOS App start time?

I built an Air application that runs on Android devices and iOS devices. The application uses Air 3.4 and Flex SDK 4.6. On my Android device, the application starts in 5 seconds. On my iPad device, the application starts in 95 seconds. My…
1
vote
1 answer

rcp application without workspace creation

I would like to have an rcp application, that does not create any workspace folder at startup. My rcp application does not require to save any plugin or user data persistently. For end user, the workspace creation seems to be an confusing and…
eagle
  • 46
  • 6
1
vote
2 answers

C# - Get list of application which runs on windows startup programatically

I want to get the list of application which runs on windows startup programatically. i see those application in msconfig->startup. but when i see it in C:\User\Appdata\Microsoft\windows\start menu\programs\startup it shows folder is empty. How to…
omkar patade
  • 1,442
  • 9
  • 34
  • 66
1
vote
2 answers

@Startup @Singleton @PostConstruct giving a RunTimeException (Could not invoke PostConstruct on the newly created bean instance)

I'm trying to build a bean which is launched at startup, to do migration on data we have. It is annotated as a @Singleton @Startup bean, but the @PostConstruct is failing, but I have no idea why. This is the code:…
gjoris
  • 1,731
  • 2
  • 17
  • 22
1
vote
2 answers

how to debug windows service start-up code in c,not c#

everyone I want to know how to debug the windows service start-up code in C.there are several questions like this but in C# but they are not what I need. So far,I can only attach to process to debug.Now I want to debug the main() function,how to do?…
Eric
  • 195
  • 1
  • 2
  • 4
1
vote
2 answers

Run terminal command on startup of netbeans in mac osx

Hey, does anybody know of a good way to run a command in the terminal when you startup netbeans in mac osx? Either as an option in netbeans or as a feature of mac osx? I'd like automatically sync my local files with a remote folder on startup of…
Bob Ralian
  • 1,949
  • 1
  • 20
  • 29
1
vote
0 answers

Multiple flow startup very slow after upgrading from 3.1.2 to 3.3.0

We recently upgraded from Mule 3.1.2 to 3.3.0. We are using Mule deployed inside a war in JBoss 5.1. On our backoffice application we have a large number of flows using a quartz inbound endpoint then running various processors. like this one :…
1
vote
1 answer

pass permanent parameter to a jar file

I have 3 jars: jar1, jar2 and jar3, in the same path who can change in other pc (ex: c:\prova) When I run jar1, it moves jar2 in the Windows Sturtup folder. I want that jar2 simply activate jar3 at every windows startup, but of course it doesn't…
T30
  • 11,422
  • 7
  • 53
  • 57
1
vote
0 answers

How to identify that STAF finished initialization?

How to identify that STAF is fully up and ready after a reboot? We currently use "staf local ping ping", but this command returns "pong" even before STAF is fully ready for other commands. Preferably I need something that would be platform…
1
vote
1 answer

C# How to download a program and save it in the start up folder

I've downloaded the file using the WebClient namespace, but when I try to save the file to the start up folder in Windows 7, it gets denied access to save the file there. Is there a way that I can request permission to save it there, or is there a…
Pjrat111
  • 213
  • 1
  • 3
  • 9
1
vote
1 answer

iOS: play a video on every startup of universal application

I'm working on a universal iOS application. On the startup a short intro video should be displayed, but I can't figure out how to handle it for both device types correctly. It is a master-detail-application. So when and where should I load my video…
Bautzi89
  • 346
  • 1
  • 5
  • 21
1
vote
0 answers

Jeditable on click run jquery

I have the following code: $('td:eq(1),td:eq(2), td:eq(3), td:eq(4), td:eq(5), td:eq(6),td:eq(7), td:eq(8)', table.fnGetNodes()).editable( 'exe/editar_manuais.php', { "placeholder" : "", "onblur": 'submit', …
Sunita
  • 319
  • 1
  • 2
  • 14