How to pass VM arguments in Eclipse IDE
On this page, we’ll show how we can pass VM arguments in Eclipse while running the application through the IDE. Eclipse is one of the most popular IDE among the Java developer that we have already covered in our Top 5 IDE for Java Developer article.
P.S Tested on Spring Tool Suite (STS) 4 which is built on the Eclipse platform.
In the below steps, we’ll show How to pass VM arguments in Eclipse IDE step by step:
Step 1: Open the IDE and right-click on the application in which you want to pass VM arguments.
Step 2: Click on the Run As » Run Configurations…

Step 3: Click on the Arguments tab and in the VM arguments: box, type the arguments that you want to pass.

Step 4: Hit the Run button and here you go 🙂
References
Similar Posts
- IntelliJ IDEA – Code reformat and rearrange shortcut keys
- javax.mail.AuthenticationFailedException
- How to change Image background color in Photoshop
- How to import Maven project in Eclipse
- IntelliJ IDEA – System.out.println shortcut
- Why physical memory usage so high in Windows 7?
- WAMP/XAMPP Server- .htaccess redirect rule not working on localhost
- Eclipse/STS – Optimize/Remove unused imports shortcut keys
- How to install Apache 2.4 and PHP 8 on a Windows Machine
- The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path