Me and a friend have being trying to do this for a while and regardless of how hard we searched and tried; we just couldn't do it.
But what we are trying to do is Run/Execute a .jar file from delphi ( from like a click of a button )
I did try using ShellExecute (from the ShellAPI) but I didn't how to pass the parameters correctly;
The end purpose we want it to execute his minecraft server (bukkit) with delphi; (These are the usual parameters that are passed "java -Xmx1024M -Xms1024M -jar minecraft_server.jar") It may seem pointless, but we thought it would be a good challenge and I'm not one for giving up! So I was wondering is it possible with out using outside libraries and could you help me? I'm not asking for a source I'm asking for assistance and a starting point. Thanks in advance