![]() |
Assignment 4 | |
Which IDE should I use to write Java? | |
We recommend using JBuilder and Eclipse, but we don't support it. You can use plain editor (Emacs, Vi, Notepad, ..) and the javac command line options. |
How can I check my java version? | |
java -version |
Can I use Java in the PC Farm? | |
Yes! To set up the environment do the following: 1. Open MY-COMPUTER using the explorer and find out the name of the drive mapped to the network drive 'pal'. (W on my computer) 2. Update path (in DOS prompt): Z:> set PATH=%PATH%;W:\JDKx.xx\BIN where x.xx is the latest version |
Can I use Java in the Sun farm? | |
Yes! Just update your path to include: set path=(/usr/local/java/jdkx.xx/bin $path) where x.xx is the latest version |
UML tools | |
List of UML tools in Wikipedia: http://en.wikipedia.org/wiki/List_of_UML_tools Visual Paradigm (installed in SSDL lab) http://www.visual-paradigm.com - Nice online tutorials (with audio) Poseidon Community Edition http://www.gentleware.com/download.html - Free of charge edition - No subscription is required Bouml http://bouml.free.fr/index.html - Free of charge - No subscription |