Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to get eclipse version
How to get eclipse version [message #523725] Mon, 29 March 2010 02:45 Go to next message
沈吉  is currently offline 沈吉 Friend
Messages: 10
Registered: November 2009
Junior Member
When you use the eclipse as a development tool,

you can get eclpse version from which class.
Re: How to get eclipse version [message #523731 is a reply to message #523725] Mon, 29 March 2010 01:06 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
沈吉 wrote:
> When you use the eclipse as a development tool,
>
> you can get eclpse version from which class.

There is not really a single "eclipse version" - Eclipse is modular, so it is
made up of many plugins (bundles), each of which has its own version. The
versions that are distributed (like 3.5, 3.5.1, ...) are just a collection of
bundles that happen to be compatible with each other.

What problem, exactly, are you trying to solve?
Re: How to get eclipse version [message #523735 is a reply to message #523731] Mon, 29 March 2010 06:14 Go to previous messageGo to next message
沈吉  is currently offline 沈吉 Friend
Messages: 10
Registered: November 2009
Junior Member
tks,but i only want to know the version 3.3.X,3.4.X or 3.5.X
Re: How to get eclipse version [message #523976 is a reply to message #523735] Tue, 30 March 2010 02:06 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
沈吉 wrote:
> tks,but i only want to know the version 3.3.X,3.4.X or 3.5.X

As I said before: that is not a well-defined question. For instance, what if I
install 3.3.x and then update a single plugin? What version is it then?

If you say what problem you are trying to solve, we might be able to help.
Re: How to get eclipse version [message #524265 is a reply to message #523735] Wed, 31 March 2010 11:19 Go to previous messageGo to next message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 168
Registered: July 2009
Senior Member
Am 29.03.10 08:14, schrieb 沈吉:
> tks,but i only want to know the version 3.3.X,3.4.X or 3.5.X

Platform.getBundle("org.eclipse.sdk").getVersion()

--
http://www.ralfebert.de/blog/
http://twitter.com/ralfebert/
Re: How to get eclipse version [message #524482 is a reply to message #523976] Thu, 01 April 2010 06:49 Go to previous message
沈吉  is currently offline 沈吉 Friend
Messages: 10
Registered: November 2009
Junior Member
have resolved.can use
"System.getProperty("osgi.framework.version");"
Previous Topic:Cannot open input element
Next Topic:why not check project references when importing an existing project ?
Goto Forum:
  


Current Time: Fri Apr 26 16:25:32 GMT 2024

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

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

Back to the top