Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse custom configuration file
Eclipse custom configuration file [message #468087] Tue, 04 August 2009 04:17
Nitin Bohara is currently offline Nitin BoharaFriend
Messages: 17
Registered: July 2009
Junior Member
I want my eclipse to run by picking up configuration details from a custom
ini file, one of them being to pick up a splash screen(splash.bmp) from a
location in my system. This file would be placed outside the eclipse
folder.

Right now, I run my eclipse using the following command:
"D:\eclipse\eclipse.exe" -configuration "file:///C:/Program
Files/studio/config.ini"

And the config.ini looks like:
product com.abcd.efghij.klm
application org.eclipse.ui.ide.workbench
data C:\\Program Files\\FSS\\FSS_Workspace
launcher.XXMaxPermSize 256M
showsplash C:\\Program Files\\FSS\\FSS\\studio\\icons\\splash.bmp
Dosgi.requiredJavaVersion=1.5

Although I can see the above details in the About > Installation Details >
Configuration tab, the eclipse does not pick up the specified splash
screen, neither does it set the default workspace as specifed.

Have I missed something here ?

Thanks and Regards,
Nitin
Previous Topic:Custom text editor not showing the enable/disable breakpoint menu items in the context menu...
Next Topic:Intercepting: "Close Editor + Don't Save"
Goto Forum:
  


Current Time: Thu Mar 28 22:08:21 GMT 2024

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

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

Back to the top