How can I disable star imports in Eclipse Juno? I only want to import the classes that I use, and the IDE imports the entire package if I import a lot of classes that are in that package.
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.
Preferences -> Java -> Code Style -> Organize Imports, then change Number of imports needed for .*.
If you change it to, say
2147483647, you should be fine.