|
在任意 URL 位置加载 OGC WFS XSD。提取 xsds.jar 文件到 <jdevhome directory>/j2ee/home/default-web-app/examples/servlets/ 目录。注意,将在此位置存储从 xsds.jar 文件提取出的文件。
要更改为提取 xsds.jar 文件的目录位置,输入以下命令:
cd <jdevhome directory/j2ee/home/default-web-app/examples/servlets/
您必须已经将 xsds.jar 文件(从“前提条件”部分)下载到某一目录位置。要从 xsds.jar 文件中提取文件,输入以下命令:
jar -xvf <directorylocation where you downloaded the xsds.jar file>/xsds.jar
|