Skip to content

Instantly share code, notes, and snippets.

@muhdkhokhar
Created March 25, 2025 10:21
Show Gist options
  • Save muhdkhokhar/e2d83249b97f7105c178f0772a3e788c to your computer and use it in GitHub Desktop.
Save muhdkhokhar/e2d83249b97f7105c178f0772a3e788c to your computer and use it in GitHub Desktop.
@echo off
setlocal enabledelayedexpansion
echo Getting JVM parameters from ConfigClient...
for /f "delims=" %%A in ('java -jar C:\scripts\ConfigClient.jar project-1') do (
set JVM_PARAMS=%%A
)
echo JVM Params: !JVM_PARAMS!
java !JVM_PARAMS! -jar C:\apps\1.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment