I have a java project running in Eclipse, and it works fine. Right now, I would like to deploy it to a executable jar, how can I do that? In addition, I have several argument setting in the run configuration window. For instance ,the Program arguments in run configuration window is -t test –u up; the VM argument is –d64. The main class is com.myproject.model.
Add a comment
|