Hi,
does anybody know, if this class is still really needed?
org.jivesoftware.openfire.launcher.Uninstaller
The class is not referenced by Java Code and I also can't find the class name referenced by any other file.
The problem with this class, is that it has dependencies to com.install4j.api (i4jruntime.jar).
This is some old jar, which is neither in Maven Central, nor can I find it anywhere else, which hinders the build migration to Maven.
If this class is not needed, we could just delete it (and i4jruntime.jar) and would have one less problem for the Maven migration.
Thoughts?