Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Custom Configuration for Eclipse IDE for Java
Custom Configuration for Eclipse IDE for Java [message #1851845] Tue, 19 April 2022 18:34 Go to next message
Brian Barton is currently offline Brian BartonFriend
Messages: 1
Registered: April 2022
Junior Member
I am interested in finding out how to do a configuration of Eclipse IDE for Java. I'm performing a silent installation by unzipping the files into the desired folder, but would like to configure the network settings, disable autoupdate, etc. I would like these applied for all users that use the app on the workstation.

Any help with this would be greatly appreciated!
Re: Custom Configuration for Eclipse IDE for Java [message #1851852 is a reply to message #1851845] Wed, 20 April 2022 07:54 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Some preferences are configuration scoped and are stored in the installation folder, but I'm not sure those preferences are 'inherited' by each user's surrogate installation, hidden in the ~/.eclipse folder. Does each user have their own writable installation? Configuration scoped preference you can keep in the zip file of the installation. Other preferences are instance scoped (workspace scoped), and those must be set by the user for each workspace.

Perhaps you'd be better off using something like Oomph to install your own custom IDE with exactly the set of plugins you want and with all the settings the way you want , and perhaps even automatically set up the projects on which the developer works.

https://wiki.eclipse.org/Oomph

Here's an example of how it's used:

https://www.eclipse.org/setups/installer/?url=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/configurations/OomphConfiguration.setup&show=true


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[Closed]What configuration do I choose to debug a java web application
Next Topic:Eclipse 2022 installation error
Goto Forum:
  


Current Time: Fri Apr 26 04:57:58 GMT 2024

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

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

Back to the top