JBuilder Daily Tips

zhaozj2021-02-16  47

JBUILDER TIP of Day

Daily tips

1, Package An Application for Web Start in Two Steps:

Two steps package a web start application:

First, Creat A Jar for your Application Files Using The Archive Builder (Wizards | Archive Builder).

First, create a JAR for your application file using the document building (Wizards | Archive Builder).

Second, Run The Web Start Launcher Wizard To create a sample home page and a .jnlp file.

Then, run the Web Start Launcher Wizard to create an instance home page and one .jnlp file

.

When you put this homepage on a server, users installing web start simply click on the link on the master page to start the app.

2, Compile with debug information

Compile with debugging information:

Control Your Debug Information .choose from these Debug Options on the build point of problem Properties (Project | Project Properties):

Control your debugging information. Select from the Project | Project Properties construction page.

* Source, Line, And Variable Information

Source program, line, and variable information

* Source and Line ONLY

Only the source and the line

* Source ONLY

Source program

* None

No

Rebuild Your Project for these Changes to take Effect. In jBuilder Personal,

Recommending your engineering changes. In JBuilder Personal,

Only Two Options Are Available: Source, Line, and Variable Information and source and line only.

It is available when there are two options: Source, Line, And Variable Information and Source and Line ONLY.

3, Find The Execution Point

Looking for interrupt points

To Find The Current Execution Point, Choose Run | Show Execution Point OR Click The Show Current Frame Icon On The Debugger Toolbar.

Want to find current interrupt points, select Run | Show Execution Point, or click on the show current frame icon on the debug toolbar

4, FILE TAB MENU

File tag menu

You Can Run, Debug, Make, And Rebuild Directly from The File Tab Menu In The Content Pane.

You can run, debug, construct, and rebuild Right-Click The File Tab to Choose Any of these Menu items from the content panel file tag menu.

Right-click the file tab to select the menu item.

The Source File Must Have A Public Static Main () Method for Run and Debug To Appear on The Menu.

To make the run and debug on the menu, the original program must have a public static main () method.

5, Find Documentation in the Help Viewer

Find files in helping your browser

There Are Several Ways to Find Documentation In The Help Viewer:

There are several ways to find files from helping your browser:

* Contents: Displays An Expandable Table of Contents for All Books.

Content: Display a larger form about all books

* INDEX: Displays The Index Entries for All Books.

Index: Display index of all books

* Find: Allows you to enter search Words for all books.

Find: Allows you to enter the characters you want to find, find in all books

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

New Post(0)