Return-Path: Delivered-To: apmail-xmlbeans-dev-archive@www.apache.org Received: (qmail 23492 invoked from network); 8 Mar 2007 00:53:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Mar 2007 00:53:49 -0000 Received: (qmail 61215 invoked by uid 500); 8 Mar 2007 00:53:55 -0000 Delivered-To: apmail-xmlbeans-dev-archive@xmlbeans.apache.org Received: (qmail 61190 invoked by uid 500); 8 Mar 2007 00:53:55 -0000 Mailing-List: contact dev-help@xmlbeans.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@xmlbeans.apache.org List-Id: Delivered-To: mailing list dev@xmlbeans.apache.org Received: (qmail 61172 invoked by uid 500); 8 Mar 2007 00:53:55 -0000 Delivered-To: apmail-xml-xmlbeans-dev@xml.apache.org Received: (qmail 61169 invoked by uid 99); 8 Mar 2007 00:53:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 16:53:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 16:53:45 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8BAB8714090 for ; Wed, 7 Mar 2007 16:53:25 -0800 (PST) Message-ID: <27671650.1173315205569.JavaMail.root@brutus> Date: Wed, 7 Mar 2007 16:53:25 -0800 (PST) From: "Jacob Danner (JIRA)" To: xmlbeans-dev@xml.apache.org Subject: [jira] Resolved: (XMLBEANS-315) javac not found properly, couldn't find internet help In-Reply-To: <28047375.1172076305741.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/XMLBEANS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacob Danner resolved XMLBEANS-315. ----------------------------------- Resolution: Fixed Assignee: Jacob Danner Updated wiki with content noted in comments. Waiting for user response before closing. http://wiki.apache.org/xmlbeans/XmlBeansFaq > javac not found properly, couldn't find internet help > ----------------------------------------------------- > > Key: XMLBEANS-315 > URL: https://issues.apache.org/jira/browse/XMLBEANS-315 > Project: XMLBeans > Issue Type: Bug > Affects Versions: Version 2.2 > Environment: Windows XP sp2 > Reporter: Ben Leedham > Assigned To: Jacob Danner > Priority: Minor > Fix For: Version 2.2 > > > Hi, > I have recently installed XML beans, it looks like an excellent tool. I installed version 2.2.0 on Windows. When trying to use scomp (scomp -out file.jar file.xsd) I was getting the javac error. I made sure all my environment variables were in the correct place and still got the error. I found some info in the FAQ about using %JAVA_HOME%\bin\java, again I edited the scomp.cmd file and swapped this line: > java -classpath "%cp%" org.apache.xmlbeans.impl.tool.SchemaCompiler %* > For this line: > %JAVA_HOME%\bin\java -classpath "%cp%" org.apache.xmlbeans.impl.tool.SchemaCompiler %* > I then received an error saying that "'C:\Program' is not recognized as an internal or external command, operable program or batch file." > I realised this was because my JDK was in "Program Files", I tried encasing my Environment Variables in quotes but to no avail. Eventually after much internet searching I tried typing into the scomp.cmd this line: > "%JAVA_HOME%\bin\java" -classpath "%cp%" org.apache.xmlbeans.impl.tool.SchemaCompiler %* > With quotes encasing the %JAVA_HOME% section. > I realise this may not be the most pressing issue, but I found little help on the internet and nothing to do with encasing the %JAVA_HOME%\bin\java with quotes, maybe it should be added to the small section in the FAQ to do with the java issue. > Thanks for your time. > Regards, > Ben -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org For additional commands, e-mail: dev-help@xmlbeans.apache.org