Hello, How do you pass a command line parameter such as --enable-preview while using JSVC?
jsvc -help shows -X and -D but neither of these are appropriate for an
openjdk command line parameter like --enable-preview ?!?!?!?
-D<name>=<value>
set a Java system property
-X<option>
set Virtual Machine specific option
Ken
