Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How do I create an Eclipse project file?(How do I create an Eclipse project file?)
How do I create an Eclipse project file? [message #950366] Fri, 19 October 2012 21:14 Go to next message
David Thielen is currently offline David ThielenFriend
Messages: 2
Registered: October 2012
Junior Member
Hi all;

First off I am not an Eclipse user (I use IntelliJ) so this may be a really basic/dumb question.

We ship sample Java programs with our library. I want to create Eclipse project files for each project so Eclipse users can easily open and run the program. But in trying to do this with Eclipse, it looks like it does not have a project file.

Am I missing something or can this not be done with Eclipse?

thanks - dave
Re: How do I create an Eclipse project file? [message #951544 is a reply to message #950366] Sat, 20 October 2012 20:54 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
All these configuration files start with a '.' and within Eclipse's package explorer these are hidden by default.
The view menu (little triangle pointing down) has an entry "Filters ...", if you deselect ".* resources" you'll see:
- .project -- main project configuration file
- .classpath -- name says it
- .settings/ -- folder for project properties per plug-in

HTH,
Stephan
Re: How do I create an Eclipse project file? [message #951549 is a reply to message #951544] Sat, 20 October 2012 20:56 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
.. ah, should have mentioned that the standard way to export a project from Eclipse is:

> right click > Export ... > General > Archive File

From there you will see the unfiltered set of project files...
Re: How do I create an Eclipse project file? [message #963232 is a reply to message #951544] Mon, 29 October 2012 17:09 Go to previous message
David Thielen is currently offline David ThielenFriend
Messages: 2
Registered: October 2012
Junior Member
thank you
Previous Topic:Weird Java editor behaviour
Next Topic:Finding IType for anonymous inner class
Goto Forum:
  


Current Time: Fri Apr 19 08:37:57 GMT 2024

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

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

Back to the top