2
Each type of project shows certain characteristics, whenever creating or changing a project the eclipse will ask if you want to change to a suitable perspective for the project. Another situation where this occurs is when debugging the project.
To deactivate this question do the following procedure. Access the menu:
window>preference>general>perspectives
In the box that opens check the option never open
What kind of project have you created a java? Jee?
– rray
I created my project running as follows: File -> New -> Java Project
– Diego
For example I am working on a Jee project (with the same perspective) if I create a new java project it will ask if I want to change the perspective. Another location where this occurs is when debugging some code it will ask if you want to change perspective.
– rray