Java – Project name does not appear in my eclipse

Project name does not appear in my eclipse… here is a solution to the problem.

Project name does not appear in my eclipse

When I use adt16 in Eclipse

Version: Indigo Service Release 1
Build id: 20110916-0149

Everything works fine, but when I use adt 20 then in Package Explorer it doesn’t show the project name, the project is separated by their package and launcher java class names, for example

com.pack.project.javaclass

So it’s annoying, how can I get rid of it?

Best Solution

Do you use the same workspace?
Sometimes I think when trying to change the path to the source folder
But you can rename by right-clicking the project ->refactor->

Change the name manually

Related Problems and Solutions