Start up applications?

Is it possible to mark certain applications to automatically run at startup and if so how do I go about doing this?
Thanks in advance to any posts!

From Mac Help:
"Opening items automatically when you log in:
You can have applications or documents open automatically when you log in to your computer. You can choose any application or document on your hard disk, including Mac OS 9 applications.
1. Choose Apple menu > System Preferences and click Accounts.
2. Click Startup Items and then click Add .
3. Select an application or document and click Add.
4. Drag items in the list to change the order in which they open.
5. Click the Hide checkbox next to an application if you don't want a window for the application to open.
To prevent these items from opening when you log in, click the Login button and hold down the Shift key while your desktop appears.
To permanently stop an item from opening automatically, select it in the Startup Items list and click Delete ."

Similar Messages

  • How to start a application with a login window?

    hi there
    does anyone have any idea on how to start an application with a login window? a login window is the first frame or window to be displayed when an application starts running. and only correct login id and password have been entered the real application will start. any sample out there? thank you.

    You can start a new thread by making a thread object and passing it an implementation of a runnable object. Runnable has just one method, public void run(), this is was gets executed in a second thread. perhaps the code you would use would look something like this.
    <code>
    // set up thread for login window
    new Thread(new Runnable() {
    public void run() {
    // construct your login window here
    // when you are done processing the
    // password....
    if(goodPassword) {
    authorized = true; // a global variable
    notifyAll(); // don't forget this
    else {
    System.exit(42);
    }).start();
    // control does not stop this code gets executed while
    // the above thread is running.
    // Set up main program here. This is done in the
    // backround.
    while(!authorized) {
    synchronized(this)
    { wait(50); }
    // now when the user logs in this frame pops
    // up real quick.
    myFrame.setVisible(true);
    </code>
    Hope you can figure it out.. good luck :)

  • How to start an application in the background using "oscmd" on windows

    Is there any way to launch a windows application using oscmd without suspending xmath?
    From a "cmd" window one can use the start command:
    > start notepad
    Which starts the application without suspending the "cmd" window.
    From xmath command line, one may use:
    > oscmd("start notepad")
    This starts the application. However, the user cannot interact with xmath as long as the application is running.
    Thanks
    Xmath715, windows xp version 5.1 SP2

    Hi Farshid,
    There is a command in the Shell API of Windows that runs an executable:
    #include <utility.h>
    #include <ansi_c.h>
    #include <shellapi.h>
    #include <windows.h>
    int main (int argc, char *argv[])
        int res;
        if (InitCVIRTE (0, argv, 0) == 0)
            return -1;    /* out of memory */
        HINSTANCE stuff;
        stuff = ShellExecute(NULL, "open", "notepad.exe", NULL,NULL, SW_SHOW);
        printf("%i",stuff);
        return 0;
    You can build a similar program into an executable and since the Parent
    executable will finish executing, control will return to XMath even
    while notepad is still open.
    Richard
    Field Sales Engineer, New Jersey
    National Instruments

  • Error while trying to start the application

    Hi,
    Could any one please suggest the cause for this error. This error occured when I tried to start the application installed on Websphere server.
    --------Reading configuration for server: server1
    ADMU0111E: Program exiting with error:
    com.ibm.ws.process.exception.ProcessOpException:
    com.ibm.ws.process.exception.ProcessOpException: Error creating new
    process.
    Thanks in advance.

    Hi,
    Could any one please suggest the cause for this error. This error occured when I tried to start the application installed on Websphere server.
    --------Reading configuration for server: server1
    ADMU0111E: Program exiting with error:
    com.ibm.ws.process.exception.ProcessOpException:
    com.ibm.ws.process.exception.ProcessOpException: Error creating new
    process.
    Thanks in advance.

  • Why do I get "Error 1 occured at Config Data Registry.vi(get data) invalid object 0" while starting my application?

    Why do I get "Error 1 occured at Config Data Registry.vi(get data) invalid object 0" when starting my application created in LabVIEW 7.1?  I am starting the application in a PXI rack running Windows XP.  I have an executable written in LabVIEW 7.0 that runs without this error.  After clicking the Continue button in the error, the application seems to continue happily.
    Is there something I need to include when I make the executable?
    I would like to understand and eliminate this start up error.
    Thanks in advance.
    BobNorth

    Hi Bob,
    I looked through the program and I figured out where the error is coming from, and potentially what is causing it. In a lot of the cases of the program you are searching a 1-D array for the name of the case, and if you don't find it then it skips the function and gives "Error 1 occurred at Config Data Registry.vi(CASENAME) invalid object 0". I attached a screenshot that shows what I mean. The Search 1-D Array.vi is returning a -1 which means it didn't find the case. The reason I believe this is happening is because the shift register for that array is not initialized. While the other cases "reset" and "register" interact with the array shift registers and most likely create the array you need, if the program defaults to the "get data" case then it will try to run that before registering and won't have an array to search. This would also explain why it only has this problem at first and seems to run just fine after that. To fix this you should either make an initial array and wire it into the shift register or make the "reset" case the default as opposed to the "get data" case.
    Regards,
    Peter W.
    Attachments:
    Config Data Registry.png ‏55 KB

  • Can't start VC application in Portal 7.3 tc~wd4vc~launcher error

    Hello,
    we are trying out visual composer 7.30 with Portal. After developing in VC and deploying to portal I can't start the application. In the log-files there is the following message:
    Application sap.com/tr-gruppe_impl cannot be started. Reason: it has hard reference to application sap.com/tcwd4vclauncher, which is not active on the server because  application is not deployed. Probably refering application sap.com/tr-gruppe_impl declares runtime but no deploy-time dependency to the referred application which is wrong. Deploy the component sap.com/tcwd4vclauncher or contact owners of application sap.com/tr-gruppe_impl to check their references..
    I have read several threads that tcwd4vclauncher doesn't exist in portal 7.30, but these threads don't offer or describe a solution which fits my problem.
    Do I have to deploy the missing component? If, yes where can I get it?
    Please, does anybody have met the same problem and solved it?
    Thanks in advance,
    Kind regards,
    Lu

    Hi Lu,
    Please make sure the WDEXTENSIONS.sca, BI-WDEXT.sca files are deployed on your system.
    Regards,
    Natty

  • Can not Start Oracle Application Server ORB process

    I have just installed Oracle Application Server (OAS) on my
    machine running Windows NT 4.0 Workstation. When I logon to the
    OAS manager and tried to start ORB, I got below error message:
    Please wait while the command is being processed on host ssoh_x
    YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    Starting ORB processes...Returning filename D:
    \orant\orb\admin\.event
    waiting for ORB to be ready...
    YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    ORB is not responding. Please restart manually...
    I have tried to re-install OAS for the second time. But I still
    got the same problem.
    I plan to use the OAS, together with Oracle Internet Commerce
    Server (ICS) to develop an e-commerce project. I am yet to
    download and install the ICS. I don't have any Oracle databases
    installed in my machine. I'm using MS SQL Server 7.0 instead.
    Please advised me on how to configure the ORB so that I'll be
    able to start the application server.
    null

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • ABAP Trial version u2013 starting the application server

    Hi,
    I have a problem starting the application server via the management console. After choosing action ->start I have to enter user and password. Do I have to create a new user password combination, use the OS password or try bcuser and minisap? None of these three options worked out. I always get the message 'Start failed: 2 Invalid Credentials'. Or went there something wrong during the installation?
    Thanks for your help.
    Birgit

    Hey Birgit,
    In my case I installed ABAP Trial version (also known as MiniSap) on my local machine (Windows).
    When I turn on the machine, my Windows(OS) requires a User/Password (It was configured this way but it is possible you configure to not require a User/Password, it uses a default).
    When I instaled the ABAP Trial version, I logged on with a User/Password with administrator rights (it is necessary for installation).
    When, in the "Management Console", I start the ABAP (the "NSP" node), it asks me the user and password and I use the OS User/Password that I used to install ABAP Trial (above).
    If you are doing the same I don't know why the message "Start failed: 2 Invalid Credentials".
    Merry Christmas,
    Edited by: Walmir Catunda on Dec 15, 2008 11:34 AM

  • Error starting the Application Server and Deployment Tool

    After installing the iPlanet Aplication Server with sp3 I get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

    Hi,
    Would be more helpful if you can mention, the O/S. Also, pls mention where
    you are getting this error, at kjs or kxs, or, are you able to start the server
    and at which specific instance do you encounter this.
    Regards
    Raj
    "Antonio Casqueiro" wrote:
    After installing the iPlanet Aplication Server with sp3 I get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

  • Error starting the Application Server and Deployment Tool in Windows 2000

    After installing the iPlanet Aplication Server with sp3 in Windows 2000 I
    get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

    Okay, pls check that you are logged in as administrator and installed and now you are logged in as administrator and registering the iAS server. Did you get any installation failures while installing and are you able to register the server using iASAT ?

  • OC4J 9.0.4 won't start web applications event if they marked as to be...

    OC4J 9.0.4 won't start web applications after it was restarted even if they marked as to be loaded on startup.
    I have following line in my http-web-site.xml oc4j configuration file:
    <web-app application="default" name="app" root="/app" load-on-startup="true"/>
    and in web.xml (<web-app>/<servlet>/)
    <load-on-startup>0</load-on-startup>
    But when I invoke following command:
    java -jar admin.jar ormi://localhost admin Matrox -restart
    my application won't be started after server was restarted... :( If I shut it down and start it then it will be started...
    Is this a bug? How can I fix this? Please help! SOS! Mayday!

    Can you try the "-updateConfig" option of admin.jar?
    java -jar admin.jar ormi://localhost admin Matrox -updateConfigTo my vague memory, the "-restart" option does not necessarily implies reading the config files again.

  • After wakeup from pc sleep I cant start any application

    I upgraded archlinux to newes kernel, pacman, software and after upgrade when I put my laptop to sleep mode(covering lid), when it wakes up, I cant start any application. Allways I have to mannualy restart pc and then it works.
    I have fluxbox.
    What can be the problem, how to solve? THANKS

    Go into Settings>General>Restrictions and see if you have restrictions turned on for deleting apps.

  • Server0 is taking more than one hr to start the applications

    we are in the meddile of tht sp19 uppgrade for portal server.
    when SDM is restarting the J2ee process, all of the them are not coming up
    and server0 process is taking lots of lots of time to start the applications.
    pls cud any one let me know wht to do
    Thank you
    Mallesh.

    It isn't, something has gone awry. Hold the power button for about 10 seconds to perform a forced shutdown. Then restart as normal. When you turn to the System Preferences, Users and Groups tab you will probably find that the account was deleted. But it may not be. If you chose the option to delete the user's folder, make sure that it is indeed deleted. It will probably be a good idea to start in recovery mode - restart holding the command R key - and use Disk Utility to repair the hard drive, just in case.

  • There was an error during processing of the managed application service auto-start for application pool: 'SecurityTokenServiceApplicationPool'.

    HI
    in sharepoint 2013 WFE servers event viewer i receive following error many times
    Log Name:      Application
    Source:        Microsoft-Windows-IIS-W3SVC-WP
    Date:          4/14/2015 2:23:56 PM
    Event ID:      2303
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      TSharepint2013.test.com
    Description:
    There was an error during processing of the managed application service auto-start for application pool: 'SecurityTokenServiceApplicationPool'.  Some application services may not have been processed correctly.  Please check the configuration for application
    service auto-start for the application(s) assigned to this application pool.  The data field contains the error code.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
        <EventID Qualifiers="32768">2303</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T11:23:56.000000000Z" />
        <EventRecordID>183840</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>TSharepint2013.test.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="ApplicationPool">SecurityTokenServiceApplicationPool</Data>
        <Binary>02000780</Binary>
      </EventData>
    </Event>
    adil

    HI
    in sharepoint 2013 WFE servers event viewer i receive following error many times
    Log Name:      Application
    Source:        Microsoft-Windows-IIS-W3SVC-WP
    Date:          4/14/2015 2:23:56 PM
    Event ID:      2303
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      TSharepint2013.test.com
    Description:
    There was an error during processing of the managed application service auto-start for application pool: 'SecurityTokenServiceApplicationPool'.  Some application services may not have been processed correctly.  Please check the configuration for application
    service auto-start for the application(s) assigned to this application pool.  The data field contains the error code.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
        <EventID Qualifiers="32768">2303</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T11:23:56.000000000Z" />
        <EventRecordID>183840</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>TSharepint2013.test.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="ApplicationPool">SecurityTokenServiceApplicationPool</Data>
        <Binary>02000780</Binary>
      </EventData>
    </Event>
    adil

  • Starting the application server

    Hi,
    I am new to Java Studio Enterprise 8. I try this tutorial
    http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/jse7/introjse7/index.html#Step_2:_Make_sure_Sun_Java_System_App
    which is for Java Studio Enterprise 7.
    I stop the firewall before anything :
    [X@Y Zip]$ sudo service iptables status
    Firewall is stopped.
    I start Java Studio Enterprise 8 IDE under Linux ([installdir]/jstudio_ent81/ide/bin/jstudio.sh). I clicked on runtime, I have two bullets, Bundled Java Tomcat (5.5.9) and Sun Java System Application Server. Unfortunately, unlike the picture provided on the tutorial I don't have an application server automatically started.
    I tried to start the tomcat server, this worked fine, I can use my browser to log on the tomcat server, http://localhost:8084. I switched it off.
    I tried starting the application server similarly but I get the following message after 5 minutes :
    "Error : The Sun Java System Application server could not start. More information about the cause is in the server log file. Possible reasons include:
    - Unknown master password (etc...)
    -Port conflicts (etc...)
    -Incorrect server information (etc...)
    -Corrupted Deployed Applications preventing the server to start (This can be seen in the server log file. etc... )"
    I don't think I've got anything running on those ports.
    [X@Y Zip]$ netstat -an|grep 8080
    [X@Y Zip]$ netstat -an|grep 8181
    [X@Y Zip]$ netstat -an|grep 4848
    [X@Y Zip]$ netstat -an|grep 7676
    [X@Y Zip]$ netstat -an|grep 3820
    [X@Y Zip]$ netstat -an|grep 3700
    [X@Y Zip]$ netstat -an|grep 5222
    In the server log file, I can't see much which would help [it seems to be long java command lines, but no particular message related to an error or a warning...]
    Thanks for your help,

    I reset the master password, but it did not change anything.
    I reinstalled everything, tried again, and still nothing on this side.
    There isn't anything in the log [when I click on "View server log" I get a "no such file or directory" dialog box...].
    When I click on start, I immediately get the following message on the shell :
    "Internal HTTP server running on port 8082" and I can use my web browser to go on "http://localhost:8082/"...

  • Android Emulator get hangs on starting the application in debug Mode

    I have deployed the application on Android Emulator in debug mode but on starting the app it get hangs. I have set the Java Debugging to true in the cvm.properties file and also started Java debugger from JDev before launching the ADF Mobile app on android emulator. Can any body help me to figure out the problem why the emulator gets hang on starting the application in debug Mode.

    Hi, after setting the debugging = true, you would also need to start the JDeveloper debugger and configure it for remote debugging. Shay has a blog article that should help.
    The emulator is hung while trying to connect to the JDeveloper debugger.
    https://blogs.oracle.com/shay/entry/debugging_adf_mobile_apps_on
    Thanks,
    Joe Huang

Maybe you are looking for