Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] eclipse.ini

Hi,

You shouldn't need the -clean option anymore. There are just very few occasions you might have to do that, but I would only do it if someone in a bug comment told me to. You used to need it whenever you install something but that's not the case anymore.

Fun fact, there was actually a bug not too long ago that only occurred if you *did* use -clean.

Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Chonduy Nguyen [chonduy9@xxxxxxxxx]
Sent: Tuesday, 02 February 2016 6:17 PM
To: CDT General Developers List.
Subject: [cdt-dev] eclipse.ini

Hi all

My eclipse.ini looked like this


-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140603-1326
-clean
-vmargs
-Xmx1024m
-Xms512m



is that matter the "-clean" option below the -startup?

how do I test if  this clean option works ok?

Thanks

CD




Back to the top