File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes where does eclipse store the updates? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "where does eclipse store the updates?" Watch "where does eclipse store the updates?" New topic
Author

where does eclipse store the updates?

Sherif Shehab
Ranch Hand

Joined: Mar 05, 2007
Posts: 472

Hi Guys ,
I need to know where does eclipse store its updates ? in the .metadata in the workspace folder or in the eclipse directory folder ?


Thanks,
Sherif
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Sherif,
Anything that is not specific to a workspace is in the Eclipse folder. This includes software updates and plugins.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Sherif Shehab
Ranch Hand

Joined: Mar 05, 2007
Posts: 472

Jeanne Boyarsky wrote:Sherif,
Anything that is not specific to a workspace is in the Eclipse folder. This includes software updates and plugins.


thanks for your fast reply , Ok in which folder inside eclipse the updates are installed in features or plugins and i found a folder named dropins what is this for ?
Aurelian Tutuianu
Ranch Hand

Joined: May 13, 2004
Posts: 86
A feature is a collection of pluggins. So, you will have both kind of things, usually.
In features you will have all standard installed features, and pluggins the corespondent pluggins.
The dropins folder can contain both, features and plugins. The dropin is usually for hot deployments, if you want to isolate the features and plugins of a product by the standard ones.
Depending on you situation, you can have features and plugins you are interested in either in standard folders or in dropins.

http://javasign.blogspot.com/
Sherif Shehab
Ranch Hand

Joined: Mar 05, 2007
Posts: 472

Thanks guys for the clarifications
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: where does eclipse store the updates?
 
Similar Threads
cocoon
Cant load files into array using listFiles. I think it's an eclipse problem
how do i add a jar file externally as a maven dependency in eclipse?
Glassfish - storing persistent timers
Cannot find platform-tools folder and adb.exe inside it