So is it possible to do all the development of a Java daemon (Apache Daemon) on a Windows 7 machine, then install the service on Ubuntu server (still have to search how to do th
Java byte code is portable and can be executed using any JVM that has same or newer version.