We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86f601 commit a8b2ed5Copy full SHA for a8b2ed5
server/basedir-includes/oieserver.ps1
@@ -281,7 +281,7 @@ if (-not $FinalJavaCmd) {
281
$javaOpts = [System.Collections.Generic.List[string]]::new()
282
$javaOpts.AddRange($script:VmOptions)
283
$javaOpts.Add("-cp")
284
-$javaOpts.Add(('"{0}"' -f ($script:Classpath -split "[:;]" -join [System.IO.Path]::PathSeparator)))
+$javaOpts.Add('"{0}"' -f $script:Classpath)
285
$javaOpts.Add("com.mirth.connect.server.launcher.MirthLauncher")
286
$javaOpts.AddRange($AppArgs)
287
0 commit comments