大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
JBuilder Tip Of DayXML:namespace prefix = o ns = "urn:schemas-microsoft-com:Office:office" />
每日提示
1、Package an application for web Start in two steps:
两步打包一个Web Start应用程序:
First , creat a JAR for your application files using the Archive Builder(Wizards |Archive Builder).
首先,利用文档建筑器(Wizards |Archive Builder)为你的应用程序文件创建一个JAR。
Second , run the Web Start Launcher wizard to create a sample home page and a .jnlp file.
然后,运行Web Start Launcher wizard来创建一个实例主页和一个.jnlp文件
When you make the homepage available in a web server ,users who have Web Start installed can launch the application with a single click on the link in the homepage.
当你把这个主页放到一个服务器上时,安装了Web Start的用户只需单击主页上的链接就可以启动该应用程序
我们提供的服务有:成都网站建设、成都网站制作、微信公众号开发、网站优化、网站认证、天柱ssl等。为千余家企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的天柱网站制作公司
2、Compile with debug information
有调试信息的编译:
Control your debug information .Choose from these debug options on the Build page of Progect Properties(Project|Project Properties):
控制你的调试信息。从工程属性(Project|Project Properties)建造页的以下调试选项里选择
*source , Line , and Variable Information
源程序,所在行,和变量信息
*Source And Line Only
仅源程序和所在行
*Source Only
仅源程序
*None
没有
Rebuild your project for these changes to take effect . In JBuilder Personal ,
重新构造你的工程这些改动会起作用。在JBuilder Personal中,
only two options are available: Source,Line,and Variable Information and Source And Line Only.
只有两个选项时可用的:Source, Line, and Variable Information和 Source And Line Only.
3、Find the execution point
寻找中断点
To find the current execution point ,choose Run|Show Execution Point or click the Show Current Frame icon on the debugger toolbar.
想要找到当前的中断点,选择Run|Show Execution Point 或者点击在调试工具条上的Show Current Frame图标
4、File tab menu
文件标签菜单
You can run, debug ,make, and rebuild directly from the file tab menu in the content pane.
你可以从内容面板的文件标签菜单直接的运行,调试,构造,和重建造
Right-click the file tab to choose any of these menu items .
右键单击文件标签来选择其中的菜单项。
The source file must have a public static main() method for Run and Debug to appear on the menu.
要使运行和调试出现在菜单上,原程序必须有一个公共的静态的main()方法。