Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Let's move CDT to Java 1.6

Hi,
Eclipse with Sun's jre 1.6 has a bad cold-start performance (this is due

to a change in the ZipFile implementation). Therefore it can be an
advantage
to be able to run with a jre 1.5.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=309961 

Markus.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ken.ryall@xxxxxxxxx
> Sent: Friday, August 13, 2010 2:04 PM
> To: elaskavaia.cdt@xxxxxxxxx; cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Let's move CDT to Java 1.6
> Importance: Low
> 
> This seems like a good time to propose moving CDT 8.0 (HEAD) 
> to use Java 1.6 instead of the obsolete 1.5.
> 
> - Ken
> 
> > From: ext Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
> > Reply-To: "elaskavaia.cdt@xxxxxxxxx" 
> <elaskavaia.cdt@xxxxxxxxx>, "CDT 
> > General developers list." <cdt-dev@xxxxxxxxxxx>
> > Date: Fri, 13 Aug 2010 13:53:06 +0200
> > To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
> > Subject: [cdt-dev] build failed
> > 
> > Last night somebody committed a code that uses java 1.6 runtime  && 
> > !((String)fnObj).isEmpty()) Please make sure you set your 
> runtime to 
> > 1.5 because that is what we use in CDT.
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top