• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

UMLet not getting configured in Eclipse

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

Have taken the latest UMlet Jar file
com.umlet.plugin_13.0.0.jar

and kept in the plugin filder of my eclipse, even than the UMlet Option is not available for me.

Have tried extracting the JAR and placing the entire folder as well in the plugin directory.

Eclipse is: Indigo (3.7.2)

Kindly suggest how to configure UMLet in Eclipse
 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I unzipped a vanilla Eclipse 3.7.2 and copied uml.jar into /lugins" directory and works as charmed:

Later, following the UMLet instructions:

How to start UMLet as Eclipse-Plugin?
Download the "com.umlet.plugin*.jar" file and copy it to Eclipse's plugin directory.

To create a new, empty UMLet diagram in Eclipse,
1. select a directory in the Eclipse resource navigator;
2. select "File/New/Other.." from the menu or the context menu; in the subsequent wizard,
3. select "UMLet/Diagram".


http://www.umlet.com/faq.htm

 
Gagan Tiwari
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I did the same thing

Am not sure why its not working for me

Got the JAR:: com.umlet.plugin_13.0.0.jar
Placed it in ./plugins Directory
restarted eclipse

File-->New-->Others--> NO UMLET Option :-(
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic