hi i have changed a java process as the windows service. but in this whenever i am starting the windows service two java processes are running.it is spoiling my work totally can we have any way to remove a java process?
Udai_1 0 Newbie Poster
Recommended Answers
Jump to Postwhen the process starts, update a local kept file (bit like the system of a cookie) and set a value for key 'running' to true. right before terminating, set the value to false.
each time you start it, first make sure the current value is false, otherwise, don't start. this …
All 3 Replies
stultuske 1,116 Posting Maven Featured Poster
Taywin 312 Posting Virtuoso
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.