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"

m (MDT-UML2-TOOLS-FAQ moved to MDT-UML2-Tools-FAQ)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
== Question ==
+
== Where can I get UML2 Tools? ==
  
Answer.
+
* Website: http://www.eclipse.org/modeling/mdt/?project=uml2tools#uml2tools
 +
* Download: http://www.eclipse.org/modeling/mdt/downloads/?project=uml2tools
 +
* Update: http://www.eclipse.org/modeling/mdt/updates/ (see instructions)
 +
* Europa: http://download.eclipse.org/releases/europa/
  
== Another Question ==
+
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.
  
Answer, with quoted source code:
+
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? ==
 +
 
 +
* [[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