im trying to code a simple GUI to launch a .jar with a user specified memory range. for example this is the command line im currently using in a .bat
java.exe -Xmx3g -Xms512m -jar program-name.jar
i want to call this in VB and replace the Xmx"" and Xms"" with the input from the text box
any help is greatly appreciated
im new here so chances are this is in the wrong forum section if it is i apologize


Reply With Quote

