This settings tells which main class to run when the application client is launched.
这个设置指定了在启动应用程序客户机时运行哪个主要的类。
The framework's main logical units are service class, endpoints, and host environment.
框架的主要逻辑性单元是服务类,末端点以及主机环境。
Note that the project and main class are already specified.
注意,工程和主要的类已经指定。
Listing 3 shows the main parts of the class under test.
清单3显示了测试的类的主要部分。
You, therefore, need to make sure that the manifest of the client application JAR file has a main class: entry.
因此,需要确保客户机应用程序JAR文件的清单具有一个主类,即项。
The first parameter is the name of the application, and the third is the fully qualified class name of the application's main class.
第一个参数是应用程序的名称,第三个参数是应用程序主类的完全限定类名。
The final argument is the fully qualified class name of what will be your application's main class.
最后一个参数是您的应用程序的主类的完全限定类名。
The Access class has one main function.
访问类有一个主要功能。
The correct place for initializing defaults is the main Plugin class itself.
初始化默认值的正确位置应该是主要的Plugin类本身。
The main program class that uses this TimingTranslator is BatchTiming, also included in the download file.
使用这个TimingTranslator 的主程序类是BatchTiming ,它也包括在下载文件中。
Details include the module id, the application's main class, modules which the program provides and modules on which it depends.
详细信息包括模块id,应用程序的主类,程序提供的模块和所依赖的模块。
BarScripter: main class coordinating the overall execution.
BarScripter:协调整个执行的主类。
Make a post into methods of the main class.
通过主类的方法发布帖子。
The IndexWriter is the main class responsible for creating indices.
IndexWriter是负责创建索引的主要类。
IOCPS: the main class that handles all the communication.
l IOCPS:处理所有通信的主要类。
Connection and ConnectionFactory are the two main class definitions in the resource package.
Connection和ConnectionFactory是资源包中两个主要的类定义。
Name its main class (Plugin class) PluginUi, accepting the default package name hsqldb.ui.
将其主类(Plugin 类)命名为 PluginUi ,并接受包的默认名称hsqldb.ui 。
Listing 3 contains a complete client main class that calls Listing 1's HelloWorld service via this Dispatch object.
清单3中给出了通过Dispatch对象调用清单1的HelloWorld服务的完整客户机主类。
Listing 2 contains a complete client main class that calls Listing 1's HelloWorld service using the call object.
清单2中给出了使用Call对象调用清单1的HelloWorld服务的完整客户机主类。
First, there is no main method or class definition, just some simple code.
首先,没有main方法或者类定义,只有一些简单的代码。
This class contains our main method.
这个类包含我们的main方法。
Take, for example, the main method in the class in Listing 8.
我们以清单8中那个类的main方法为例。
Define a main class in your JAR's MANIFEST.MF file that defines the executable class.
在您定义可执行类的JAR的MANIFEST . MF文件中定义一个main类。
You can create a separate script which only contains the view, while the interactions or bindings between components are in the main class, making a clearer separation in the MVC model.
你可以创建一个仅仅包含视图的单独的脚本,而与组件的交互或者绑定都在主类中,在MVC模式中可以更清晰的分离视图与逻辑部分。
During which it adds user defined properties, and finds the main class name.
在这个过程中,它可以添加用户定义的属性,找到主类名。
This class is the main object you'll use in your UDDI applications.
这个类是将在UDDI应用程序中使用的最重要的对象。
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中的应用程序,必须将它加入到您的类路径中,并用名字调用应用程序的主类。
Fortunately, it's pretty easy to emulate the work done by the JVM in running the main class of your application.
幸运的是,模拟J VM在运行应用程序的主类时所做的工作是相当容易的。
This section also demonstrates how to enhance the main stub class of the secure email service to provide security features.
此部分还将说明如何增强安全电子邮件服务的主存根类来提供安全功能。
You can run this example by running the main class from Eclipse.
通过从Eclipse运行主类,就可以运行这个例子了。
应用推荐