I need to run a jar file with a * .bat file so that when executing a Java command, it comes off the terminal window (command line) and does not block the rest of the script. Is it possible? If so, how?
Thanks!
java.exe will always display a terminal window, instead you need to use javaw.exe:
start javaw -jar myjarfile.jar
start / B java -jar myjarfile.jar
Source: https://habr.com/ru/post/886393/More articles:https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/886388/changes-to-a-container-while-boostforeach-is-iterating-through-it&usg=ALkJrhikuP3VGh0Pe8dM1GP1fE5NdS-S5gHow to profile Rails with ruby-prof and JMeter - performanceIs there a continuous deployment structure? - installerOnclick runs without a click - javascriptJson values ββin jQuery foreach loop - jsonSubscribing to C # Events in Visual Studio 2010 - c #HTML5 File api reading in XML file and displaying it on page? - javascriptIs Ajax a consideration of client or server scenarios? - javascriptAttaching an exchange function event to a variable - javascriptNeed Eclipse + Weblogic Guide to Develop Java EE Web Application - eclipseAll Articles