-- 作者:coolee
-- 发布时间:4/6/2005 12:15:00 AM
-- [求助]使用scomp编译XSD文件时的问题
错误提示如下: Time to build schema type system: 1.969 seconds Time to generate code: 0.313 seconds java.io.IOException: CreateProcess: c:\xmlbeans-1.0.2\schemas\javac @c:\DOCUME~1\alex\LOCALS~1\Temp\javac20992 error=2 null java.io.IOException: CreateProcess: c:\xmlbeans-1.0.2\schemas\javac @c:\DOCUME~1\alex\LOCALS~1\Temp\javac20992 error=2 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.<init>(Unknown Source) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at org.apache.xmlbeans.impl.tool.CodeGenUtil.externalCompile(CodeGenUtil.java:218) at org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:815) at org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:264) BUILD FAILED
|