Skip to content
Advertisement

create a new class do not appear right click menu eclipse

I have a really annoying problem in Eclipse java neon, when i do a right click on a package in order to create a new class or in any area, Eclipse don’t show me proposition like class, package or even project but only a incomplete menu unusable I have already launch eclipse with -clean but not help

An illustration of the problem, I also notice that Eclipse is in… debug mode ? (upper left corner) enter image description here

Advertisement

Answer

You are in the Debug Perspective (see What is a Perspective?). You can switch back to the Java or JEE perspective (where most development activities are typically performed) by using the perspective switcher toolbar in the upper-right corner of the Eclipse window.

I suggest you learn about the use of Perspectives in Eclipse.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement