网站首页  词典首页

请输入您要查询的英文单词:

 

单词 JAR file
释义

JAR file

  • 网络文件;文件名;附件
1.
文件
理解类加载器:J2EE 环境下的 log4j - 帝国软件 ... (EJB .jar file文件。当我 Example:Why It Will Work 例子:为什么它工作 …
www.phome.net
2.
文件名
Hadoop Shell 讲解 - ggjucheng - 博客园 ... <num> 个数 <jar file> 文件名 <class> 类 ...
www.cnblogs.com
3.
附件
可 download 这一篇的附件(jar file)回去试试看。(jar 内有包 source code,实际使用是不需要 source code)。
www.pusuo.net

例句

释义:
1.
The code creates a simple project structure, typical of a Java application that will eventually be packaged into a JAR file.
这段代码创建了一个简单的项目结构,是Java应用程序的典型特征,最终会被打包成JAR文件。
www.ibm.com
2.
What if you had a project containing Java code, in either source form or in a JAR file, to which you wanted to apply aspects?
如果有一个项目包含Java代码,或者以源代码的形式,或者以JAR文件的形式,倘若现在想在它上面应用某些方面,那么该怎么办呢?
www.ibm.com
3.
At this point you could extract the sample code and add it to your own plug-in, possibly as a separate jar file.
现在,您可以展开示例代码,并将其作为一个单独的jar文件加入您自己的插件中。
www-128.ibm.com
4.
When you attempt to drop and recreate the stored procedure, but did not remove the JAR file before calling sqlj. install_jar again.
试图删除并且重新创建存储过程,但是在再次调用sqlj.install_jar之前没有删除JAR文件。
www.ibm.com
5.
Bundle the files into a JAR file and you re ready to deploy.
把这些文件捆绑成一个JAR文件,您就可以部署它了。
www-128.ibm.com
6.
To understand the difference between Maven and a traditional build tool, consider the process of building a JAR file and an EAR file.
为了更好地理解Maven和传统构建工具的不同,我们来看看构建一个JAR文件和一个EAR文件的过程。
www.ibm.com
7.
When you call the executable in this manner, you must specify the manifest file first, followed by the name you want to call the JAR file.
当您以这种方式调用该可执行文件时,您必须先指定manifest文件,后接需要调用JAR文件的名称。
www.ibm.com
8.
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
读取下一个JAR文件项,并把流定位在项数据的开始位置。
www.51goushu.com
9.
For the first situation, you will have to call sqlj. remove_jar first before you call sqlj. install_jar to install the JAR file again.
对于第一种情况,必须先调用sqlj.remove_jar,然后再调用sqlj.install_jar来再次安装JAR文件。
www.ibm.com
10.
To create the JAR file, follow the instructions at the beginning of the previous section, " Running your analyzer from the command line. "
要创建JAR文件,执行上一节“从命令行运行分析程序”开始部分介绍的步骤。
www.ibm.com
1.
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
2.
The next step is to bundle the necessary files together into the . jar file, as shown in Listing 6.
下一步是把必要的文件一起打包到.jar文件中,如清单6所示。
www.ibm.com
3.
Since the initial release of Snippets feature, important updates have been made to the serverLocatorMgr. jar file.
由于这是首次发布Snippet特性,对serverLocatorMgr.jar文件做了一些重要的更新。
www.ibm.com
4.
The toolkit also provides an option to package the project into a jar file and a jad file.
该工具箱还提供有一个选项,用于把工程打包成一个jar文件和一个jad文件。
www.ibm.com
5.
The Ant build script, shown in Listing 8, simply packages hamlet. jar and MANIFEST. MF into a jar file called hamletbundle. jar.
Ant构建脚本(如清单8中所示),只简单地将hamlet.jar和MANIFEST.MF打包进了一个jar文件,名为hamletbundle.jar。
www.ibm.com
6.
Simplified Packaging: The new packaging mechanism removes the restriction that enterprise bean classes must be packaged in an ejb-jar file.
简化的打包:EJB以前必须打包在JAR文件里,新的打包机制打破了这一限制。
www.infoq.com
7.
The next step is to move the Jar file into the Java project (or if starting from scratch, copy the Jar into the Java project).
下一步就是把Jar文件移动到Java项目(或者如果从头开始,把Jar复制到Java项目中)中。
www.ibm.com
8.
You must, however, make sure that this . jar file is not deployed with the . war file, because it's already in the Geronimo repository.
但是,您必须确保这个.jar文件不与.war文件一起部署,因为它已经位于Geronimo存储库中。
www.ibm.com
9.
mainClass: Use this element to define the name of the class to execute when the user executes the JAR file with a java -jar command.
mainClass:当用户使用lib命令执行JAR文件时,使用该元素定义将要执行的类名。
www.ibm.com
10.
The third option allows you to copy an external JAR file into your EAR project as a Utility JAR, as shown in Figure 3.
第三个选项允许您拷贝一个额外的JAR文件到您的EAR项目中,作为一个UtilityJAR,如图3所示。
www.ibm.com
1.
JAR file manifest consists of a main section followed by a list of sections for individual JAR file entries, each separated by a newline.
Jar文件的说明包括一个主要段和之后的多个段,用空格分隔。
blog.sina.com.cn
2.
The tool can create AOT-compiled code either for all the methods in each of the JAR file's classes or for a defined selection of methods.
该工具可以创建AOT编译的代码,可以是为各JAR文件的类中的所有方法,也可以是为一个固定的方法集合。
www.ibm.com
3.
For a large organization, you may have hundreds of copies of the same Utility JAR file throughout the version control system.
对于一个大的组织来说,在整个版本控制系统中,您可能有同一个UtilityJAR文件的几百个复本。
www.ibm.com
4.
Previous versions of Eclipse had to open and scan each plug-in jar file to determine which classes it contained.
早期版本的Eclipse必须打开并浏览每个插件jar文件以确定它包含哪些类。
www.ibm.com
5.
Note: When creating custom fixture classes, be sure to bundle them into a . jar file using your favorite build tool.
注意:当创建自定义fixture类时,一定要使用您喜欢的构建工具将它们捆绑为一个.jar文件。
www.ibm.com
6.
Select the location of the JAR file that you downloaded earlier from the Apache site, as shown in Figure 2.
选择您所下载的JAR文件的位置,或者Apache站点,如图2所示。
www.ibm.com
7.
The EJB project for the EJB proxy application also needs to be aware of the Web service classes in a dependent JAR file.
EJB代理应用程序的EJB项目也需要能够识别依赖JAR文件中的Web服务类。
www.ibm.com
8.
Figure 1 shows the result of copying a Jar file, mybinary. jar, into a newly created Integration Developer module called "MyModule" .
图1显示了将一个Jar文件mybinary.jar复制到新创建的IntegrationDeveloper模块“MyModule”中的结果。
www.ibm.com
9.
To run your analyzers from the command line, you should first package them into a JAR file called analyzers. jar.
要从命令行运行分析程序,应首先将它们打包为一个JAR文件,名为analyzers.jar。
www.ibm.com
10.
The signature block file associated with the signature file stores the public signature used to sign the JAR file.
与签名文件相关联的签名程序块文件,它存储了用于签名JAR文件的公共签名。
www.ibm.com
1.
In the Classpath field, specify the full path of each JAR file contained in the directory in which you expanded the dependencies archive.
在Classpath字段中,指定依赖项存档展开到的目录中包含的每个JAR文件的完整路径。
www.ibm.com
2.
You can download the source code and a jar file for the updated stored procedure, and follow the instructions for installing it.
您可以下载更新后的存储过程的源代码和jar文件,并根据说明安装它。
www.ibm.com
3.
Place the results into a JAR file. Then, compile a higher level portion of the project.
然后,编译上一层的项目代码,编译时依靠第一步产生的JAR文件。
hctan.blog.163.com
4.
This JAR file includes all the CLASS files that we created for our application as well as the SOAP proxy classes.
JAR文件中包括我们为这个应用程序创建的所有CLASS文件和SOAP代理类。
www.ibm.com
5.
Certificates stored in the keystore are protected with a password, which must be provided to the jarsigner tool to sign a JAR file.
存储在keystore中的证书有密码保护,必须向jarsigner工具提供这个密码才能对JAR文件签名。
www.ibm.com
6.
This directory information is stored in a simple text file named INDEX. LIST in the META-INF directory of the root JAR file.
这个目录信息存储在根JAR文件的META-INF目录中的一个名为INDEX.LIST的简单文本文件中。
www.ibm.com
7.
Save the AcmeMembersAppWeb. jar file to a location of your choice on your file system.
将AcmeMembersAppWeb.jar文件保存到您在文件系统中所选择的位置。
www.ibm.com
8.
Another option is to package your class file into a JAR file, and deploy the JAR file.
另一个办法是将类文件打包到JAR文件中,并且部署JAR文件。
www.ibm.com
9.
The directory contains documentation, examples, the source code, and the js. jar file, which should be included on your classpath.
该目录中包含一些文档、例子、源代码和js.jar文件,而js.jar文件应该包含在classpath中。
www.ibm.com
10.
This name is constructed using the name of the deployed EAR file, put together with the name of the client application JAR file.
该名称是使用已部署EAR文件名和客户机应用程序JAR文件名放在一起构造的。
www.ibm.com
1.
The only JAR file is statcvs. jar, which includes the single third-party library that StatCVS uses: JFreeChart.
惟一的JAR文件是statcvs.jar,它包含StatCVS使用的惟一的第三方库:JFreeChart。
www.ibm.com
2.
To take a look at the harness code, download this article's sample JAR file from the Resources section.
为了分析这个工具的代码,应从参考资料中下载本文的示例JAR文件。
www.ibm.com
3.
Once the XML files are generated, they are packaged, along with other configuration information needed by ARE, into a JAR file.
生成这些XML文件后,它们将随同ARE需要的其他配置信息一起打包为一个JAR文件。
www.ibm.com
4.
Copy the new JAR file, renaming it to reflect the name by which it is referenced in all the build scripts.
复制新的JAR文件,并将其重新命名以便反映其在所有构建脚本中被引用时所用的那个名字。
www.ibm.com
5.
Next, we need to import the EJB client JAR, which is a special JAR file with the code needed to call an EJB from a remote location.
接下来,我们需要导入EJB客户端JAR,它是需要远程调用EJB的代码的专用JAR文件。
www.ibm.com
6.
Extract the . zip file contents, and copy the . jar file into the Plugins folder of your Eclipse installation.
解压缩.zip文件内容,将.jar文件复制到Eclipse安装所在的Plugins文件夹中。
www.ibm.com
7.
An expired plug-in is one encapsulated in a JAR file, which is signed, but the certificate used to sign the JAR file has expired.
插件封装在JAR文件中并且带有签名,但用于为JAR文件签名的证书已经过期,这种插件称为过期插件。
www.ibm.com
8.
If you're using Rational Application Developer, all you need to do is ensure that the custom binder jar is added as an external jar file.
如果您正在使用RationalApplicationDeveloper,则只需确保自定义绑定器jar文件被作为外部jar文件进行添加。
www.ibm.com
9.
If your application will need access to the local system, then each entry in a JAR file must be signed.
如果您的应用程序需要访问本地系统,那么JAR文件中的每个条目都必须被签名。
www.ibm.com
10.
The J2EE specification requires that you package EJB applications in an EJB jar file and follow the EJB directory structure.
J2EE规范要求将EJB应用程序包装在EJBJar文件中,并遵循EJB目录结构。
www.ibm.com
1.
This application must be packaged as an EAR file, and it might also include a JAR file for the shared library, if used.
此应用程序必须打包为EAR文件,而且其中还可能包括共享库(如果使用)的JAR文件。
www.ibm.com
2.
The bridge executable bits are located in two files: A JAR file and a DLL file.
桥的可执行部分在两个文件中:一个JAR文件和一个DLL文件。
www.ibm.com
3.
In that case we might opt to package our handler classes in a JAR file rather than dumping them as loose files into the class directory.
在这种情况下我们可能选择将处理程序类打包在一个JAR文件中而不是使它们成为类目录中的分散的文件。
www-128.ibm.com
4.
For a Java application, click Browse and select the. Class or. Jar file of the Java application you want to add.
对于Java应用程序,单击浏览,然后选择要添加的Java应用程序的.class或.jar文件。
download.boulder.ibm.com
5.
A JAR file can contain common classes used by other modules and deployment descriptors for a Java EE application client.
一个JAR文件,包含其他模块和部署描述符用于JavaEE应用程序客户机的常用类。
www.ibm.com
6.
A substitute for this program, in case you are not building an RPM, is to simply compile each jar file in your program to a shared library.
假如你没有在构建RPM,那么一个替代方案就是直接将程序中的jar文件编译到共享库中。
www.infoq.com
7.
Sealing a package within a JAR file means that all classes defined in that package must be found in the same JAR file.
密封JAR文件中的一个包意味着在这个包中定义的所有类都必须在同一个JAR文件中找到。
www-128.ibm.com
8.
Copy the JAR file for the schema and WSDL files that you exported from the business process application.
复制您从业务流程应用程序导出的模式文件和WSDL文件的JAR文件。
www.ibm.com
9.
You get the benefit of only one copy of a Utility JAR file in an application.
您只获得了一个应用软件中一个UtilityJAR拷贝的利益。
www.ibm.com
10.
Check the box beside wts. jar file as shown in Figure 13, and then save your changes to the manifest file by pressing CTRL S.
如图13中所示,选中wts.jar文件旁边的复选框,然后按CTRL S将更改把保存到清单文件。
www.ibm.com
1.
Use a JAR file placed in a WebSphere shared library associated with the channel and gateway enterprise applications.
使用与渠道和网关企业应用程序关联的WebSphere共享库里的JAR文件。
www.ibm.com
2.
This JAR file must be in the classpath of the program that needs to execute the command.
此JAR文件必须位于需要执行命令的程序的类路径中。
www.ibm.com
3.
cp is the classpath (used to indicate the location of the database driver JAR file).
cp为类路径(用于指示数据库驱动程序JAR文件的位置)。
www.ibm.com
4.
The response status code and MIME type from the Web server are inspected by Java Web Start to determine if the JAR file has a newer version.
JavaWebStart检查Web服务器的响应状态代码和MIME类型来决定此JAR文件是否有更新的版本。
www-128.ibm.com
5.
Browse to the path of the download location for the kit; then select the appropriate Java archive (JAR) file and click Open.
浏览至该工具箱的下载位置路径;然后选择适当的Java归档(JAR)文件并单击打开。
download.boulder.ibm.com
6.
EJB artifacts, typically consisting of the EJB types, are packaged in an EJB-JAR (JAR) file.
EJB构件,一般由EJB类型组成,被打包在EJB-JAR(JAR)文件中。
www.ibm.com
7.
This new JAR file contains the client-side libraries needed to communicate with the Derby Network Server running on a remote machine.
这个新的JAR文件包含和运行在远程机器上的DerbyNetworkServer通信所需要的客户端库。
www-128.ibm.com
8.
In the example shown in Figure 6, the JAR file was included in the tools directory of the project.
在图6所示的示例中,JAR文件被包含在项目的工具目录下。
www.ibm.com
9.
The generated application consists of a common run time JAR file and configuration files.
生成的应用程序由一个公共运行时JAR文件和一些配置文件组成。
www.ibm.com
10.
Before you set up the test, you need to have at a minimum the HtmlUnit binary JAR file.
在您开始测试之前,需要有一个最小化的HtmlUnit二进制JAR文件。
www-128.ibm.com
1.
After I've deployed JAR file(s) for a custom action or custom autonumber source , do I need to update the application server classpath?
当部署完自定义操作和自定义自动编码的JAR包后,我是否需要更新应用服务器的路径?
www.cnblogs.com
2.
To deploy the filter, place the filter JAR file into the lib directory of the Application Server, and restart the server.
要部署筛选器,请将筛选器JAR文件放入ApplicationServer的lib目录,并重新启动服务器。
www.ibm.com
3.
It's a lot faster to just put your code that doesn't change into a JAR file and place it in the classpath.
将不会发生变化的代码放入一个JAR文件,并将其放到类路径中,这样会加快速度。
www.ibm.com
4.
NOTE: You can find the news_properties. jar file in the Downloads section of this article.
注意:可以在本文的下载小节找到news_properties.jar文件。
www.ibm.com
5.
If you get a Java exception, recheck your CLASSPATH to be sure the derbytools JAR file is present.
如果获得Java异常,则重新检查CLASSPATH以确保derbytoolsJAR文件存在。
www.ibm.com
6.
As long as a JAR file that contains this file appears before Xerces' JAR files, the parser will use the new parser configuration.
只要包含该文件的JAR文件出现在Xerces的JAR文件之前,解析器就会使用新的解析器配置。
www.ibm.com
7.
You can download the updated JAR file below and apply it to your installation of application developer.
用户可以下载下面的这个更新后的JAR文件,并且将其应用到您的应用程序开发者的安装中。
www.ibm.com
8.
Package the class files into a single JAR file for distribution.
将class文件打包到用于分发的单一JAR文件中。
www.ibm.com
9.
Browse to find the commons-fileupload JAR file that you just added, as shown in Figure 7, and click Finish.
浏览找到您刚刚添加的commons-fileuploadJAR文件,如图7所示,并点击Finish。
www.ibm.com
10.
The. Jar file contains the permanent license key and must be imported to activate your product.
该.jar文件中包含永久许可证密钥,必须导入该.jar文件才能激活产品。
download.boulder.ibm.com
1.
A portable collector is a JAR file that contains all the necessary files to execute a particular collector script.
便携收集器是JAR文件,其中包含执行特定收集器脚本所需的所有必要文件。
www.ibm.com
2.
build. sources creates a ZIP file of the Java source based on the source folders defined for a given run-time JAR file.
sources基于给定的运行期JAR文件所定义的源文件目录,创建Java源文件的压缩包。
www.ibm.com
3.
As the figure above shows, the path must be the full path for each JAR file.
如上图所示,每个JAR文件的路径必须是完整路径。
www-128.ibm.com
4.
A window displays asking for the location of your external JAR file.
此时将显示一个窗口,要求您提供外部JAR文件的位置。
www.ibm.com
5.
A standalone Java program client also must add the RJCB Java library RJCBRT. jar file to its classpath.
独立Java程序客户机还必须把RJCB的Java库RJCBRT.jar文件添加到它的类路径中。
www.ibm.com
6.
If all goes well, you will have created an UberJar - a JAR file containing everything needed to run the client - in the target subdirectory.
如果一切顺利,就已经在目标子目录中创建了UberJar一个包含运行客户端所需的所有内容的JAR文件。
www-128.ibm.com
7.
When you create this relationship, Application Developer will create or update the extensions file for this EJB Jar file.
当您创建这个关系时,ApplicationDeveloper将创建或更新这个EJBJar文件的扩展文件。
www-128.ibm.com
8.
For example, the utility-classes project will update the JAR file that it produces as the result of a build.
例如,作为工具类项目的构建结果,会更新自己产生的JAR文件。
www.ibm.com
9.
This setting causes the compiler to output class files directly to a JAR file, instead of to the project's output folder.
这个设置使编译器将类文件直接输出到JAR文件,而不是输出到项目的输出文件夹。
www.ibm.com
10.
Add both the created output jar and wsc-gae. jar file to the lib folder of your project.
将创建的outputjar文件和wsc-gae.jar文件添加到您的项目的lib文件夹。
www.ibm.com
1.
In this particular example, the JAR file was not created prior to invoking the sqlj. install_jar routine to install the JAR file.
在这个例子中,在调用sqlj.install_jar例程安装JAR文件之前没有创建JAR文件。
www.ibm.com
2.
You' need to add the client API JAR file (dmapi. jar) to your classpath and follow the instructions for building your client application.
您需要将客户端APIJAR文件(dmapi.jar)添加到您的类路径中并且按照指导来构建您的客户端应用程序。
www.ibm.com
3.
Issue the following command against your signed plug-in JAR file and get your response, as shown in Figure 10.
针对带签名的插件JAR文件发出以下命令,并获取响应。如图10所示。
www.ibm.com
4.
Set the correct WebSphere variable to the path of your JDBC driver jar file.
将正确的WebSphere变量设置到您的JDBC驱动程序jar文件的路径。
www.ibm.com
5.
Consequently, no additional steps are required to add the JAR file to the WebSphere Application Server classpath.
因此,无需其它步骤就可将JAR文件添加到WebSphereApplicationServer类路径。
www-128.ibm.com
6.
The full path name to the JAR file that contains the JDBC driver to be installed.
到JAR文件的全路径名,该文件包含要安装的JDBC驱动程序。
www-128.ibm.com
7.
The client generates HTTP GET and POST requests with parameters defined in the init. properties file, supplied in the client. jar file.
该客户端生成HTTPGET和POST请求,带有在init.properties文件中定义的参数(在client.jar文件中提供)。
www.ibm.com
8.
In the Select a JAR file section, click the Browse button and navigate to your copy of the JAR file.
在SelectaJARfile部分中,点击Browse按钮,然后切换至JAR文件的拷贝处。
www.ibm.com
9.
If not, please modify the path for derby. jar file accordingly in the Java build path and class location for the connection.
如果没有,请在Java链编路径和类位置中相应地将连接修改为derby.jar文件的路径。
www.ibm.com
10.
Refers to a JAR file. Only those paths that end with a.
结尾的路径指向的是JAR文件。
www-128.ibm.com
1.
To use this script you must have the ant-jmeter. jar file (see Resources for a download link) in the Ant classpath.
要使用该脚本,您的Ant类路径中必须存在ant-jmeter.jar文件(请参阅参考资料获得下载链接)。
www.ibm.com
2.
How could I make an application load its classes from a lib directory inside its own JAR file?
我如何才能让应用程序从它自己的JAR文件中的lib目录装入它自己的类呢?
www.ibm.com
3.
That's all there is to it -- now the JAR file ExecutableJar. jar can be executed using java -jar.
所要做的就是这些了--现在可以用java-jar执行这个JAR文件ExecutableJar.jar。
www.ibm.com
4.
All the classes that are loaded are listed, along with the JAR file or directory from which they were loaded.
所有载入的类别都已经列出,同时还指出它们是从哪个JAR文件或目录载入的。
www-128.ibm.com
5.
NOTE: If you want to export this plug-in as a JAR file or a folder, you can include the src folder and provide access to the Java files.
注意:如果想要将该插件导出为一个JAR文件或文件夹,您可以包含src文件夹并提供对Java文件的访问。
www.ibm.com
6.
Sealing a package means that all classes defined in that package must be found in the same JAR file.
密封一个包意味着包中的所有类都必须在同一JAR文件中找到。
www.ibm.com
7.
A JAR file called google-diff-match-patch. jar in the transfer file that you imported is provided.
这个过程中,提供了一个名为google-diff-match-patch.jar的JAR文件,该文件位于您所导入的转移文件之中。
www.ibm.com
8.
To have Spring transaction support, the SpringSharedLibAsset. jar must contain all Spring libraries and the aspectjweaver. jar file.
要拥有Spring事务支持,SpringSharedLibAsset.jar必须包含所有Spring库和aspectjweaver.jar文件。
www.ibm.com
9.
Building a JAR file with Maven is pretty easy: just define the project packaging as "jar" and then execute the package life-cycle phase.
使用Maven构建一个JAR文件比较容易:只要定义项目包装为“jar”,然后执行包装生命周期阶段即可。
www.ibm.com
10.
The . jar file contains the interfaces for the data that you plan to access.
组件接口.jar文件包含您计划访问的数据的接口。
www.ibm.com
1.
In the Generate Javadoc window select the packages that you want to export to the JAR file.
在GenerateJavadoc窗口中选择您希望导出到JAR文件中的包。
www.ibm.com
2.
You, therefore, need to make sure that the manifest of the client application JAR file has a main class: entry.
因此,需要确保客户机应用程序JAR文件的清单具有一个主类,即项。
www-128.ibm.com
3.
It includes an EAR file and a JAR file containing an EJB session bean.
它包括一个EAR文件和一个包含EJB会话bean的JAR文件。
www.ibm.com
4.
After you create the project, change the path in the project properties to point to your Notes. jar file.
创建了项目后,要更改项目属性中的路径,使其指向Notes.jar文件。
www.ibm.com
5.
Before seeing this window frame surrounding the portlet content, create a JAR file with plugin. xml for this WindowFrameFilter.
要首先使用此WindowFrameFilter的plugin.xml创建一个JAR文件,才能看到围绕Portlet内容的窗口框架。
www.ibm.com
6.
jWebUnit is implemented in pure Java code, so it's available as a JAR file (see Resources for the download link).
jWebUnit是用纯Java代码实现的,所以可以以JAR文件的形式获得它(请参阅参考资料,从中获得下载链接)。
www.ibm.com
7.
If the jar file is correctly located per the initial copying steps, the Provider will be loaded and installation is complete.
如果在前面的复制步骤中正确地复制了jar文件,现在会装载提供者并完成安装。
www.ibm.com
8.
JAR file deployment is not supported, and the reference should be ignored.
不支持部署JAR文件,并且应该忽略引用。
download.boulder.ibm.com
9.
A bundle is a jar file that contains the application's bytecode and its resources.
bundle是一个jar文件,其中包含应用程序的字节码和其资源。
www.ibm.com
10.
This JAR file effectively becomes your component library, which you can later use in other projects and share with others.
这个JAR文件能够有效地变成您自己的组件库,您可以在以后项目中使用这个组件库并与其他人一起分享。
www.ibm.com
1.
On each cluster member, the specdelivery port number in the supplier. jar file needs to be updated.
在每个集群成员上,需要更新supplier.jar文件中的specdelivery端口号。
www.ibm.com
2.
As you can see, the deployer. jar file is executed and asked to undeploy the Web application.
您可以看到,这里执行了deployer.jar文件,并请求取消部署Web应用程序。
www.ibm.com
3.
The simplest way to do this is to deploy a . jar file containing the handler(s) you wish to use into the WebSphere "classes" directory.
有个最简单的方法就是部署一个.jar文件,这个文件包含了您想用到WebSphere“classes”目录中的处理程序。
www.ibm.com
4.
Content and JAR file changes are not complete redeployments of the application.
内容和JAR文件的修改不足以完成应用程序的重新部署。
www.ibm.com
5.
The activation kit is packaged as a. Zip file containing a Java archive (. Jar) file.
激活工具箱被打包为一个.zip文件,该.zip文件中又包含一个Java归档(.jar)文件。
download.boulder.ibm.com
6.
In Listing 6, classpath supposes to be the file path of the TestNG. jar file.
清单6中假设classpath是TestNG.jar文件的文件路径。
www.ibm.com
7.
Before using the sample, make sure that your CLASSPATH environment variable includes the solidDB JDBC Driver . jar file installation path.
在使用该示例之前,确保CLASSPATH环境变量包括solidDBJDBCDriver.jar文件安装路径。
www.ibm.com
8.
Getting started with Mockito is as simple as adding a JAR file to your classpath.
上手Mockito就如同将一个JAR文件加到classpath中一样简单。
www.infoq.com
9.
Note that the error will occur even if the utilclasses. jar file is placed in the EAR file and the classpath for the EJB JAR file is set.
注意,即使utilclasses.jar文件放在EAR文件中并且为EJBJAR文件设置了类路径,这种错误也会发生。
www.ibm.com
10.
The smart mode is configured by specifying the name of the JAR file in the deployment descriptor as outlined in Listing 7, lines 6-8.
智能的模式通过以部署描述符的形式对JAR文件具体命名来进行配置,如列表7中第6—8行所示。
www.ibm.com
1.
Put the provider JAR file in an appropriate place so that it can be picked up by the server runtime.
把提供者Jar文件放在一个合适的位置,使得它可以在服务器运行时被访问。
www.ibm.com
2.
Import the Spring run time JAR file as an asset using the WebSphere Application Server administrative console or wsadmin commands.
使用WebSphereApplicationServer管理控制台或wsadmin命:将Spring运行时JAR文件导入为一个资产。
www.ibm.com
3.
The JAR file used to locate the executable applet class.
用来定位可执行applet类的JAR文件。
www-128.ibm.com
4.
The Maven approach reduces the JAR-file bloat that consumed most version-control repositories.
Maven的方法减少了JAR文件膨胀的情况,不会占用大多数版本控制存储库。
www.ibm.com
5.
You want to create a JAR file that contains the application code and identifies the main class.
您要创建一个包含应用程序代码的JAR文件并标识出主类。
www-128.ibm.com
6.
The client application might also need to include a JAR file for a shared library, if used.
客户机应用程序可能还需要包括共享库(如果使用)的JAR文件。
www.ibm.com
7.
Note that the same JAR file downloaded from the Twitter4J website is added to the classpath for the custom task.
注意,从Twitter4J网站上下载的同一个JAR文件被添加到自定义任务的类路径。
www.ibm.com
8.
In our example file viewer application, this JAR file contains a Windows DLL and a series of SO files for Linux.
在我们的示例文件查看器应用程序中,这个JAR文件包含一个WindowsDLL和一系列用于Linux的SO文件。
www.ibm.com
9.
These targets compile the Java code and create the JAR file that includes any resources kept in the source folder.
这些目标编译Java代码并创建JAR文件,包含任何在源文件目录下的资源。
www.ibm.com
10.
Prior to transmission, the applet server signs an applet JAR file using its digital certificate.
在传输之前,applet服务器用其数字证书对appletJAR文件进行签名。
www.ibm.com
1.
To run the demo application, you expand the compressed file and execute the demoapp. jar file.
要运行演示应用程序,需要展开压缩文件,然后执行demoapp.jar文件。
www.ibm.com
2.
Place the admin. jar file in the lib directory of your project.
将admin.jar文件置于您的项目的库目录中。
www.ibm.com
3.
This zip file includes the source, Javadoc, a prebuilt JAR file, and all required support libraries.
这个zip文件包括源、Javadoc、一个预先构建的JAR文件和所有必需的支持库。
www.ibm.com
4.
You can find them in the directories indicated in the above list, next to the . jar file name.
您可以在以上列表中指出的目录中找到它们,.jar文件名旁边。
www.ibm.com
5.
The resourceSecurity. jar file contains the JAAS extension framework that allows instance-level access control.
jar文件包含允许实例级访问控制的JAAS扩展框架。
www.ibm.com
6.
install. jar: The installation JAR file generated during IzPack's compilation.
jar:IzPack编译期间生成的JAR安装文件。
www.ibm.com
7.
The openejb-core. jar file is required to talk to the server's EJB port.
openejb-core.jar文件是与服务器的EJB端口进行对话所必需的。
www.ibm.com
8.
You see the JAR file in the path, as shown in the Figure 8.
请参见路径中的JAR文件,如图8所示。
www-128.ibm.com
9.
And it does not know how to load classes or resources from a JAR file that is contained inside another JAR file.
所以它不知道如何从一个包含在其他JAR文件中的JAR文件装入类或资源。
www.ibm.com
10.
Begins writing a new JAR file entry and positions the stream to the start of the entry data.
开始写入一个新的JAR文件项,并把流定位在项数据的开始位置。
www.51goushu.com
1.
WASv5WSNTExtensions. jar: A JAR file containing the utility classes for subscribers and publishers.
jar:包含订户和发布方实用程序类的JAR文件。
www.ibm.com
2.
Repeat this process to create another Resource entry for the commons-lang JAR file.
重复以上过程以为commons-langJAR文件创建另一个Resource条目。
www.ibm.com
3.
Any class listed in the -verbose: class output but not in the -verbose: dynload output must be loaded from a precompiled JAR file.
列于-verbose:class输出之中但未列于-verbose:dynload输出之中的任何类都必然是从一个预先编译的JAR文件中加载的。
www.ibm.com
4.
The handlers developed here are included in the same utility JAR file for this reason.
这里开发的处理器被打包在相同的工具JAR文件中,也是因为这个原因。
www.ibm.com
5.
Add the JAR file manually in the build path of your project.
将JAR文件手动添加到项目的编译路径。
www.ibm.com
6.
The pluglet engine uses the JAR file within the editor for your pluglet code.
Pluglet引擎在编辑器中为pluglet代码使用JAR文件。
www.ibm.com
7.
Detach the JAR file on the generated files tab (in this case, EchoTestService. jar) to your local file system.
将generatedfiles附签上的JAR文件(在本例中为EchoTestService.jar)移至本地文件系统。
www.ibm.com
8.
Create a Spring run time JAR file called "SpringSharedLibAsset. jar" that contains Spring and Feature Pack for SCA run time files.
创建一个名为“SpringSharedLibAsset.jar”的Spring运行时JAR文件,该文件包含Spring和FeaturePackforSCA运行时文件。
www.ibm.com
9.
Put the bridge JAR file in an arbitrary place.
把桥JAR文件放在任意位置。
www-128.ibm.com
10.
To get access to the code, point your Java environment to include this JAR file in the classpath.
为了访问此代码,让您的Java环境在此类路径中包含这个JAR文件。
www.ibm.com
1.
A double-click on the jad file will deploy the application indicated by the jar file.
双击jad文件将会部署jar文件所指定的应用程序。
www.ibm.com
2.
file appropriately. Again, in either case, redeploy the EJB jar file after editing the XML.
再次说明,不管在哪种情况下,编辑过XML后都要重新部署EJBjar文件。
www.ibm.com
3.
In the enterprise application EAR file, replace the original EJB JAR file with the EJB JAR file created with the EJBDeploy tool.
在企业应用程序EAR文件中,用使用EJBDeploy工具创建的EJBJAR文件替换原来的EJBJAR文件。
www-128.ibm.com
4.
These can be extracted from schema folder in the plugin jar file.
这些文件可以从插件jar文件中的架构文件夹提取。
www.ibm.com
5.
After adding the JAR file, you can use the classes and interfaces defined by the Notes Java API in your project.
添加了JAR文件之后,可以使用项目中NotesJavaAPI定义的类和接口。
www-128.ibm.com
6.
Figure 3 shows the packaging of a client application JAR file within an EAR.
图3展示了将客户机应用程序JAR文件打包在EAR文件中。
www.ibm.com
7.
As an example, suppose the com. A class is renamed com. B in version 2 of your JAR file.
举个例子,假设在JAR文件的版本2中,com.A类被重命名为com.B。
www.ibm.com
8.
The app. jar file contains all EJB3 bean classes (both entity beans and session beans), as well as EJB3 related configuration files.
jar文档包含所有的EJB3bean类(实体bean和会话bean)以及EJB3相关的配置文档。
www.infoq.com
9.
However, the jar file is much more versatile than a regular executable image.
然而,更通用的jar文件是比普通可执行的形象。
blog.sina.com.cn
10.
To repackage the JAR file containing the client code, type (in the same directory as before): ant.
要重新打包包含客户机代码的JAR文件,键入(与之前相同的目录):ant。
www.ibm.com
1.
The key point to remember is that the classpath specified in the EJB JAR file or the Web module is not effective until the deployment phase.
要记住的关键一点是EJBJAR文件或Web模块中指定的类路径在部署阶段之前是无效的。
www-128.ibm.com
2.
Also notice that I have specified a Maven-style dependency definition to the postgreSQL . jar file in the repository.
还要注意,我在存储库中为postgreSQL.jar文件指定了一个Maven风格的依赖项定义。
www.ibm.com
3.
We can validate the signature in a signed plug-in JAR file with a command of jarsigner -verify before we install it into any product.
在安装插件JAR文件之前,我们可以使用jarsigner-verify命令验证它的签名。
www.ibm.com
4.
Install the database driver . jar file to this directory.
在这个目录中安装数据库驱动程序.jar文件。
www.ibm.com
5.
The tool is a JAR file with two driver scripts to run the tool.
这个工具包括一个JAR文件和两个驱动程序脚本。
www.ibm.com
6.
Your best bet when downloading and using AjaxTags is to download the entire binary distribution, and not just the JAR file.
在下载和使用AjaxTags时最好的做法是下载整个二进制发布,而不仅仅是这个JAR文件。
www.ibm.com
7.
Passing the -h argument to the yuicompressor. jar file shows the basic usage information for YUI Compressor.
将-h传递参数到yuicompressor.jar文件,显示YUICompressor的基本用法信息。
www.ibm.com
8.
It just makes the JDBC calls and accesses the data, and it does that because it happens to be sitting out there as a . jar file.
Java应用程序只需发出JDBC调用,然后访问数据,之所以可以这样做,是因为数据库自始至终都是以一个.jar文件的形式存在。
www.ibm.com
9.
You can download the JAR file and other supporting files from the SeleniumHQ site (see Resources for a link).
您可以从SeleniumHQ站点(参见参考资料中的链接)下载这个JAR文件和其他支持文件。
www.ibm.com
10.
However, to develop your fixtures, you might need to add the FIT . jar file to your build path.
但是,要开发自已的fixture,可能需要将FIT.jar文件添加到您的构建路径中。
www.ibm.com
1.
You can digitally sign the contents of a JAR file.
可以对JAR文件内容加上数字化签名。
www.ibm.com
2.
Next, you need to compile the included source code for the demo application and then create the JAR file.
接下来,您需要编译包含的演示应用程序源代码,然后创建JAR文件。
www.ibm.com
3.
There is a known bug in the build configuration, so you need to add an extra JAR file into the build path for the gateway project.
构建配置中有一个已知bug,因此需要将一个额外JAR文件添加到网关项目的构建路径中。
www.ibm.com
4.
Verify the output of your signed JAR file.
使用以下命令验证已经签名的JAR文件。
columnist.chinabyte.com
5.
You can now launch the db2game. jar file: Double-click on the icon, or you can create a shortcut to the file for easier access.
现在可以启动db2game.jar文件:双击图标,或者,为了便于访问,可以为该文件创建一个快捷方式。
www.ibm.com
6.
Add the location of the contract4j5. jar file to your build CLASSPATH.
把contract4j5.jar文件的位置添加到构建CLASSPATH。
www.ibm.com
7.
Then, all the original class information will be loaded from the rt. jar file.
然后,会从rt.jar文件装入所有的原始类信息。
www.ibm.com
8.
A sample JAR file is embedded inside it for distribution.
表单中嵌入了用于分发的示例JAR文件。
www.ibm.com
9.
Put the bridge JAR file into an arbitrary place on the client machine.
把桥的JAR文件放在客户机机器上的任意位置。
www-128.ibm.com
10.
Or you can simply call sqlj. replace_jar if you want to replace the JAR file with updated class files.
还可以简单地调用sqlj.replace_jar,用更新的类文件替换JAR文件。
www.ibm.com
1.
The actual process of signing each JAR file is completed during the Ant build.
签名每个JAR文件的实际过程在Ant构建期间完成。
www-128.ibm.com
2.
The default is inputjarfile. ear, where inputjarfile is the filename minus the extension specified for the input . jar file.
缺省值是inputjarfile.ear,其中inputjarfile是文件名除去为输入的.jar文件指定的扩展名。
www.ibm.com
3.
Please note that the exact name of the JAR file may differ based on the version of the driver you downloaded.
(注意:JAR文件确切的名字会跟据你下载驱动的版本不同而变化)。
www.infoq.com
4.
In the dialog box that displays, select the location of the new JAR file.
在出现的对话框中,选择新JAR文件所在的位置。
www.ibm.com
5.
The called target names are the same as run-time JAR file names.
被调用的目标的名字与运行期JAR文件的名字相同。
www.ibm.com
6.
After the code has been altered, I'm free to start leveraging Kilim at runtime provided I've included its . jar file in my classpath.
更改代码之后,我就可以在运行时随意利用Kilim了,只要我在类路径中包含了它的.jar文件。
www.ibm.com
7.
Select the mail. jar file from the JavaMail package, which you downloaded earlier, and then click Finish (see figure 6).
从您先前下载的JavaMail包中选择mail.jar文件,然后单击Finish(参见图6)。
www.ibm.com
8.
If I have only touched one jar file, why do I need to reload the entire application?
如果我只需要改变一个jar文件,为什么我需要重启整个应用呢?
www.infoq.com
9.
This classpath will be in the manifest file of the EJB JAR file.
这个类路径将会在EJBJAR文件的清单文件中。
www-128.ibm.com
10.
See the JAR File Specification for more information about valid attribute names and values.
有效属性名和属性值的更多信息查看JAR文件规范。
www.51goushu.com
1.
Specify the JAR file with the export plug-in in the 'Export plug-in class path' field.
在“Exportplug-inclasspath”字段中使用导出插件指定JAR文件。
www.ibm.com
2.
Manually delete the JAR file from its folder.
手动地从其文件夹中删除JAR文件。
www.ibm.com
3.
In that situation, you must append the correct JDBC Driver JAR file to the existing engine classpath and restart the engine.
在这种情况下,必须将正确的JDBCDriverJAR文件追加到现有的引擎classpath,然后重新启动引擎。
msdn2.microsoft.com
4.
This descriptor is placed in the META-INF directory of the JAR file.
该描述符位于JAR文件的META-INF目录中。
www-128.ibm.com
5.
Create a jar file, named BasicAddUnitTest. jar, containing the two Test case classes.
创建一个jar文件,命名为BasicAddUnitTest.jar,包含这两个测试用例类。
www.ibm.com
6.
Publish the created JAR file to the local repository, which lets other projects see the JAR file.
将已创建的JAR文件发布到本地资源库,使得其它项目可访问该JAR文件。
www-128.ibm.com
7.
Unjar the autodeploy. jar file to a directory on your system.
解压缩autodeploy.jar文件到您的系统目录中。
www.ibm.com
8.
Download the latest gmaps4jsf-core. x. x. x. jar file from the download area of the project site.
从项目站点的下载区下载最新的gmaps4jsf-core.x.x.x.jar文件。
www.ibm.com
9.
Alternatively, use the project preferences to configure the build path and add the accwrap. jar file.
或者,使用项目属性配置构建路径,添加accwrap.jar文件。
www.ibm.com
10.
SQLJ. REPLACE_JAR: This will "replace" a JAR file with a new copy in DB2.
REPLACE_JAR:这将用一个新副本“替换”DB2中的JAR文件。
www.ibm.com
1.
A JAR file called ola_apis. jar is provided and contains these interfaces.
将提供一个称为ola_apis.jar的JAR文件,其包含这些接口。
www.ibm.com
2.
The server side order. jar file contains two components: the OrderService interface and OrderServiceImpl class.
服务器端order.jar文件包含两个组件:OrderService接口和OrderServiceImpl类。
www.ibm.com
3.
Now that the code is complete, you need to create a JAR file and associated JAD file for deploying to the J2ME device.
现在已经完成了代码,接下来需要创建JAR文件及关联的JAD文件,以便部署到J2ME设备。
www.ibm.com
4.
If there are more than one JAR file, delimit them with a comma.
如果不止一个JAR文件,就用逗号来分隔。
www.ibm.com
5.
Place the JAR file in the classpath of the program that needs it.
将JAR文件放置在需要它的程序的类路径中。
www.ibm.com
6.
All the usual steps to using a third-party JAR file in your own code.
在您自己的代码中使用第三方JAR文件的步骤如常。
www.ibm.com
7.
Enter the destination location for the JAR file.
为JAR文件输入目的位置。
www.ibm.com
8.
This application makes use of a signed jar file to enable this.
该应用程序使用一个签发的jar文件来实现这一点。
www.ibm.com
9.
The Derby software is bundled in a Java Archive (JAR) file that's only 2 MB in size.
Derby软件绑定在Java档案(JAR)文件中,只有2MB大小。
www.ibm.com
10.
Click Next, then type in a name for the JAR file (in our case, ClaimContentAdapter. jar).
单击Next,然后键入该JAR文件的名称(在我们的实例中,名称为ClaimContentAdapter.jar)。
www.ibm.com
1.
You can place either the JAR file or the actual package folders and class files into this directory.
您可以将JAR文件或实际的包文件夹和类文件放到这个目录下。
www.ibm.com
2.
They will export the metadata as JAR file named Export_. jar in the location specified in the XML.
它们将元数据导出为一个名为Export_.jar的JAR文件,存储在XML中指定的位置。
www.ibm.com
3.
Similarly, when using the JavaCompute node, you need to add this dependency on an external JAR file.
同样的,使用JavaCompute节点时,您需要在外部JAR文件中添加依赖关系。
www.ibm.com
4.
You first need to create a regular Java project to hold the Jar file.
您首先需要创建一个常规的Java项目来存放Jar文件。
www.ibm.com
5.
Compile it and archive it in a Jar file, which will be run with the hadoop command later.
对它执行编译并存档在一个Jar文件中,后面hadoop命令将运行这个文件。
www.ibm.com
6.
All a user has to do to execute the JAR file now is specify its filename on the command-line, via java -jar outapp. jar.
现在用户在执行JAR文件时需要做的就是通过java-jaroutapp.jar在命令行上指定其文件名。
www.ibm.com
7.
The archive file includes the Java Archive (JAR) file and other library files you'll need.
该归档文件中包括JavaArchive(JAR)文件和需要的其他库文件。
www.ibm.com
8.
The EJB-JAR file that describes the EJBs and their container-managed attributes.
EJB-JAR文件,描述EJB及其容器管理的属性。
www.ibm.com
9.
You should now have your plug-in JAR file, whether you downloaded it or created it from the Eclipse workspace.
您现在应该获得了您的插件JAR文件,无论是通过下载获得的,还是从Eclipse工作区中创建的。
www.ibm.com
10.
Put the RJCBRT. DLL runtime and the RJCBRT. jar file in an arbitrary place.
把RJCBRT.DLL运行时和RJCBRT.jar文件放在任意位置。
www.ibm.com
1.
Click the Browse button beside the From archive file field and select the xsadmin. jar file.
单击Fromarchivefile字段旁边的Browse按钮,并选择xsadmin.jar文件。
www.ibm.com
2.
Make sure you select the WASv5WSNTExtensions. jar to get the project created instead of the jar file.
确保选择WASv5WSNTExtensions.jar而不是jar文件以创建项目。
www.ibm.com
3.
To run this sample application, you must set the classpath to include the sqljdbc. Jar file.
若要运行此示例应用程序,必须将classpath设置为包含sqljdbc.jar文件。
msdn2.microsoft.com
4.
Compile the Java code and create the db2xmlfunctions. jar file, by performing the following steps.
通过执行以下步骤编译Java代码并创建db2xmlfunctions.jar文件。
www.ibm.com
5.
This is because in general the aspect could be outside of the Eclipse workspace, such as in an external JAR file.
这是因为一般来说,方面可以位于Eclipse工作空间以外的地方(例如外部JAR文件)。
www.ibm.com
6.
Packaging an EJB JAR file resembles packaging a JAR file.
给EJBJAR文件打包和给JAR文件打包相似。
www-128.ibm.com
7.
Find the one for Oracle and set it to the directory containing the ojdbc14. jar file.
找到用于Oracle的变量,并将其设置为包含ojdbc14.jar文件的目录。
www.ibm.com
8.
This client JAR file was generated by default by the tooling when the EJB proxy application was created (see Task 1 in Table 2).
此客户机JAR文件是在创建EJB代理应用程序时由工具创建的(请参见表2中的任务1)。
www.ibm.com
9.
As an example, consider a JAR file that contains a Java agent.
例如,考虑一个包含Java代理的JAR文件。
www.ibm.com
10.
The surrogate host instantiates a surrogate object, which is obtained from the JAR file.
代理主机实例化一个代理对象,该对象是从该JAR文件获得的。
www.ibm.com
1.
The JAR file will be generated at the desired location.
将在指定的位置生成JAR文件。
www.cnblogs.com
2.
On the Libraries tab, add the spring-android-rest-template JAR file to the Java build path as in Figure 7.
在Libraries选项卡,将spring-android-rest-templateJAR文件添加到Java构建路径,如图7所示。
www.ibm.com
3.
Be sure that the correct DB2 JAR file is specified in the Class location field.
请确保在Classlocation字段中指定了正确的DB2JAR文件。
www.ibm.com
4.
After you have included the Notes. jar file in your build path, you can add the import directive and create a simple view.
在构建路径中包含了Notes.jar文件后,可以添加导入指令,然后创建简单视图。
www.ibm.com
5.
Create a JAR file of the compiled sources.
创建已编译的源代码的JAR文件。
www-128.ibm.com
6.
The default name is reallybigpet, the same name as the JAR file.
默认名为reallybigpet,它与JAR文件同名。
www.ibm.com
7.
A Job JAR packages up all of the code and dependencies into a single JAR file for easy loading into Hadoop.
JobJAR包可以将所有代码和依赖关系打包到一个JAR文件中,以便于加载到Hadoop中。
www.ibm.com
8.
To use this version, you must compile the source code and build your own . jar file.
要使用这个版本,必须编写源代码并构建自己的.jar文件。
www.ibm.com
9.
I checked the xerces jar file, but the actualValueType that J9 says it cannot find is defined (and also works with JRE from Sun).
我检查了xercesjar文件,但J9显示无法找到已定义的actualValueType(在Sun提供的JRE环境中也是运行良好)。
www.ibm.com
10.
You will need to add the client stubs JAR file so this standalone client can invoke the remote EJB.
您需要添加客户机存根JAR文件,这样这个独立的客户机才能调用远程EJB。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/9 5:00:11