How to convert one Java class as a windows executable Services.

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

    How to convert one Java class as a windows executable Services.

    I tried the below ways but its not success for all classes.
    Step 1:
    ======
    We converted classes to bat

    2) From bat we changing to exe

    3) Then make it to services

    like one class is working fine and one class is not working. But both classes are working in Bat files.

    So please suggest me to go best way for this Java to Windows service issues.
Working...