On 31/08/2020 12:38, JP wrote:
> Hello,
> 
> Can anyone tell me if prunsrv does support JPMS/modularized applications
> on the Windows platform? I read that Jsvc does support it, but I havn't
> found anything about prunsrv in the docs so far.
> 
> I tried to modify my configuration, but hat no luck yet. On the command
> line the syntax to launch the application would be:
> 
> jre\bin\java.exe --module-path modules --module
> de.my.package/de.my.package.Main
> 
> Any help appreciated. Thanks.

What have you tried so far? What happened? How did that differ from what
you expected?

Generally, procrun passes arguments like that direct to the JVM.

There might be something about jvm mode that means it needs special
setup but I'd expect java mode to work out of the box.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to