13
What you need to do to run a Java application (no visual interface) as a Windows service. The program basically uses the Filesystem API and the network API (java.net, java.io and java.nio.)
If it is necessary to build from sources I would like to use GNU C++ instead of Visual Studio.
Any hint ?