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
3 answers

iPhone app startup zoom effect

I've noticed when starting apps on the iPhone, they first appear as small windows gradually getting bigger and bigger, until filling the entire screen. These small windows look like the applications. However, when running my applications on my…
quano
  • 18,812
  • 25
  • 97
  • 108
1
vote
3 answers

Spring AbstractAnnotationConfigDispatcherServletInitializer No WebApplicationContext found: no ContextLoaderListener registered

I am using Spring 3.2.5 with no XML configuration. I am using the AbstractAnnotationConfigDispatcherServletInitializer to initialize my application and AbstractSecurityWebApplicationInitializer to initialize spring security. My application deploys…
user3089280
  • 381
  • 2
  • 4
  • 12
1
vote
1 answer

How can I log Tomcat startup messages to a file?

When I start Tomcat 7 as it tried to deploy an application there are thousands of lines of output, including exceptions, that are printed to the DOS console but not captured in any log file. I need to see this output and cannot set a large enough…
Dean Schulze
  • 9,633
  • 24
  • 100
  • 165
1
vote
1 answer

Script Not Running

I have a script file that I would like to run whenever my computer starts up. What the script file does is run a .jar file that I have on my desktop. I first created a .jar file called Hello.jar that is located on my desktop. After that I created a…
user2612619
  • 1,119
  • 3
  • 11
  • 28
1
vote
0 answers

Install4j Linux application

I'm developing an install4j application for multiple platforms. At the moment I want the application to run at start up of the computer in linux. I have already set it to run at startup on Windows and OS X. The application has GUI. How can i set…
Ni12N
  • 123
  • 9
1
vote
3 answers

Building a Network Appliance Prototype Using a standard PC with Linux and Two NIC's

I am willing to build a prototype of network appliance. This appliance is suppose to transparently manipulate Ethernet packets. It suppose to have two network interface cards having one card connected to the outside leg (i.e. eth0) and the other to…
1
vote
3 answers

Is it possible to recover keyboard input that was done while Mac OS was starting up?

I wonder if it is possible to figure out what keys user was pressing while his Mac OS was starting up? Any way will do. As far as I understand it there is no easy way to simply hook an app/script to start working and capturing keystrokes…
Ivan Karpan
  • 1,554
  • 15
  • 20
1
vote
1 answer

Computer does not shut down when script running in while loop

I've put this script in /etc/init.d, when some user changes password, this script updates it on another file data.txt, It is working fine, but when i shut down my computer it was not doing so showing ubutnu screen at shutting down, n when i shut…
Fatima Zohra
  • 2,929
  • 2
  • 17
  • 17
1
vote
0 answers

C# Run On Startup is added as disabled

I am trying to add my application to StartUp, when I use my code to add an application to startup registry, it gets added but when I check in msconfig or taskmgr its disabled by default. Any idea how to fix this? Tested on Windows 8 and 8.1 …
1
vote
0 answers

COMODO firewall - Block Windows "run on startup" setup

I want COMODO Firewall to alert me everytime, when some application try to setup itself to run on Windows startup. Is it possible with COMODO Fiewall? For example ZoneAlarm can do this. Thanks.
nanuqcz
  • 1,376
  • 3
  • 16
  • 19
1
vote
5 answers

How to start up with 2 forms?

I'm trying to have 2 forms on start up, one is a log in form that can be pushed aside or closed, I just need it to open ontop of my main menu. I've tried this: public partial class MainMenu : Form { public MainMenu() { …
Nathan
  • 1,287
  • 6
  • 15
  • 32
1
vote
5 answers

What is the C# equivalence of startup module we had in vb6.0?

What is the win-based application developing with C# equivalence of startup module we had in vb6.0? a static class ? or what?
odiseh
  • 25,407
  • 33
  • 108
  • 151
1
vote
1 answer

Startup script for scala REPL

What is the name of startup script for the scala REPL. For example something along the lines of the following: ~/.scalarc
WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560
1
vote
2 answers

How to provide arguments at startup to application

I have been wondering how to provide command line arguments to a application on startup. I mean what to type in the code, so that a registry entry is created which supplies the command line args:- I have been using the following code, to create a…
Pratik Singhal
  • 6,283
  • 10
  • 55
  • 97
1
vote
2 answers

Auto Start Application on Startup - Wait for API to be available

Alternate title: Auto-run THINC app when control is turned on (run only after OSP NC system started) I am writing an application for the OSP-P300 control (Running WinXP) and want it to start automatically when the control boots up / turns on. I have…
Scott Solmer
  • 3,871
  • 6
  • 44
  • 72