Java Development Tools JCREATOR STAD Summary (transfer)

xiaoxiao2021-03-05  22

Java Development Tools JCREATOR Skills Summary

Author: dazern

http://blog.9cbs.net/dazern

Date: 2005.3.24

Learning Java time is not short, but there is always something that is original, today, I will start the use of IDE development tools as my original start, I hope everyone can like this article, and I hope that I can have a first school. Java friends have a little help! In the process of using the JCRETOR, I have explored a little bit of use skills, here for the big and me a reference!

Tips 1: Establish an empty project for Java programming;

It is best to build an empty project when you program, and then edit your own Java program in this empty project; in fact, this is a good habit, you can build your own bag in this project, put you Edited Source Procedure, put it in different packages according to the different features; then after you learn Java a long time, you have a package that belongs to your own, this is to learn or check the relevant code after you later very convenient.

Establishing an empty project method, perhaps everyone know, but I am still rumored here :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :):

The creation method is as follows: Press JCRETOR's menu order:

File ??> new ??> Project ??> EMPTYPROJECT;

Ha, it is actually very simple! I wish you also have your own library as soon as possible! :)

Tips 2: JCRETOR provides a good support for JDK's help documentation;

You can enjoy the JDK help documentation through JCRETOR you can see the JDK help documentation! And this feature enables web pages to display directly in the edit window of JCREATOR, without having to open any browser for browsing. (I like this feature of JCREATOR, according to I know that Eclipse does not provide this feature) Ha, I have been saying that everyone will ask, how do you use this function! Ok! Don't worry, you will also master this tip immediately.

I don't know if you remember that after we installed JCREATOR, the system will ask you to specify the JDK installation path; in fact, if you remember, after setting up the JDK installation path, you will ask you to provide A DOCS path. Ha, the head, it is this! Hehe ... Let me tell you how to set this path:

First, download the corresponding JDK document from the SUN website;

Second, in the JDK installation directory (eg, my installation directory is d: /j2sdk1.4.2_06), establish a folder named DOCS, then extract the downloaded JDK document to the folder that has just been established, decompressed completion After you install JCRETORS, you should choose the directory where the JDK document is located; (should be noted: To ensure that there is a DOCS folder below the DOCS folder) When you set up jcreator, you will I found that your JCREATOR has changed? Ha, actually, don't believe you look at the Help drop-down menu in the JCREATOR menu bar, take a closer look, what is it? Oh ... isn't there a "JDK Help Ctrl F1" menu item! If so, congratulate you, configure success! Below I will tell you how to use this feature;

Once again, use JCRETOR to play the role of JDK help documents! This is the focus I want to say, OK, let me tell you how to use this feature: When you write programs in JCREATOR or watch the original code of others, you will definitely encounter or unknown classes. Or method, this time you select the class name or method name you want to query, then click JDK Help below the Help menu in the JCRETOR menu bar, then you will find that the information you want to query is right in JCREATOR in JCREATOR. The form is displayed! Oh ... isn't it to find very simple, is it to feel comparable to the JDK documentation with the CHM format! Ha, it is so simple!

Tips 3: This skill seems to be a bit similar to the skill 2, belonging to the way to implement the web file directly in the JCREATOR editing window, and free to open other browser tools. In fact, this feature is mainly for programmers for writing Java Applet applets. When you write a Applet program, you must always observe the result of the program through the web page, then write an HTML original file with JCRETOR and save! At this time, it will find that the corresponding file name will appear in the File View window on the leftmost left File View window of the JCREATOR, select this file, click Right-click on the View in Browser menu item, soon, the HTML file you chose is in JCRETOR. display. OK, use this method to open this HTML file with your browser, is it convenient for Dula! Oh, it is so simple!

:) The above is the little use skills that I have concluded by JCREATOR. Maybe some friends already know the features in this, the class is ax, I don't know if you write! At the same time, I also hope that everyone can put themselves on the experience of using the JCRETOR process for reference! I will update the new techniques I have learned in time in my blog!

Welcome everyone to visit my blog, below is my blog address:

Please pay attention to my blog: http://blog.9cbs.net/dazern/

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

New Post(0)