📄 readme.txt
字号:
Welcome to ArgoUML!(This file was last updated by $Author: mvw $ on $Date: 2005-09-25 10:41:13 +0200 (Sun, 25 Sep 2005) $.)In case you just downloaded and unzipped your ArgoUML distribution,here's how to proceed.First, you need the runtime environment for Java (J2SE) installed, get itfrom http://www.java.com for your platform.At least a JRE 1.4 is required. Please let us know if you experienceany JDK related problems. Try typing "java" in a console window to seeif Java is successfully installed. You should get a list of youroptions. If not, try reinstalling Java.Now (after unpacking the distro, which you obviously have done,because this file was in it) you should have a bunch of .jar files(argouml.jar, gef.jar and others...) in your directory. Please doNOT unpack the .jars! Just leave them as jar files.Now you can start the argouml.jar, on a Windows platform by(double-)clicking it. Alternatively, you can type the following at acommand line console: java -jar argouml.jarThe same effect can be obtained by creating a batch-file (in the samedir as argouml.jar), with the following contents: java -jar argouml.jarwhich can then be started via a shortcut on the desktop.Detailed instructions in running ArgoUML from a command line consoleon Windows:Suppose that you have downloaded ArgoUML to the C: drive, so yourdirectory looks like this: c:\ArgoUMLOpen your DOS command prompt and type cd \to set the current directory to the root. Then type: c\:>cd ArgoUMLwhich will give you the prompt: c:\ArgoUML>Then type: dir to see everything in the ArgoUML folder. You should have theargouml.jar file present in this folder. Note that you need alldownloaded jar files together in this directory.Then type java -jar argouml.jarThat's it, ArgoUML should start up now. If not, there is a problem with the downloading on your computer.Please have a look at http://argouml.tigris.org in the FAQ and then consider posting an issue.Modules:If you downloaded the modules archive, which contains the support for code generation of other languages then Java, then put their jar files in a subdirectory named ext.Memory:If you have plenty of memory and wants ArgoUML to be able to handlelarge projects, try:java -Xms250M -Xmx500M -jar argouml.jar Batch mode:The following is an example of how ArgoUML is run in batchmode:java -jar argouml.jar -batch -command "org.argouml.uml.ui.ActionOpenProject=test.zargo" -command org.argouml.ui.cmd.ActionGotoDiagram=A -command "org.argouml.uml.ui.ActionSaveGraphics=test.PNG"Instead of "test.zargo", it may be better to include the complete path, e.g.c:\Documents and Settings\YourNameHere\My Documents\test.zargoHave fun!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -