Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Setting a relative path to the preferences customization file.
Setting a relative path to the preferences customization file. [message #771793] Wed, 28 December 2011 06:40 Go to next message
ysap ysap is currently offline ysap ysapFriend
Messages: 3
Registered: December 2011
Junior Member
After some research I found this post: www.eclipse.org/forums/index.php/m/718112/ for changing the eclipse default preferences.

The last piece I'm missing is how to make the .ini file path relative rather than absolute. I tried:

-pluginCustomization
../default-prefs.ini

and

-pluginCustomization
./default-prefs.ini

and

-pluginCustomization
default-prefs.ini

but it does not work.

Any idea how to do that? The reason is that we deliver an eclipse installation as a part of our dev tools package and we do not restrict the user in the placement of the package. Thus I need the prefs file to be referenced relatively.
Re: Setting a relative path to the preferences customization file. [message #1023871 is a reply to message #771793] Mon, 25 March 2013 10:45 Go to previous message
Rico Scholz is currently offline Rico ScholzFriend
Messages: 9
Registered: March 2013
Junior Member
I'm facing currently the same problem.
An absolute path is working fine, but when I switch to relative, it doesn't work anymore.

I'm using a windows installation and can't test on an other system.
Previous Topic:external tool configuration
Next Topic:CDT - How do i have to configure my Eclispe to use Linux Gcc
Goto Forum:
  


Current Time: Fri Apr 26 13:10:21 GMT 2024

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

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

Back to the top