Re: scomp fails trying javac

2009-09-18 Thread Jerry Brown
As you can see from the example, adding the -compiler parameter caused scomp to find javac. C:\xmlbeans-2.4.0>scomp -compiler c:\Progra~1\Java\jdk1.6.0_05\bin\javac -ou

RE: scomp fails trying javac

2009-09-17 Thread Strong.James
: Jerry Brown [mailto:jbr...@dvierow.com] Sent: Wednesday, September 16, 2009 8:25 PM To: user@xmlbeans.apache.org Subject: Re: scomp fails trying javac As I said this is an 'old' error. A response is in the FAQ. I looked up where the error occured in the java code statements 373, 1154

Re: scomp fails trying javac

2009-09-16 Thread Jerry Brown
As I said this is an 'old' error. A response is in the FAQ. I looked up where the error occured in the java code statements 373, 1154, and 231, It is trying to compile but can't. There is no javac program in directory xmlbeans-2.4.0; it is in %JAVA_HOME%\bin where it is supposed to be. "th

RE: scomp fails trying javac

2009-09-14 Thread Strong.James
Jerry, Not sure if you actually had a problem with scomp.cmd or are reading documentation that indicates Java 1.5. Either way, if you have the JDK installed, a PATH setting to include your JDK\bin and a JAVA_HOME environment variable defined, you should not really have any problem with scomp.cmd f

Re: scomp fails trying javac

2009-09-12 Thread Jacob Danner
I'm not sure of the question, but I've been using scomp with JDK 1.6 version 04, 10 and now 14 without problems for many months. HTH, -jacobd On 9/12/09, Jerry Brown wrote: > I am a newbie and this is an 'old' error. But I have the JDK ahead of the > JRE on my PATH. It is Java 1.6. Do you rea