tags:

views:

52

answers:

3

i know i can change ".project" file in project path,

but i want to know how to do it in eclipse IDE? Is it possible?

thanks for watch :)

A: 

Not sure I understand, but is it that you can't view it properly? Is it filtered out of your view? You can change the filters in the Package Explorer view or switch to the Navigator view and you should see it there. Double click and you can edit it.

Jeff Storey
A: 

Try right clicking on the project in the Package Explorer > Configure > and see if there is a add Java support.

Typically this is how you add support for other languages to the project, for example javascript, php, etc.

David Young
A: 

thanks for ChrisH help:

You can find your answer at this duplicate question: stackoverflow.com/questions/179439/… – ChrisH

Zenofo