How to convert simple java class to executable windows services

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Thiyaga

    How to convert simple java class to executable windows services

    Hi Guys,

    Please give some suggestions to convert one java classes to windows services. I tried the following way but its not successfull.

    1) Classes to .Bat file
    2) .bat to .exe
    upto this level its working fine.
    From exe I converted into services but its not working, so please help to resolve this issues.
Working...