Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » 3.4rc4, manual build failed
3.4rc4, manual build failed [message #329038] Wed, 11 June 2008 00:21 Go to next message
Eclipse UserFriend
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 14:27 Go to previous messageGo to next message
Eclipse UserFriend
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 05:13 Go to previous message
Eclipse UserFriend
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: Fri Apr 25 21:35:34 EDT 2025

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

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

Back to the top