当前位置: 技术问答>java相关
请问在jbuilder中如何运行带有参数的应用程序?
来源: 互联网 发布时间:2015-11-06
本文导语: 请问在jbuilder中如何运行带有参数的应用程序? 在命令行中是c:java generate test.txt generate是类文件。 谢谢了! | 在jbuilder菜单 project--project properties--run--application或applet 都可设置参数 ...
请问在jbuilder中如何运行带有参数的应用程序?
在命令行中是c:java generate test.txt
generate是类文件。
谢谢了!
在命令行中是c:java generate test.txt
generate是类文件。
谢谢了!
|
在jbuilder菜单 project--project properties--run--application或applet
都可设置参数
都可设置参数
|
when you execute "run" command in JBuilder7, there will come up a dialog which prompt you to set the parameters, main-class and so on for the program. You could set the parameter there.