Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Components/J2SE5"

 
(37 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The J2SE5 meta model : it is the reflect of Java language, as it has been defined in version 3 of "Java Language Specification" from Sun Microsystems ("JLS3" corresponds to JDK 5).
+
#REDIRECT [[MoDisco/Moved To Help Center]]
 
+
J2SE5 meta model contains 101 meta classes.
+
To better understand it, this page will introduce main features (meta classes and links).
+
 
+
You could also browse definition model, j2se5.ecore available in sources (see [[#install| install section]]).
+
 
+
A good tip is also to see [http://help.eclipse.org/help31/index.jsp javadoc] associated to meta model implemented by Eclipse team in project [[JDT| JDT (Java Development Tool)]]. This meta model and J2SE5 are very similar.
+
 
+
 
+
== Requirements ==
+
 
+
To use the plug-in you need:
+
* JDK 1.5 or above
+
* a version of Eclipse 3.3 or above with the following set of plugins installed
+
:* [[EMF|EMF]] 2.3.0 or higher
+
 
+
 
+
== Install ==
+
 
+
You will find a version of this plug-in attached in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258281 following bug].
+
 
+
As IP review of this plugin is not finished, here is installation instructions :
+
 
+
* Extract archive file in your Eclipse workspace, then use "import" menu to import this project.
+
* Use "export" menu to export this project as a plugin (Deployable plugins and fragments) in your Eclipse installation. Don't forget to choose "Package plug-ins as individual jar archives" option.
+
* re-start your Eclipse to take in account this plug-in
+

Latest revision as of 07:51, 4 April 2012

  1. REDIRECT MoDisco/Moved To Help Center

Back to the top