Difference between revisions of "Unrelated Development Tools"

From wikidb
Jump to: navigation, search
(Created page with "= Eclipse = sudo apt-get install eclipse = Dia = UML: For UP CS371 Lab05. udo apt-get install dia")
 
(Dia)
Line 2: Line 2:
  
 
   sudo apt-get install eclipse
 
   sudo apt-get install eclipse
 +
 +
= bluej =
 +
 +
== Download ==
 +
 +
* [http://bluej.org/ blueja download] bluej-317.deb
 +
 +
== Install ==
 +
 +
* [http://askubuntu.com/questions/40779/how-do-i-install-a-deb-file-via-the-command-line Installing a dep file]
 +
 +
  sudo dpkg -i bluej-317.deb
 +
 +
== UML Extension ==
 +
 +
* [http://bluej.org/extensions/extensions.html Bluej Extensions]
 +
 +
  Class Card - A Better UML Extension
 +
  Description:
 +
    An improvement over the original UML Extension, this one allows you to show
 +
    more than one class display,  and to move class displays around the screen.
 +
    Available in English and German.
 +
  Author: Michael Steinhuber
 +
  Web site: http://klassenkarte.steinhuber.de
 +
 
 +
  AVAILABLE
 +
    http://klassenkarte.steinhuber.de/index_en.html
 +
 +
=== Install Class Card Extension ===
 +
 +
  sudo cp ~/Downloads/Klassenkarte.jar /usr/share/bluej/extensions/
  
 
= Dia =
 
= Dia =
Line 7: Line 38:
 
UML: For UP CS371 Lab05.
 
UML: For UP CS371 Lab05.
  
   udo apt-get install dia
+
   sudo apt-get install dia

Revision as of 22:59, 15 April 2017

Eclipse

 sudo apt-get install eclipse

bluej

Download

Install

 sudo dpkg -i bluej-317.deb

UML Extension

 Class Card - A Better UML Extension
 Description: 	
   An improvement over the original UML Extension, this one allows you to show
   more than one class display,  and to move class displays around the screen. 
   Available in English and German.
 Author: 	Michael Steinhuber
 Web site: http://klassenkarte.steinhuber.de
 
 AVAILABLE
   http://klassenkarte.steinhuber.de/index_en.html

Install Class Card Extension

 sudo cp ~/Downloads/Klassenkarte.jar /usr/share/bluej/extensions/

Dia

UML: For UP CS371 Lab05.

 sudo apt-get install dia