Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Where is the Eclipse 4.2/3.8 Platform SDK download?
Where is the Eclipse 4.2/3.8 Platform SDK download? [message #892597] Thu, 28 June 2012 16:48 Go to next message
Steven Darnell is currently offline Steven DarnellFriend
Messages: 19
Registered: November 2010
Junior Member
The Platform SDK download links for Eclipse 4.2 and 3.8 are missing from their
download pages. The page templates have a broken link for the Platform SDK.

http: //download.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/
http: //download.eclipse.org/eclipse/downloads/drops/R-3.8-201206081200/

The SDKs for Eclipse, RCP, JDT, and PDE are available. The last available
Platform SDK was for 4.2/3.8M6. Where did it go? Can I get the Platform SDK distribution from another source?
Re: Where is the Eclipse 4.2/3.8 Platform SDK download? [message #892614 is a reply to message #892597] Thu, 28 June 2012 17:48 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

The platform runtime binary (a running Resource perspective with no JDT or PDE) is still there, but the Platform SDK (runtime and source) was removed.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=374436#c8

PW


Re: Where is the Eclipse 4.2/3.8 Platform SDK download? [message #892616 is a reply to message #892614] Thu, 28 June 2012 18:06 Go to previous messageGo to next message
Steven Darnell is currently offline Steven DarnellFriend
Messages: 19
Registered: November 2010
Junior Member
@Paul, Thanks for clarifying the situation. Would you be able to elaborate on obtaining the "old Platform SDK" from the p2 repository mentioned by John Arthorne in Bug 374436 Comment 8? I am unclear on the steps I need to perform to install the Platform SDK into the Platform Runtime Binary.
Re: Where is the Eclipse 4.2/3.8 Platform SDK download? [message #892621 is a reply to message #892616] Thu, 28 June 2012 18:50 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
Using p2 director app is one way to get "platform sdk".

http://help.eclipse.org/juno/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_director.html

Specifically, after installing platform runtime, you'd execute something like

./eclipse \
    -nosplash \
    -application org.eclipse.equinox.p2.director \
    -repository http://download.eclipse.org/releases/juno/ \
    -installIU org.eclipse.platform.sdk


Re: Where is the Eclipse 4.2/3.8 Platform SDK download? [message #892623 is a reply to message #892616] Thu, 28 June 2012 18:55 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Once you have a binary platform installed or deployed, you can use the included director:

eclipse/eclipse \
-application org.eclipse.equinox.p2.director \
-noSplash \
-repository \
http://www.eclipse.org/external/eclipse/updates/3.8 \
-installIUs \
org.eclipse.platform.sdk 


The same IU can be used to mirror the platform SDK to a target platform.


Re: Where is the Eclipse 4.2/3.8 Platform SDK download? [message #892636 is a reply to message #892597] Thu, 28 June 2012 22:10 Go to previous message
Steven Darnell is currently offline Steven DarnellFriend
Messages: 19
Registered: November 2010
Junior Member
@Paul and David, thank you for your help.
Previous Topic:PropertyTester: Want to determine does my Project have my custom nature
Next Topic:Problems about pageDesignerExtension
Goto Forum:
  


Current Time: Thu Apr 18 07:48:47 GMT 2024

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

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

Back to the top