网页
图片
视频
学术
词典
地图
更多
航班
笔记本
main class
美
英
un.
主船级
网络
类;主程式
英汉
网络释义
un.
1.
主船级
1.
类
...jar一个比较重要的任务就是 在清单文件中指定启动
类
(
Main-Class
)和Class-Path属性,这样的话在执行jar的适合,JVM就知道 …
www.linuxso.com
|
基于5个网页
2.
主程式
... 来编译(没有编译错误的自然就可以编译成 .class)。设定好 sourcepath,只要编译
主程式
(
Main-Class
),即可一并编译好所有 …
www.javaworld.com.tw
|
基于2个网页
例句
释义:
全部
全部
,
主船级
主船级
,
类
类
,
主程式
主程式
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Fortunately
,
it's
pretty
easy
to
emulate
the
work
done
by the JVM
in
running
the
main
class
of your
application
.
幸运
的
是
,
模拟
JVM
在
运行
应用程序
的
主
类
时
所
做
的
工作
是
相当
容易
的
。
www.ibm.com
2.
The
point
of
entry
for
the
application
client
is
a
Java
main
-
class
,
and
the
project
is
deployed
as
a
JAR
file
.
该
应用程序
的
入口
端点
是
一个
Javamain-class
,
而且
需要
将
该
项目
作为
JAR
文件
进行
部署
。
www.ibm.com
3.
Name
object
for
Main
-
Class
manifest
attribute
used
for
launching
applications
packaged
in
JAR
files
.
用于
启动
包装
在
JAR
文件
中
应用
的
Main-Class
声明
属性
中
的
Name
对象
。
www.51goushu.com
4.
Automobile
crane
is
a
of
project
machine
main
class
,
since
2002
,
the
new
change
that the
market
appeared
to make
a
person fix
eyes
upon
.
汽车
起重机
是
工程
机械
的
一个
主要
门类
,
自
2002年
以来
,
市场
出现
了
令人
瞩目
的
新
变化
。
zhaiyao.ckzl.net
5.
Next
,
implement
a
main
class
representing
the
Buyer to
call
the JAX-
RPC
proxy
to
invoke
the agent
process
.
接下来
,
实现
描述
Buyer
的
主要
类
,
通过
JAX-RPC
代理
来
调用
代理
流程
。
www.ibm.com
6.
To
run
an
application
stored
in
a non-executable
JAR
,
you
have
to
add
it
to your
class
path
and
invoke
the
application
's
main
class
by
name
.
要
运行
存储
在
非
可执行
的
JAR
中
的
应用程序
,
必须
将
它
加入
到
您
的
类
路径
中
,
并用
名字
调用
应用程序
的
主
类
。
www.ibm.com
7.
The
project
system
in the
earlier
version
of
Visual Studio Tools for Office
had
a single
main
class
file
for your
code
.
VisualStudioToolsforOffice
早期
版本
中
的
项目
系统
含有
代码
的
单个
主
类
文件
。
msdn2.microsoft.com
8.
In
the
Main
tab
for
this
new
configuration
,
you
should
see
a
Project
field
and
a
Main
class
field
.
在
这个
新
配置
的
Main
选项卡
中
,
应该
可以
看到
一个
Project
字段
和
一个
Mainclass
字段
。
www.ibm.com
9.
Every
main
class
contains
a
method
called
run
.
When the
program
is
executed
, the
statements
in the body
of
run
are
executed in
order
.
所有
的
main
类
包含
一个
名
为
run
的
方法
。
当
程序
执行
时
,
run
方法
中
语句
将
顺次
执行
。
www.bing.com
10.
The
first
parameter
is
the
name
of the
application
, and the
third
is the
fully
qualified
class
name of the
application
's
main
class
.
第一
个
参数
是
应用程序
的
名称
,
第三
个
参数
是
应用程序
主
类
的
完全
限定
类
名
。
www.ibm.com
1
2
3
4
5