Solve the most authoritative ways of JBX common problems (from Borland)

xiaoxiao2021-03-06  83

Solve the most authoritative ways of JBX common problems (from Borland)

One.

Q: My JBX does not support Chinese on the programming interface, what should I do?

A: It is recommended to use the following methods:

1. Find the C: / Documents and Settings / Administrator / .primetimex / User_zh.properties file.

2. Back up the user_zh.properties file (such as Copy is User_ZH.Properties.OLD)

3. Find editor.display; fixed_fonts.2, change it to editor.display; fixed_fonts.2 = / u5b8b / u4f53 (Unicode of the Song)

4. Start JBX in Tools | Preferences | Editor | Display can be selected.

Note:

1. You can also add other fonts to add editor.display; fixed_fonts.3 ... you can add it, but pay attention to the Chinese Unicode.

2. Chinese fonts (such as the Song) may be aligned in some places, in Tools | Preferences | Editor | Color, all bold (such as reserved word) is canceled.

two.

Q: My JBX does not support Chinese on the menu interface, what should I do?

A: It is recommended to use the following methods:

Start JBX in Tools | Preferences | Browser | Look & Feel Talk to Use Different Font and select a Chinese font, such as SIMSUN - Song.

three.

Q: My JBX does not support Chinese on the design modeling interface, what should I do?

A: It is recommended to use the following methods:

Start JBX, in Project | Project Properties | Modeling and select a Chinese font, such as SIMSUN - Song.

Note:

You can choose a Chinese font in Project | default project property | model, such as SIMSUN - Song, which will now set this option automatically.

four.

Q: At present, JBuilderx, Enterprise Studio 7 for Java cannot be installed in Windows Server 2003, what solution is there?

A: It is recommended to use the following methods for different products:

JBUILDERX:

Insert JBuilderx DISC1 (or install the ZIP package). If the CD will automatically pop up the installer. Do not install, use the file manager to find /Windows/ent_install.exe, right-click property, selective, run this program in compatibility mode, "in the drop-down list, select Windows XP (or Windows 2000), determine . Then install it according to normal steps.

For Studio 7:

1. Insert Studio 7 DISC1 (or install the ZIP package), if the CD will automatically pop up the installer. Do not install, find the /Windows/studio_install.exe, the right key point "Properties", select "Compatibility", and run this program in a compatibility mode, select Windows XP (or Windows "in the drop-down list 2000), determined. Then install it according to normal steps. 2. Insert the second disk (install TJB), insert the second disk. But do not press the confirm key. First open the file manager, find /Windows/install.exe on the second disk, modify the file properties, then press the confirm key to continue the installation.

3. Tips After inserting the third disk (install Optimizeit), insert the third disk. But do not press the confirm key. Open the file manager first, find /Win32/setup.exe on the third disk, modify the file properties, then press the confirm key to continue the installation.

Note:

Since Borland's Java full range of installation disks made by Zero G install Anywhere, many products have problems under Windows 2003, including: JBuilderx, TJB7, Studio 7, Optimizeit Suite 6, Servertrace 2, JDATASTORE 7, BES 5.2.1. Solution to modify the installation file to run the compatibility property. BES 6.0 has no problem since the new Install Anywhere 5.5 is used.

Fives.

Q: I have installed JBuilderx, but the installation path is not C: / JBuilderx. Therefore, the problem that TOGETHER For JBuilderX 7 is installed. What solution is there?

A: It is recommended to use the following methods:

1. First determine the path to the installed JBuilderx. For example: D: / jbuilderx

2. Insert Studio 7 disc2 (or separate TJB7 ZIP package, trying version customers may get this package)

3. If it is a Windows 2003 operating system, you should first modify the file attribute as described above.

4. Open a command line window (CMD), transfer the directory into the / windows directory of the TJB installation disk or installation package in the command line

5. Run the command install -duser_install_dir = "". For example, JBuilderx's installation path is d: / jbuilderx, then execute: install -duser_install_dir = "d: / jbuilderx"

6. Install the installation of the installer

Note:

The key is that JBuilderx is installed separate JBuilderx discs, not the JBuilderx - Disk1 disc in Enterprise Studio 7 for Java. If it is the latter, there is no need to set it. It automatically looks for the Directory installed by JBuilderx to complete the installation.

six.

Q: When a new project is created, the default diagram will put it under the unified path DIAGRAMS. The new project will automatically introduce all the previous Diagram all in this path. What solution is there?

A: It is recommended to use the following methods:

In the DEFAULT.JPR (the default path is c: / documents and settings / administrator / .jbuilderx)

Path [0] .defaultdiagram = D% | / JBX / Diagramspath [0] .diagram = D% | / JBX / DIAGRAMS

change into

Sys [0] .defaultdiagram = D% | / JBX / DIAGRAMS

Sys [0] .diagram = D% | / JBX / Diagrams

I.e.

Seven.

Q: What should I do if I have lost characters in jbuilderx?

A: This problem is because JDK 1.4 supports problems with GB18030 for Chinese platforms. It is recommended to use the following methods:

/bin/jdk.config joins

VMParam -dfile.Encoding = GBK

Additional:

JBuilder's cursor positioning is not accurate solutions:

Enter% jbuilder_home% / bin directory, edit jbuilder.config with WordPad, add the following configuration:

VMParam -dprimetime.editor.usevariableWidthfont = True

转载请注明原文地址:https://www.9cbs.com/read-106821.html

New Post(0)