I want to start a .NET application (compatible with Mono) from the context of a Java environment.
My guess would be that I'd have to somehow figure out if mono is installed, find the location and start that using the .NET application path as a parameter.
But what is a robust way to do it? Or is there a better way?
Perhaps I should clarify the context: the Java part is running as a plugin in an environment with limited interaction possible, so I would really prefer to find a way without having to need a configuration file or an user-interface.