Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How can I tell my project template type?(How can I tell my project template type?)
How can I tell my project template type? [message #1328167] Fri, 02 May 2014 14:50 Go to next message
Moe B is currently offline Moe BFriend
Messages: 8
Registered: April 2014
Junior Member
For a newbie in Eclipse who can't quite tell some time after starting a project what project template I chose (i.e. Dynamic Web Project, Java Project etc.) when I first started the project, how do you tell?

I can't quite recognize my project icon types in the explorer pane just yet. Is there a "properties-like" view where I can get this information about a project I started a while back and so don't remember what template I started with?

Thanks
Re: How can I tell my project template type? [message #1328513 is a reply to message #1328167] Fri, 02 May 2014 18:42 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
I don't think there's any way in the Eclipse UI to tell, but the simplest alternative might be to open the .project file and see what natures are applied. If it's not obvious to you, post the contents of the file here and the community can probably help identify what each nature means.



[Updated on: Fri, 02 May 2014 18:43]

Report message to a moderator

Re: How can I tell my project template type? [message #1328866 is a reply to message #1328513] Fri, 02 May 2014 22:45 Go to previous messageGo to next message
Moe B is currently offline Moe BFriend
Messages: 8
Registered: April 2014
Junior Member
Is the .project file in the projects' directory as in one per project?

EDIT: I see, its in the project directory per project. I can't tell the template by looking at the natures. Here is what I got:

<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>

[Updated on: Fri, 02 May 2014 23:22]

Report message to a moderator

Re: How can I tell my project template type? [message #1330226 is a reply to message #1328866] Sat, 03 May 2014 14:47 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 05/02/2014 04:45 PM, Moe B wrote:
> Is the .project file in the projects' directory as in one per project?

Yes. Also, the icons are decorated and you'll get used to what they look
like over time. The .project file tells more of the story though.
Re: How can I tell my project template type? [message #1334206 is a reply to message #1328866] Mon, 05 May 2014 12:56 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Moe B wrote on Fri, 02 May 2014 18:45
Is the .project file in the projects' directory as in one per project?

EDIT: I see, its in the project directory per project. I can't tell the template by looking at the natures. Here is what I got:

<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>


That looks like a Dynamic Web project, including JavaScript capability.

Previous Topic:Photran GNU make problem under Win 7
Next Topic:Sybase Unwired Workspace - Code Generation Error
Goto Forum:
  


Current Time: Fri Mar 29 07:59:01 GMT 2024

Powered by FUDForum. Page generated in 0.03797 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top