Closed anm43 closed 11 years ago
This is available from the INI class:
import org.boris.winrun4j.INI;
public class GetModuleFilenameTest
{
public static void main(String[] args) throws Exception {
System.out.println(INI.getProperty(INI.MODULE_NAME));
}
}
Sorry, somehow I missed this class.
What is the right way to find out the path to the .exe file in a Windows Service?