I see the Java development tool (supplement)

zhaozj2021-02-08  248

I see the Java development tool (supplement)

In this article, I introduced some Java development tools, and I also missed a lot of tools. I have not used Visual J and TogetherControlCenter, which is introduced by netizens. I have not used it. If the heroes are free, you can write something to introduce it, that is the gospel of netizens. At the same time, there are also netizens who think that the article is not fine enough, I think it is very reasonable, so I decide to write this article to tell JBuilder.

In this article, I mainly introduce some of the JBuilders that I am experiencing in actual use. As for the advantages of jbuilder, I don't have much to say here, interested friends can go to its website to see.

I divide the problems in jbuilder into two categories:

A, the problem that the tool itself exists;

B, problems with other tools integrate.

In the first type of question, there are several questions:

1. Management of the source file

The JBuilder version is 7.0, and the import and export function is not supported. If someone wants to join some other programs in the project, this is more difficult, and you need to create the package path in the source file. This trick is unreasonable to the source file copy to the project source file path.

2, editor (editor)

1 cursor positioning is not accurate

When just using JBuilder, it may be very uncomfortable by this issue. Solving this problem is not difficult, the syntax in the default font in JBuilder's editor is overlink "reserved word" bold "reserved word" Bold's properties, and the font is more beautiful! Specific path: "Editor Option" -> "Color" -> "Screen Element" -> "RESERVED WORD" -> "Attributes" -> "bold", put "bold" uncheck.

2 does not support pulley rotation

If you use a three-button mouse, how to turn the pulley, the editor's ship has always moved, which is really a failure. In fact, there is a strong feature in JBuilder, which is to support OpenTool, which means that some insufficient features of the editor can be solved by adding OpenTool. In order to solve the pulley problem, you can download the jbwheel.zip file from the Internet, decompress the file copy to the / lib / ext directory, then restart JBuilder. Similarly, if you need some functions such as LineHighlight, Scratch, TextDrag, you can download these plugins from the Internet.

3 code prompt function

When writing the code, if the program has an error, JBuilder does not display code prompts, and in Eclipse, even if the program is wrong, if the program is wrong, if you write it, you can display the code prompt. This may be a temporary flaw in JBuilder.

3, compilation problem

When compiling, it is likely to produce a lot of errors, especially when compiling EJBs, there will be EJBC and other compilation. The cause of these problems is mainly JBuilder, where some of the environment variables such as TMP, ClassPath are not supported in the directory name. Just change these variables to avoid a large number of compilation errors.

If you want to know some of the parameters in jbuilder, you can click "Help" in the menu, then select "About JBuilder", and pop up "INFO" Tab, you can see most of the parameters.

If you want to modify some default directories in jbuilder, such as Output Path, Backup Path, etc. in Project, you can modify certain parameters in the jBuilder.config file under / bin. In the second type of question, according to the integration with different tools, the following problem occurs:

1, integration with Rose

When integrated with ROSE, there is a problem that is first installed. The problem of integration, there is time to write articles in the future (Rose2001 has supported JSP and design mode). In code generation and reverse, JavaBean and other different classes have no problems. But there will be problems when designing EJBs. This is because in JBuilder, when you create EJB, there is an ejBGroup concept (generating a JAR file, easy to post), and when designing EJB in Rose, it is just a few classes, so it is not possible to import the design into JBuilder. I have never found a solution to this issue.

2, integration with WebLogic

There are a lot of application servers supported by JBuilder, which mainly introduces questions from WebLogic integration. If JBuiler and WebLogic are on the same machine, there is no problem. The problem is mainly when JBuilder is not in a machine, it seems that both are all unable to integrate. That is, JBuilder does not support the integration with WebLogic.

3, integrate with other tools, such as version control, Test tool, etc., because I don't know much, there is nothing to say, I hope that people can talk about people.

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

New Post(0)