Re: problem running the "scomp"
Jacob Danner <[email protected]>
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <[email protected]> |
Is javac really located at /home/alaa/xmlbeans-tutorial/javac in your environment? Otherwise this looks like it might be addressed on the FAQ page, (sorry I don't have the link or answer with me at the moment) -jacobd On Wed, Mar 24, 2010 at 12:58 AM, alaa nobani <[email protected]> wrote: > Hi I have installed the XMLbeans 2.5 version and am having java 1.6 installed , when ever i try to to run the "scomp" command to compile my schema i get the following error although the JAVA_HOME is defined and the JAVA_HOME/bin added to path, the error is: > > java.io.IOException: Cannot run program "/home/alaa/xmlbeans-tutorial/javac": java.io.IOExcep > java.io.IOException: java.io.IOException: error=2, No such file or directory > java.io.IOException: Cannot run program "/home/alaa/xmlbeans-tutorial/javac": java.io.IOExcep > at java.lang.ProcessBuilder.start(ProcessBuilder.java:474) > at java.lang.Runtime.exec(Runtime.java:610) > at java.lang.Runtime.exec(Runtime.java:483) > at org.apache.xmlbeans.impl.tool.CodeGenUtil.externalCompile(CodeGenUtil.java:231) > at org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:1154) > at org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:373) > Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory > at java.lang.UNIXProcess.<init>(UNIXProcess.java:164) > at java.lang.ProcessImpl.start(ProcessImpl.java:81) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:467) > ... 5 more > BUILD FAILED > > > Any Idea what is this error and how can I fix it? > > thanks. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >