Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Compile errors in Nightly build


use 1.3 to compile (default JRE) and specify 1.4 JRE in the launcher.



celek@xxxxxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx

06.11.2002 16:17
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [eclipse-dev] Compile errors in Nightly build


1) yes, I am using JDK 1.4 library
2) will fix for tonight's nightly build

on this subject, can I use 1.4vm and 1.3 rt.jar somehow then ?

--
Christophe Elek
Eclipse.org (Platform Update)
(905) 413-3467


Wednesday, November 06, 2002 10:10 AM
To: eclipse-dev@xxxxxxxxxxx
cc:
From: "Olivier Thomann" <Olivier_Thomann@xxxxxxx>
Subject: Re: [eclipse-dev] Compile errors in Nightly build




I guess the problem is related to the fact that RuntimeException(Throwable)
is only defined in 1.4 API and the build is done using 1.3.

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top