There a list of sevices and their associated port names in the following file: services file.
| UNIX: | /etc/services |
| Win98: | C:\Windows\services |
| WinNT, W2K, WXP | C:\WINNT\system32\drivers\etc\services |
| service name | port num/protocol |
|---|---|
| ftp | 21/tcp |
| snmp | 161/udp |
ObjectWeb make an opensource tool called JavaService to convert a Java App into a Windows service. It uses JNI to launch a JVM and load the app. Your app must implement a startup, main and shutdown method. Another such tool is Java Service Wrapper.
When you uninstall a package, it should delete the associated services. If it fails to, use regedit to delete the service which will be filed under HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.16] | ![]() | ||
| You are visitor number 7,860. | |||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/Mindprod website mirror) | ||
| http://mindprod.com/jgloss/service.html | J:\mindprod\jgloss\service.html | ||