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.
0
votes
0answers
9 views
Slow startup of win-form application on Windows 8 x64
Ive exhausted my search for answers to this one so I thought Id best ask here. I have a win-form application built on Win7 x64 using VS2010 (vb.net). The application TargetCPU is set to AnyCPU and ...
1
vote
2answers
21 views
Run a shell script on Ubuntu startup
I have a shell scrip that runs on jvm, it works as I write: sh /opt/bin/myshel.sh
I added a shell script to /etc/inti.d with this detail:
#! /bin/sh
### BEGIN INIT INFO
# Provides: ...
0
votes
0answers
8 views
Netbeans 7.3: Modify path of opened files on starup
I'm using Netbeans 7.3.
Is there a way to change manually tha path of the files that get opened automatically on startup? I have duplicated a project and want to work on the new project with the ...
0
votes
1answer
19 views
How to set the initial page url in android phonegap-based application?
I'm developing an phonegap-based android app, and I'm writing code to handle notifications. Here is a snippet of the piece of code which is supposed to raise the notification:
Intent ...
0
votes
0answers
10 views
Where to copy the file to make it launch on system startup?
I want to copy a file, which would launch on system startup as soon as possible. I need to make it work on Windows XP, Windows 7 or other versions and maybe on safe-mode(if possible). Is there such a ...
-2
votes
0answers
61 views
should programmers work on company computers? [closed]
I have a tech startup and we have been having the programmers code on their own laptops that they bring from home. Is it safer to have them working on company computers that way if we have to let one ...
0
votes
0answers
18 views
Race condition setting up Spring annotation proxies
I'm running Spring 3.2.2 and I'm seeing a race condition during my application startup where some of my beans are being created faster than the @Transactional and @Cacheable annotation advisors. Here ...
1
vote
2answers
23 views
Load two sites on startup in IE9
I am using IE9 and I'm trying to load two web pages on startup.
Originally it was loading one but now I need to see 2 different pages, preferably tabs but not necessary, whatever is easier.
Here is ...
0
votes
2answers
33 views
BAT File - START not working randomly on some Windows 7 machines
I have a bat file I'm using to start up GoogleChromePortable and open a web page in Kiok mode.
It works great on my machine and 3 others, except for one where it alerts me that the .exe cannot be ...
0
votes
0answers
18 views
Know which program creates a file at startup
I'd like to know which process creates a file at startup in Linux, for example in /tmp.
Every time I boot Ubuntu I find a file in /tmp even though I delete it each time.
I haven't found out how to ...
0
votes
0answers
39 views
My OS X app sometimes crashes at startup
some of my users report that my app crashes at startup, but I can't reproduce the bug.
Here is a crash log:
Text:
Hardware Model: MacBookPro8,1 Process: Meine App [9279] Path:
...
0
votes
2answers
59 views
Launch perl script on startup
I'm currently trying to launch a perl script that is supposed to run all the time on startup.
i'm working on a CentOS server.
I added this line in /etc/rc.d/rc.local and the script won't start while ...
0
votes
1answer
29 views
Add GUI control to splash screen of linux
I want to add a button, textbox,... into splash screen when starting linux and handle the signal of these controls. So how can I do? Please give me some keywords for a solution.
0
votes
1answer
35 views
List Scheduled Task triggered at startup and logon c#
I am using http://www.codeproject.com/KB/cs/tsnewlib.aspx library to list task which are triggered at log on or startup
ScheduledTasks st = new ScheduledTasks();
foreach (string ...
0
votes
0answers
22 views
Reasons/remedies for very slow Glassfish startup due to AMX MBeans?
I'm wondering if anyone can give me any pointers in relation to the initialization of AMX MBeans on Glassfish. I'm using GF v2.1.1, Java 6 (running as 5) on a Mac.
Whenever I start up GF (which I ...
0
votes
2answers
33 views
How do you command an AppleScripts document to open at login?
How do you command an AppleScripts document to open at login?
I am new to AppleScript. I am trying to create a program that opens 2 applications at login. How do I command it to open at startup/ ...
1
vote
1answer
30 views
MinGW Main routine
In C there is no main program. Sure, C programmers begin with int main(int argc char *argv[]), but this only works because there is a routine that tells the compiler/IDE to run the function named main ...
1
vote
2answers
88 views
How to run a Linux Terminal command at startup
I like to start my Siriproxy server on my Raspberry Pi on startup. I have to type
cd siriproxy
rvmsudo siriproxy server
in the Terminal to start the Siriproxy.
Is there a way to run the command ...
0
votes
3answers
42 views
How can I check if init script called on startup?
I have a init script on FreeBSD. This script called on startup by rc.d. What I want to do that to check if this script called on start up or manually by user. How can I do this check in this script. ...
0
votes
0answers
32 views
How run automatically program on startup under linux? [closed]
I'd need a program to be run every time I startup my ubuntu linux.I want use by adding a command to /etc/rc.local.
0
votes
0answers
20 views
Java jar file running when ubuntu startup
I have jar in my ubuntu from where it listen url address from port and display this url in browser. So I write a script which run the jar when ubuntu startup and there is xml from where it load the ...
0
votes
1answer
40 views
Linux Script run on Startup
I'm looking to build CyanogenMod ROMs for android, I've followed a tutorial to setup the build environment.
This is the tutorial I followed: ...
-1
votes
1answer
40 views
Ask for Chrome Sign in, on startup [closed]
Its good to have your saved passwords and bookmarks at one place but i cant use it till its open to everyone,
I am looking for a way to configure Google Chrome such that it always asks for user sign ...
1
vote
0answers
33 views
JavaFx 2.2: On the first time run my application after setup, very slow to show the main page, why?
My project is a OSGI based C/S architecture, my setup tool is InnoSetup.
On the first time run my application after setup(or after computer reboot), it's very slow to show the main page(about 50 ...
0
votes
1answer
43 views
Pointers to speed up web app startup time
My SaaS ASP.Net MVC web app startup time is about 20 to 30 seconds. The typical usage pattern is tied to business hours. So, when the first user in the morning browses to the home page, the page ...
-1
votes
0answers
23 views
Find caller of shell script (during startup) [closed]
I've been tinkering with some Linux systems, and I've found a number of different ways to run commands on startup. As far as I know, you can use:
.zshrc, or equivalents
/etc/init.d/*
/etc/rc*
...
0
votes
1answer
125 views
C# Windows Form Takes Forever to Load
I'm developing a Windows Form launcher / update / splash screen application to be used on a Windows 7 Panasonic Toughbook (Tablet) in C#. The launcher works fine on my desktop and one of my ...
0
votes
0answers
54 views
Have program launch at startup as an option in Inno Setup
I have a simple Inno Script that installs my program, what I can't seem to get right is for Inno to ask the user if they want the program to start when windows starts.
I have the option to create ...
0
votes
0answers
36 views
JSPG0036E error when running application on websphere application server
I am developing an application using the websphere application server 6.1 in websphere development studio.
Spring MVC 3.0 is the framework I am using and here goes my Deployment Descriptor.
...
2
votes
3answers
162 views
Eclipse: selection does not contain a main type
I'm trying to run some java files in a new project. So I make the project, put the files in it and I try to run the main file so my game starts. I get an error that says " selection does not contain a ...
0
votes
1answer
34 views
My application will not automatically start with windows - what is wrong here?
I am using the following code to manage the automatic startup of my application. The application has been set up to require admin privileges, and indeed, does ask for them.
RegistryKey rkApp = ...
0
votes
0answers
53 views
Excel 2010 is quick to calculate but slow to start up
I have created an excel database that takes information from a number of sheets and stores the data in a single 'database' sheet in a layout that makes it easy to create a pivot table to capture all ...
0
votes
1answer
38 views
service autostart in Linux after system reboot [closed]
Hello guys need some assistance upon how to make services auto start upon system boot in CentOS (Linux). In particular I am talking about tomcat and radius I have scripts but not sure where to place ...
0
votes
0answers
60 views
Windows 7 connect to network before startup process and login
I have the following problem. I developed a script that must be executed prior to login in Windows 7. This script must, among other things, authenticate with a given Internet host and save the return ...
0
votes
1answer
27 views
Is it available multi task tag in <StartUp> or do I have to merge these cmd files to only one?
I am new Azure development and writing powershell script.
I want to run two cmd files for azure start up tasks. I added these files into solutions and set properties as "copy always".After I add new ...
0
votes
1answer
51 views
Running Mount Script at Ubuntu Startup
I have this script to automount my BoxCryptor folder (Dropbox encryption) in Ubuntu. Everything works fine when I run it from the command line, but...when I place this in my "Startup Applications" it ...
0
votes
1answer
104 views
Run app from .bat file with administrator rights from startup?
I am trying to use a batch file to run a list of programs from startup. Windows automatically logs into a standard account. How can I run the .bat at startup with admin rights, without prompting for ...
1
vote
1answer
92 views
Tidesdk - Launch desktop tidesdk application at windows startup
I have a desktop application created with TideSDK, I need this application to launch at windows startup, but can't find how, I mean, when the application is installed or launched by first time, I want ...
0
votes
0answers
34 views
How to make tideSDK app runs when windows starts?
Is there a way to run a tideSDK app when windows starts?
I need to include this on the install package.
1
vote
1answer
29 views
How to respond to desktop startup notification with Qt
I have a Qt application, running under Xfce and other Linux desktops, which works well, except that the circulating "startup notification" icon is not dismissed when the app starts up, so that it ...
0
votes
1answer
47 views
What is the best way for creating asynchronous web application
i'm Trying to implement a web application and it's like a mix of some of twitter , facebook , pinterest features so the app is highly dependent on asynchronous calls to the server , any help with that ...
-1
votes
1answer
14 views
Enable secondary drive at startup [closed]
Here's my problem:
I'm in dual boot with a windows seven and a Linux system, and I have my data (both for Windows and Linux) on an ntfs drive.
This is not a problem, I can access it without problems ...
0
votes
0answers
29 views
Cannot start MPI on several nodes (sometimes!)
I'm quite new to MPI business and have some troubles with starting MPI on several nodes.
If similar topic has already been discussed, please refer me to.
The problem: I have 17 nodes with 24 CPU each ...
0
votes
0answers
72 views
READ ListBox item select remove from real directory READ
Hello I have a Listbox that shows up all startup files on your computer.
Is there anyway that when I click on the item and click on button disable it actually removes the startup item?
I don't think ...
0
votes
1answer
26 views
Eclipse stuck in server status “starting”
I'm using Eclipse (4.2) and am trying to start a JBossAS 7.
I had this problem with the status being allegedly stuck in "starting" before and it was always due to some other process occupying the port ...
0
votes
0answers
85 views
slow xcopy startup script
I have a .bat file using Xcopy to copy a folder.
I'm using this bat to run as startup script via Group Policy Editor
The .bat file contains:
xcopy "D:\temp\Temporary Firefox Files\*.*" ...
0
votes
1answer
45 views
Customize the “Update at Statup” capability of ClickOnce
I am working on customizing the ClickOnce deployment of our WPF application and I wanted to make sure I was not missing something about the process. As far as I know ClickOnce will handle installing ...
0
votes
3answers
77 views
Run a java program at startup in windows only after mysql is running?
I have a java program which uses Mysql database(using mysql which comes with Xaamp).
I ve written batch script to start xaamp and run java program.
How can i make sure that my java program is executed ...
0
votes
0answers
73 views
When I start XAMPP it gives me a error
When I start up XAMPP it gives me a error and also I'm using debian:
Starting XAMPP for Linux 1.8.1...
/opt/lampp/share/lampp/phpstatus: line 4: /opt/lampp/bin/php: cannot execute binary file
XAMPP: ...
0
votes
1answer
25 views
Accessing parameters in silverlight without access to Application_Startup
I am currently trying to send parameters to a silverlight webapplication via url parameters.
This is relative simple when you write the whole application yourselves and have access to the ...









