I later realized we don't need quotes here, since we pass arguments as an array
to Runtime.exec.
This commit is contained in:
@@ -72,7 +72,7 @@ public class GetdownAppletConfig
|
|||||||
/** A property specifying the names of additional appargs properties. Each apparg property will
|
/** A property specifying the names of additional appargs properties. Each apparg property will
|
||||||
* be suffixed by a monotonically increasing integer starting at zero, e.g.
|
* be suffixed by a monotonically increasing integer starting at zero, e.g.
|
||||||
* <pre>{@code
|
* <pre>{@code
|
||||||
* <param name="apparg0" value=""my awesome value""/>
|
* <param name="apparg0" value="my awesome value"/>
|
||||||
* <param name="apparg1" value="monkeys"/>
|
* <param name="apparg1" value="monkeys"/>
|
||||||
* }</pre>
|
* }</pre>
|
||||||
* When a number is reached for which no value exists, we stop looking. */
|
* When a number is reached for which no value exists, we stop looking. */
|
||||||
|
|||||||
Reference in New Issue
Block a user