Can't make calls to the YAJSW API because it is missing the following interface: org.rzo.yajsw.app.WrapperManager
To reproduce use:
import org.rzo.yajsw.app.WrapperManagerImpl;
WrapperManagerImpl.instance().stop();
Build error: class file for org.rzo.yajsw.app.WrapperManager not found
Version 12.11
The class is included in the source but for some reason is not in wrapper.jar.
Ok, I see the problem. That class is in the WrapperApp.jar. If there was more documentation on this it would be helpful. Even the source does not specify how to build or what gets built.
thanks for pointing this out. the documenation has been updated.