How to read or write registry in JAVA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amitpathak
    New Member
    • Jan 2007
    • 20

    How to read or write registry in JAVA

    Hi Friends

    I come up with another problem
    I want to start my JAVA application whenever
    any user logged into the computer
    I mean at the time of windows startup.

    I have tried a lot at google but couldn't find anything useful
    So please help me.

    Thanks in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by amitpathak
    Hi Friends

    I come up with another problem
    I want to start my JAVA application whenever
    any user logged into the computer
    I mean at the time of windows startup.

    I have tried a lot at google but couldn't find anything useful
    So please help me.

    Thanks in advance
    You don't have to read/write to the registry for that. Just create an executable jar and copy it into the windows startup directory.

    Comment

    Working...