-1

Im using eclipse :D

screenshot

everytime i import it to other computer, the arguments disappear T_T

Google0593
  • 59
  • 13

1 Answers1

0

A Launch Configuration in Eclipse is used when you run the code from within Eclipse. You can save a Launch Config, see here: Store run configuration with project in Eclipse

I think what you're looking for though is a way to be able to bundle these vm args for an executable jar? The easy way to do this would be to ship a .cmd/.bat/.sh script with your jar that calls your jar with -jar and sets the args from the commandline.

Community
  • 1
  • 1
Kevin Hooke
  • 2,583
  • 2
  • 19
  • 33