Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » 3.4rc4, manual build failed
3.4rc4, manual build failed [message #329038] Wed, 11 June 2008 04:21 Go to next message
Andrew Gaydenko is currently offline Andrew GaydenkoFriend
Messages: 14
Registered: July 2009
Junior Member
Hi!

I have tried to build (for linux gtk x86_64) last rc4 and have got
plenty of

"The type java.lang.Object cannot be resolved."

and such errors (the same is for prev. rc's). and build ends with:

....
/wrk/kit/eclipse/34rc4/features/org.eclipse.rcp/build.xml:15 : The following
error occurred while executing this line:
/wrk/kit/eclipse/34rc4/plugins/org.eclipse.equinox.launcher/ build.xml:137:
The following error occurred while executing this line:
/wrk/kit/eclipse/34rc4/plugins/org.eclipse.equinox.launcher/ build.xml:95:
Compile failed; see the compiler error output for details.

build.properties is set in accordance with the doc:

J2SE-1.4="/opt/blackdown-jdk-1.4.2.03"
J2SE-1.5="/opt/sun-jdk-1.5.0.13"
JavaSE-1.6="/opt/sun-jdk-1.6.0.06"

It seems I have missed something obvious. Any thoughts?
Please, help!


Andrew
Re: 3.4rc4, manual build failed [message #329106 is a reply to message #329038] Thu, 12 June 2008 18:27 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Andrew,
The values you give those properties will be used as the bootclasspath
for the javac tasks.
As such, you probably want values more like:
J2SE-1.5=/opt/sun-jdk-1.5.0.13/jre/lib/rt.jar:/opt/sun-jdk-1 .5.0.13/jre/lib/jsse.jar

-Andrew
Andrew Gaydenko wrote:
> Hi!
>
> I have tried to build (for linux gtk x86_64) last rc4 and have got
> plenty of
>
> "The type java.lang.Object cannot be resolved."
>
> and such errors (the same is for prev. rc's). and build ends with:
>
> ...
> /wrk/kit/eclipse/34rc4/features/org.eclipse.rcp/build.xml:15 : The following
> error occurred while executing this line:
> /wrk/kit/eclipse/34rc4/plugins/org.eclipse.equinox.launcher/ build.xml:137:
> The following error occurred while executing this line:
> /wrk/kit/eclipse/34rc4/plugins/org.eclipse.equinox.launcher/ build.xml:95:
> Compile failed; see the compiler error output for details.
>
> build.properties is set in accordance with the doc:
>
> J2SE-1.4="/opt/blackdown-jdk-1.4.2.03"
> J2SE-1.5="/opt/sun-jdk-1.5.0.13"
> JavaSE-1.6="/opt/sun-jdk-1.6.0.06"
>
> It seems I have missed something obvious. Any thoughts?
> Please, help!
>
>
> Andrew
>
Re: 3.4rc4, manual build failed [message #329121 is a reply to message #329106] Fri, 13 June 2008 09:13 Go to previous message
Andrew Gaydenko is currently offline Andrew GaydenkoFriend
Messages: 14
Registered: July 2009
Junior Member
Andrew,

Thanks, it helped!! Just have added jce.jar also (javax.crypto was
missing).

Software updating doesn't work, but this is another (very-very dark
from user's POV) story :-)


Andrew

==================================
Andrew Niefer wrote:

> Andrew,
> The values you give those properties will be used as the bootclasspath
> for the javac tasks.
> As such, you probably want values more like:
>
J2SE-1.5=/opt/sun-jdk-1.5.0.13/jre/lib/rt.jar:/opt/sun-jdk-1 .5.0.13/jre/lib/jsse.jar
>
> -Andrew
> Andrew Gaydenko wrote:
>> Hi!
>>
>> I have tried to build (for linux gtk x86_64) last rc4 and have got
>> plenty of
>>
>> "The type java.lang.Object cannot be resolved."
>>
>> and such errors (the same is for prev. rc's). and build ends with:
>>
>> ...
>> /wrk/kit/eclipse/34rc4/features/org.eclipse.rcp/build.xml:15 : The
>> following error occurred while executing this line:
>> /wrk/kit/eclipse/34rc4/plugins/org.eclipse.equinox.launcher/ build.xml:137:
>> The following error occurred while executing this line:
>> /wrk/kit/eclipse/34rc4/plugins/org.eclipse.equinox.launcher/ build.xml:95:
>> Compile failed; see the compiler error output for details.
>>
>> build.properties is set in accordance with the doc:
>>
>> J2SE-1.4="/opt/blackdown-jdk-1.4.2.03"
>> J2SE-1.5="/opt/sun-jdk-1.5.0.13"
>> JavaSE-1.6="/opt/sun-jdk-1.6.0.06"
>>
>> It seems I have missed something obvious. Any thoughts?
>> Please, help!
>>
>>
>> Andrew
>>
Previous Topic:Cannot contribute custon ant task from fragment plugin
Next Topic:Can decorators modify tooltips
Goto Forum:
  


Current Time: Thu Dec 26 14:04:03 GMT 2024

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

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

Back to the top