Alright riddle me this; I need to specify where the Minecraft.exe is. So let's say-

Process.Start("java", "-Xms1G -Xmx1G -jar C:\Minecraft.exe")

But I think I need the "" around the C:\Minecraft.exe which VB.net isn't wanting to take..