Skip to main content



      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 17:14 Go to next message
Eclipse UserFriend
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 16:54 Go to previous messageGo to next message
Eclipse UserFriend
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 16:56 Go to previous messageGo to next message
Eclipse UserFriend
.. 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 13:09 Go to previous message
Eclipse UserFriend
thank you
Previous Topic:Weird Java editor behaviour
Next Topic:Finding IType for anonymous inner class
Goto Forum:
  


Current Time: Wed May 21 12:00:31 EDT 2025

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

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

Back to the top