How to Properly Run Java Programs That Need Dynamic Program Arguments [Video]
Learn more about how to properly run Java programs that need dynamic arguments.
Join the DZone community and get the full member experience.
Join For FreeSome Java programs need dynamic input parameters. Say you want to run a batchjob, which needs a new runId
for every single run. That means you need to remember, before running your program, to set that runId
to a valid number. What if your IDE could help you with that reminder? Find out in this episode how IntelliJ can automatically 'prompt' you BEFORE running your program.
Published at DZone with permission of Marco Behler. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments