Hi all,
I know that jar file can run using the following command, using the command prompt.
java -jar jar-file
But I don't know how to run that command through a Java code. Hope it's clear to you.
So can you please explain how can I do it.
Thanks,
itsjava