Is there a way to specify default JVM arguments when I’m running my code from eclipse, rather than specifying the same ones over and over for each run/debug/etc configuration?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, right click the project. Click
Run asthenRun Configurations. You can change the parameters passed to the JVM in theArgumentstab in theVM Argumentsbox.That configuration can then be used as the default when running the project.