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 "MDT-UML2Tools-FAQ"

(Question)
 
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
== Question ==
+
== Where can I get UML2 Tools? ==
  
Do the MDT-Uml2-Tools exist?
+
* Website: http://www.eclipse.org/modeling/mdt/?project=uml2tools#uml2tools
Is it possible to install them?
+
* Download: http://www.eclipse.org/modeling/mdt/downloads/?project=uml2tools
Are there screenshots?
+
* Update: http://www.eclipse.org/modeling/mdt/updates/ (see instructions)
 +
* Europa: http://download.eclipse.org/releases/europa/
  
 +
If using more than one update site to install UML2 Tools and its dependencies (EMF, UML2, OCL, Model Query, Model Transaction, Validation Framework, GEF, GMF), be sure to expand each one before clicking 'Select Required' to ensure Update Manager can find the features it needs.
  
In Update manager I get the error message "gef (3.1.0) is needed"
+
If you use the Europa Discovery / Update Site, all the required projects are available in a single site.
GEF 3.1.0 is loaded as an update site, though. What am I doing wring?
+
  
== Another Question ==
 
  
Answer, with quoted source code:
+
== I'm having memory, heap, or permgen problems, what can I do? ==
 +
 
 +
* [[FAQ How do I increase the heap size available to Eclipse?]]
 +
* [[FAQ How do I increase the permgen size available to Eclipse?]]
  
some sample code here
 
another line of code
 
final bit of code
 
  
 
[[Category:Modeling]]
 
[[Category:Modeling]]
 
[[Category:MDT]]
 
[[Category:MDT]]

Latest revision as of 15:21, 17 July 2007

Where can I get UML2 Tools?

If using more than one update site to install UML2 Tools and its dependencies (EMF, UML2, OCL, Model Query, Model Transaction, Validation Framework, GEF, GMF), be sure to expand each one before clicking 'Select Required' to ensure Update Manager can find the features it needs.

If you use the Europa Discovery / Update Site, all the required projects are available in a single site.


I'm having memory, heap, or permgen problems, what can I do?

Back to the top