Java Perspective Message

2

The message is being displayed every time I run Eclipse and create a new project, can someone explain the reason for the message?

    
asked by anonymous 09.06.2017 / 20:56

1 answer

1

Each type of project shows certain characteristics, whenever you create or change the project, eclipse will ask if you want to change to the appropriate perspective for the project. Another situation where this occurs is when debugging the project.

To disable this question, do the following. Access the menu:

window>preference>general>perspectives

In the box that opens, check the option never open

    
09.06.2017 / 21:09