I want to test performance of my code on both jvm types -client and -server
How can i switch among both jvm types in eclipse?
I want to test performance of my code on both jvm types -client and
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.
The same way you would run your application with any command-line switches (such as
-Xmx256m). Just add it to the Command Line Options to the Run Configuration (you could create 2 configurations, one for each setting).To be more specific:
-clientor-serverin the command-line switchesMore information is available in the Eclipse Help