|
|
  |
Others ( JUDE Members Login )
I forgot my password to log into JUDE Members. Can I reissue it?
Where can I find information for particular version of JUDE such as what's new in it and fixed bugs..etc?
Please read the Release Note. It tells what enhancements and improvements have done and list of fixed bugs for each version.
There are two ways to open the Release note.
- Click on the version number in Update Information page.
- Go to [Start] - [All Programs] - [JUDE Professional (or Community) ] - [Release Note]
Bug information is also available at Bug Report forum in JUDE Community Site.
Do you provide Manuals for JUDE in other languages except for English and Japanese?
No, currently we provide manuals in English and Japanese only.
For how to use JUDE in other languages, go to GUI Localization.
System Requirements and Version, etc.
Does JUDE run on Windows Vista?
Yes. JUDE runs on Windows Vista. You must use J2SE 5.0.11 or later or 6.0 to run JUDE on Windows Vista.
*1. Some letters in Menu may appear illegible with J2SE 1.4.x or 5.0.x. This issue will be solved by using Java SE 6.0.
*2. Windows Aero does not work while running JUDE on J2SE 1.4.x.
What is the "JudeDefaultModel"?
JudeDefaultModel is a default project file that opens automatically every time you create a new project until Version 5.1.1.
You can customize it as you like. (e.g. Add Java API or common API models among project teams..etc)
Please follow the link for how to customize JUDE Default model.
For JUDE 3.2.x or earlier version, click here.
For JUDE 5.0.x or 5.1.x, click here.
For JUDE 5.2.x or later, click here.
Where is the JudeDefaultModel until version 3.2.x and how do I customize it?
JudeDefaultModel.jude is stored in JUDE install folder in version 3.2.x or earlier.
If you would like to use customized the default model,
- Create a new project file and customize as you like.
- Save this project file as [JudeDefaultModel.jude] and save it in your JUDE install folder.
Where is the JudeDefaultModel of version 5.0.x or 5.1.x and how do I customize it?
JudeDefaultModel.jude is stored in two directories.
- USERHOME/.jude/professional folder (community) or
- Your JUDE Install Folder
If you would like to use customized the default model,
- Create a new project file and customize as you like.
- Save this project file as [JudeDefaultModel.jude] in either directory shown above.
If there are two default models in both directories, one in the former folder will be used.
Can I use JUDE on Linux or MacOS?
JUDE may run on Linux or Mac OS, however we do not officially support Linux or MacOX for JUDE to run on. ( See System Requirements).
Please see the FAQ 11 for how to set up.
We strongly advise you to use the recommended Java environment to run JUDE on these non-Windows platforms.
For sharing information about running JUDE on Linux or Mac OS, please post on JUDE Users Community Site.
What I type into strings does not appear in the Diagram Editor.
Can I use Japanese with JUDE?
Yes. In the GUI, Japanese menu items will be shown in Japanese versions of Windows.
- Open JUDE batch file (jude.bat or jude-pro.bat) with Text Editor.
(You can find it in JUDE install folder)
- Modify "set USER_LANGUAGE="
- Save the batch file and start JUDE.
How can I attain better performance on JUDE?
The performance level of JUDE depends on the RAM capacity of your machine.
Try following methods.
- Use the latest Java environment.
(See FAQ 4. "I want to use a specific version of the JavaVM.")
- Turn off the mouse cursor tracing option.
(In some environments, having this option on could make the rendering slower.)
- Tune some garbage collection settings. (When the value of INITIAL_HEAP_SIZE is set to 16m,
the garbage collection does not work fully unless your computer uses the memory more than 16MB)
*Caution*
Do not set the value of MAXIMUM_HEAP_SIZE too small because if you do,
it could cause "OutOfMemoryErrors" and JUDE will not work properly.
It takes rather too long to save or JUDE seems to have frozen when I save project file by [save as].
This may happen when you are running JUDE on Java 6. Please try following solutions.
- Use Java 5 instead of Java 6 to run JUDE on.
(See FAQ 4. "I want to use a specific version of the JavaVM."
- Clean up files in Desktop, My recent documents, My documents,,etc if there are large files, or zip files in those folders.
- Use other Look&Feel except Windows. ([View] - [Look & Feel] in Main Menu)
Setup Troubleshootings, etc.
It would not let me download JUDE.
Please check the HTTP_REFERER setting both on your browser and an antivirus software
such as Norton Internet Security if you have any.
Our server requires that your browser sends "referrer" information correctly in order to download JUDE.
I cannot start up JUDE.
I cannot start up JUDE on Windows98.
Currently required operating systems to run JUDE on are Windows Vista,
Windows XP and Windows 2000. (See the System Requirements.)
If you would like to run JUDE on Windows 98, you need to edit the jude.bat
(jude-pro.bat) file. (You can find it in JUDE install folder.)
Open the jude batch file with Text Editor then set the path of JUDE install
folder to "JUDE HOME" then start JUDE by double clicking this batch file.
I want to use a specific version of the JavaVM.
See what versions of Java JUDE supports
Edit the JUDE start-up batch file (jude.bat, etc.) in the JUDE install folder. Remove "rem" from the following 2 lines, and change the value for "JAVA_HOME" to the install folder of your preferred J2SDK.
rem set JAVA_HOME=C:\j2sdk1.4.2_10
rem set PATH=%JAVA_HOME%\bin
to
set JAVA_HOME=[the install folder of your preferred J2SDK]
set PATH=%JAVA_HOME%\bin
I get a warning says "J2SDK version is old".
I cannot start up JUDE by batch file and I see "Out of environment space" warnings.
Change the memory size for environment variables as follows:
- Right-click on the batch file and open [Property].
- Select the [Memory] tab.
- Change the default value for environment variables from [Auto] to a suitable value.
- Click [OK].
My input is not displayed in real-time when I edit diagrams.
My computer freezes when I exit JUDE.
The JUDE window on my computer flickers and my PC restarts.
Rendering problems can be caused by the display driver or the Java environment.
If these problems are not solved by installing the latest version of the display driver or of Java, please try the following option:
-Dsun.java2d.noddraw=true
I am unable to open JUDE files.
JUDE project files (.jude) are upward compatible. If project files are edited by new version,
they cannot be opened in older version of JUDE. For information about model versions, click here.
If you cannot open project files using appropriate version of JUDE, please change the stack size in JUDE batch file.
- Open JUDE batch file (jude.bat or jude-pro.bat) with Text Editor.
You can find the batch file in JUDE install folder.
- In about 11 lines from the top, you can find this line;
"set STACK_SIZE=2m"
Change "2m" to 3m" to make the stack size bigger.
- Save the batch file and start JUDE.
How can I run JUDE on Linux?
How to run JUDE on Linux (Linux is not supported to run JUDE on. See the System Requirements.)
- Set up Java environment.
- Unzip JUDE download file (zip).
- Edit Shell script (jude) for your running environment.
- Add the execute permission to Shell script (chmod 755 jude).
- Execute Shell script (jude).
Where can I find a log file that I attach when I send a bug report.
A log file ijude.logj is stored in your home directory.
You can see where it locates from [Help] - [Bug report] in Main Menu of JUDE.
Please attach a log file when you send us a bug report since it needs to be analyzed.
Where can I find property files for JUDE? (Since Ver 5.0)
Since Ver 5.0, all property files for JUDE including JUDE license key have relocated to ;
- If you are using JUDE/Professional - Userhome\.jude\professional
- If you are using JUDE/Community - Userhome\.jude\community
Features
How can I customize format for Entity Definition Report?
- Go to [Tool]-[ER Diagram]-[Export Entity Definition Report] in Main Menu
- [Export Entity Definition Report] dialog opens. Click on [New Template] button that is on the right bottom of dialog.

Remember the Template name and where it is generated shown above.
- Close the dialog.
- Open the template file (.xls) directly that is generated where you checked at step 2. Customize it as you like. (You can create header and footer.etc)
- Overwrite the template file.
- Choose customized template file when exporting Entity Definition Report.
Can I sort order of Entities by physical name when I export Entity Definition Report?
Yes. By clicking on the top of [Physical Name] field, you can sort order of Entities by Physical name to export into Entity Definition Report.
Does JUDE support Object Diagrams?
Yes. You can draw Object Diagram in Class Diagram in both of JUDE/Community and JUDE/Professional.
Please use [Object] and [Link] from Tool Bar of Class Diagram to draw.
Can I paste diagrams on Microsoft Word, Excel or PowerPoint?
Yes, You can copy & paste diagrams with BMP, PNG, EMF format on Microsoft Word, Excel and PowerPoint.
(Copying in EMF format is supported in JUDE/Professional only).
For details, go to Copy and Paste to Word, Excel (EMF format).
You can modify pasted EMF images after ungrouping them in Microsoft Word, Excel and PowerPoint.
Some images may get distorted when ungrouping occasionally.
However we do not provide Technical Support for issues on Microsoft Word, Excel and PowerPoint after pasting diagrams.
Although we would appreciate if you inform us any issues that happened while copying and pasting so we can try to resolve them.
See "Save as Image" of JUDE TIPS.
The "Export HTML" function does not work.
To use this function, you need to copy the lib/tools.jar file, included in J2SDK 1.4, to the install folder of JUDE.
* lib/tools.jar file of J2SDK of 5.0, 6.0 is not currently supported.
Why are class diagrams not generated by the "Import Java" function?
[Import Java] will not generate Class Diagrams automatically.
To generate Class Diagrams with imported Java source files, select [Auto Create Class Diagram]
from the Pop-Up Menu of Package in the Structure Tree.
See "Import Java" of JUDE TIPS.
I cannot import Java source code.
The target Java source code can be imported only if it compiles without errors.
Classes referred to in the target Java source code may be created under the project directly if you did not set the classpath.
Please make sure that you have set up appropriate encode in System Properties.
- Go to [Tool] - [System Properties] in Main Menu.
- Open [File] Tab then choose an appropriate encode in [Charset of importing java files] option.
Can I bind source code and diagrams using JUDE?
Importing and exporting are available, however Round-trip engineering is not
currently supported so it will lose implementations for operations (methods).
Can I import/export model data from/to other tools?
JUDE/Professional supports data compatibility with Rational Rose(TM) paritially via XMI.
We are planning on enhancing the compatibility of JUDE with other products in the future.
Click here for more information.
Is there any way to support team modeling in JUDE?
Yes. Please try [Reference Model Management] feature. ([File] - [Reference Model Management])
You can import projects that others work on as Read-only so you can work on your part with referring others projects.
Since it is Read-only, there is no possibility for someone to modify others projects by mistake
and also it enables to maintain consistency of models.
I cannot shorten length of some ExecutionSpecifications (Activations) in Sequence Diagrams.
If ExecutionSpecifications (Activations) originates Messages to other ExcutionSpecifications,
you cannot make the former ExecutionSpecifications shorter than ones that the messages lead.
Can I open project files that are created in JUDE/Professional using JUDE/Community?
Yes. You can open project files that are created in JUDE/Professional using JUDE/Community as long as the model version of JUDE/Community is appropriate.
Please see the "Compatibility between JUDE Products" for details about the compatibility.
Basically you can edit diagrams in project files that are created in JUDE/Professional except ones that are available only in JUDE/Professional
such as UML 2.0 elements, Flowcharts, ER Diagrams, CRUD, Data Flow Diagrams and Mind Maps. Also some UML 2.0 elements will be shown in UML 1.5 notation in JUDE/Community.
Can I merge project files that I created with JUDE/Community using the merge function of JUDE/Professional?
Yes. You can merge project files that are created with JUDE/Community using JUDE/Professional.
( [File] - [Merge Project] )
Please make sure that you use the same or higher model version of JUDE/Professional to merge with.
Go to "Compatibility between JUDE Products" for details about the compatibility information of JUDE.
*Some model elements may appear in UML 2.0 notation after merging projects.
To switch the notation, go to [Tool] - [System Properties] - [UML 2.0].
When I try to log into JUDE/Server, I get an error says "Failed to connect to server."
Please see following lists to see if you have all set up correctly.
- Make sure that you are using appropriate version of products.
(Client must be the same version as the version of JUDE/Server.
e.g.JUDE/Server 5.x must be used with JUDE/Professional 5.x)
- Make sure that Anti-virus Software you are running are not affecting http port 8080 or https port 8443.
If so, please get it to enable them.
- If you are running JUDE/Server on Windows XP, make sure that firewalls is not blocking port 8080.
Please refer to "1.6. Machines with Windows XP Service Pack2 (P.4)" of Server Administrator Guide.
Make sure that you are not running any other services connecting port 8080 or port 8443,
if so, please stop them before starting JUDE/Server.
- If you made sure all said above is set correctly and still cannnot log into JUDE/Server,
installation of JUDE/Server must have been failed.
So please install JUDE/Server again after reading Server Administrator Guide carefully.
* You must delete "%CATALINA_HOME%\webapp\axis" before you reinstall JUDE/Server.
About Free Version
Will you provide version upgrades for free versions in the future?
Yes. We always provide version upgrades for JUDE/Community (Free version) when we have upgrades for JUDE/Professional (Product version).
Can I use JUDE/Community in my school and is it okay to distribute in the institution?
Yes, you can you JUDE/Community in school. And you may distribute JUDE/Community as long as you have our permission.
Please see Redistribution of JUDE/Community for how to apply for permission to
distribute.
|