This file must reside in a root directory (outside any package) on the classpath, or in a META-INF subdirectory of a directory in the classpath.
这个文件必须位于根目录的路径下(不在任何包中),或者在类路径的一个目录的META-INF 子目录中。
If the classpath is set correctly but you're still seeing the error, then the desired class is not present on the classpath.
如果类路径设置正确,但是仍然看到这个错误,那么就是需要的类在类路径中不存在。
To fix this, either move the class into a directory or JAR file specified in the classpath, or add the location where the class is stored to the classpath.
要修复这个问题,可以把类移动到类路径中指定的目录或JAR文件中,或者把类所在的位置添加到类路径中。
Verbose output can help to solve classpath problems, such as JAR files not being opened (and therefore not on the classpath) and classes being loaded from the wrong place.
详细输出有助于解决类路径问题,例如没有打开JAR文件(因此不在类路径中)或从错误的位置装入了类。
Class a is on the classpath of the system class loader, and a's superclass, B, is on the classpath of a user-defined class loader, which is a child of the system class loader.
类a在系统类装入器的类路径中,而A的超类b,在用户自定义的类装入器的类路径中,这个类装入器是系统类装入器的孩子。
This file is found on the classpath (that generally means in the local directory) or inside any JAR on your classpath.
这个文件在类路径中(这一般意味着在本地目录)或者在您的类路径中的任何JAR中。
Jester looks for its configuration files in the classpath, so you must put the main Jester directory on the classpath too.
Jester在类路径中查找它的配置文件,所以必须还要把Jester的主目录放在类路径中。
You can set your classpath manually, or you can use a shell script,.profile file, or an IDE to add the JAR to your classpath.
可以手工设置类路径,也可使用shell脚本、。profile文件或者使用IDE将JAR添加到类路径中。
You do need to make sure that JSSE and its supporting jar files, such as certpath.jar, are on your classpath during development (they are always on the classpath during run time).
您必须确保JSSE及其支持的jar文件,例如certpath . jar,在开发过程中位于您的类路径上(在运行时它们常常位于类路径上)。
Usually the classpath is the same classpath you used to compile the program, with the addition of the directory where the compiled output was placed. For example, if the compile command was this.
通常这里的类路径与编译程序所使用的类路径相同,只是多了一个放置编译后的输出的目录。
You must add the .jar files to your classpath in order to use Rampart with Axis2, and you must add the .mar files to either your classpath or an Axis2 repository structure.
您必须将.jar文件添加到类路径中才能对Axis2使用Rampart,并且必须将.mar 文件添加到类路径或 Axis2库结构中。
If the BPE container installation and configuration process did add two values in the classpath field, delete one of the entries. For example, the classpath value that works with my installation is.
如果bpe容器安装和配置过程确实在类路径字段中添加了两个值,则请删掉一个条目。
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上查找特性文件,因此有必要将包含该文件的目录放到类路径中。
This is usually specified on the command line, with -classpath, or via the classpath environment variable.
该路径通常是在命令行中用-classpath选项指定的,或者通过classpath环境变量来设定。
Ensure that the Classpath has been configured as described above under Classpath configuration for compiling.
确保CLASSPATH已按照上面的配置类路径以便进行编译中的描述进行配置。
File needs to be on the classpath to specify the appenders to use, which is done here by adding a folder to the application server's classpath. To do this.
请注意,Log4J. properties文件需要在类路径上,以指定要使用的搜索路径,这里是通过向应用程序服务器的类路径添加文件夹来实现的。
It's therefore quite likely that the compile time classpath is (subtly) different from the runtime classpath for a module.
因此,模块的编译时classpath可能会与运行时classpath有些微妙的差别。
The toolkit installation is quite simple, just involving modifying the CLASSPATH environment variable. Your CLASSPATH should be modified to include the following items.
XML Publication工具箱的安装十分简单,仅仅涉及修改CLASSPATH环境变量。
The toolkit installation is quite simple, just involving modifying the CLASSPATH environment variable. Your CLASSPATH should be modified to include the following items.
XML Publication工具箱的安装十分简单,仅仅涉及修改CLASSPATH环境变量。
应用推荐