|
From: Mikael S. <mik...@un...> - 2008-03-31 16:19:46
|
I have a program I start with Wrapper that should be albe to run on several platforms. However, on one platform I need to specify a particular wrapper.java.additional property that doesn't work on the other platforms. (In my case it is -Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.EPollSelectorProvider on Linux.) Is there any convenient way to do this with Wrapper, without having to deliver multiple configuration files? |