I am using Indigo Eclipse and want to run 2 java programs . Would it be better if I use my older eclipse to run it it terms of performance or just run the 2 programs in 1 eclipse ? Or maybe use 2 JREs to run the 2 programs in 1 eclipse ?
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.
If you don’t have to, then don’t run it from within either eclipse. Use the command line to start java and use the -cp argument to set the classpath to include any libraries you need.
If you must run it from eclipse, there is no reason to have two heavy instances of eclipse running just so you can launch a program. Start them both from the same instance of eclipse.