Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to get eclipse version
How to get eclipse version [message #523725] Sun, 28 March 2010 22:45 Go to next message
Eclipse UserFriend
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] Sun, 28 March 2010 21:06 Go to previous messageGo to next message
Eclipse UserFriend
沈吉 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 02:14 Go to previous messageGo to next message
Eclipse UserFriend
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] Mon, 29 March 2010 22:06 Go to previous messageGo to next message
Eclipse UserFriend
沈吉 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 07:19 Go to previous messageGo to next message
Eclipse UserFriend
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 02:49 Go to previous message
Eclipse UserFriend
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: Tue Apr 29 22:11:55 EDT 2025

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

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

Back to the top