classpath

类路径
常用释义
n. 类路径(一个环境变量)

扩展信息

类路径
类路径ClassPath)类装载器:类路径类装载器是由 Sun 的 AppClassLoader(sun.misc.Launcher$AppClassLoader)实现 …
环境变量
你的环境变量(CLASSPATH)中有没有我上面那个点 . 如果没有加上试试也可这样,安装好j2sdk后,什么都不用设置,直接在你 …
类途径
SAP 术语 – 11 | thelinguahouse ... ClassLoader Manager 类装载器管理器 classpath 类途径 classroom training 教室培训 ...
类别路径
n 类别路径(Classpath)卷标用以定义在执行或除错应用程序时所用类别文件的位置。依预设,使用者和 bootstrap 类别位置是从 …
使用的类路径
个人网站正在建设中, - BlogJava ... destdir - 类文件的保存位置 classpath - 使用的类路径 srcdir - Java 源文件的位置 ...
环境变量设置
可能你的环境变量设置classpath)的有问题把你java文件的文件目录添加到环境变量中右击我的电脑,选择属性,选择高级…
类加载路径
传统 Java 软件问题的根源就是全局的扁平的类加载路径Classpath),所以 OSGi 采用了一种完全不同的类加载机制,那就 …

例句

如果在另一个目录下安装语法分析器,则可能必须修改classpath(第二条命令)。

Consequently, the classpath has been a thorn in the side of both new users and experienced Java programmers for years.

这样一来,不论是新用户还是资深Java程序员都深感类路径的棘手。

CXF在启动时在类路径中寻找配置文件,如果找到了,就用它设置属性值。

This approach makes it a bit easier to get started because there's no need to muck around with the classpath.

这种方法使得开始了解StatCVS变得更容易,因为不需要关于类路径的更多知识。

TB Activiti can be embedded in any Java application. To Java developers, it's just a . jar that they have to put in their CLASSPATH.

TomBaeyens:Activiti可以嵌入到任何Java应用中,对于Java开发者来说,Activiti只不过是个jar文件而已,只需放到CLASSPATH下即可。

In closing, let me share with you my cheat sheet, the Ant setup I use to make all my classpath and JAXB samples easy.

最后让我们来分享我的一个秘技,用于轻松制作classpath和JAXB示例的Ant设置。

XT allows callbacks to static methods of any class in the classpath at the time of XSL processing.

XT允许回调在XSL处理期间访问处于classpath中的任何类的静态方法。

Get your packages installed, your classpath set up, and you'll be ready to go.

安装好工具包并设置正确的类路径,就万事俱备了。

To deploy a business component, the implementation classes need to be made available on the system classpath with a plug-in descriptor.

要部署业务对象,需要使用插件描述符将实现类放到系统类路径中。

您可能会想与不同的项目配置相关的类路径是如何的复杂。

Please note that this file must be in the classpath at runtime.

注意,这个文件必须在运行时位于类路径中。

已命名的密匙存储和可信存储必须放在类路径目录下的META-INF子目录中。

Because resource bundles are loaded from the classpath, the code isn't dependent on being able to read the JVM's command-line parameters.

因为资源束从类路径装入,所以代码并不依赖于能够读取JVM命令行参数的能力。

You can take advantage of that by simply referencing it in the CLASSPATH environment variable.

通过在CLASSPATH环境变量中引用该位置,就可以使用那个文件。

Add the name of the folder where you put the log4j. properties file to the classpath, as shown in Listing 5.

将您放置log4j.properties文件的文件夹添加到类路径,如清单5所示。

这意味着资源束必须与StyleBean打包在一起,或者至少要在同一个类路径下。

At any given stage, all the stubs and ties of the next stage must be on the classpath.

在任何给定阶段,下一阶段的所有stub和tie都必须在类路径上。

如果类路径中的条目之间没有进行正确分隔,在此视图中,您将看到一些问题。

真正的实现可能需要其他自定义类加载器,该加载器将搜索为编译提供的某些类路径。

在上文中.classpath范例中,可以发现它包含有关项目名称和插件库版本的特定条目。

The next step is to update the WebSphere Application Server classpath settings for the Java Virtual Machine.

下一步是为Java虚拟机更新WebSphereApplicationServer类路径设置。

一次只能够选择一个项目,这是因为在运行Javadoc工具时一次只能使用一个项目的类路径。

For your plug-in code to find the J2EE and EJB client code at run time, it needs to be added to the run time classpath of the plug-in.

至于您查找J2EE和EJB客户端运行时代码的插件代码,它需要添加到插件的运行时类路径。

显然,要修复这个特殊示例中的问题,在对应的类装入器的类路径中,必须存在类B。

First, you need the Ext GWT JAR (gxt, jar, part of the Ext GWT download) to be on your classpath.

首先,ExtGWTJAR(gxt.jar,ExtGWT下载的一部分)必须在您的类路径中。

The URL resources in the classpath must be accessible on the filesystem for the classes to be cached.

必须可以通过类路径中的URL资源访问文件系统上要缓存的类。

This method will find the properties file on the CLASSPATH, so it is necessary to put the directory with this file in the classpath.

这个方法将在CLASSPATH上查找特性文件,因此有必要将包含该文件的目录放到类路径中。

不在系统类别载入器或者它的双亲或祖先类别载入器的类别路径中。

Moving on to the other errors, hovering over the DB2 System's red X it reveals that the classpath entries are set to a Windows path.

移到另一个错误上,停留在DB2System的红色X上,意味着classpath条目已经设置成Windows路径。

Look at each entry in the CLASSPATH variable and check with the dir (Windows) or ls (UNIX) command to see if those files exist.

然后,在CLASSPATH变量中查看每个路径,并用dir(Windows)或ls(UNIX)命令查看这些文件是否存在。