AFAIK??
-----Original Message-----
From: Jacques Le Roux [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 08, 2007 4:12 PM
To: [email protected]
Subject: Re: Build
AFAIK, there are no problems with 1.6.
Jacques
De : "Brendan Vogt" <[EMAIL PROTECTED]>
And why is this not supposed to be used with OFBiz??
-----Original Message-----
From: v. sunder anand [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 08, 2007 3:42 PM
To: [email protected]
Subject: Re: Build
Java version clearly tell that it is java 1.6 (called as java 6)
-----Original Message-----
From: "Brendan Vogt" <[EMAIL PROTECTED]>
Date: Sat, 8 Dec 2007 15:38:43
To:<[email protected]>
Subject: RE: Build
Hi Skip,
I just went through my OFBiz emails and came upon this one. You said that
I
should not use Java 6. How would I know that?? I did java -version and
it
showed 1.6.03. Is this Java 6 or 5?
It also says:
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
I thought I downloaded Java EE.
Brendan
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 20, 2007 7:43 PM
To: [email protected]
Subject: RE: Build
Brandon
Get used to your command line interface. Don't start clicking on files.
build.xml is NOT generated. It is downloaded from svn.
Make sure you have JAVA_HOME environmental variable set as well as
ANT_HOME,
eg
set JAVA_HOME=<your install dir>
If you are going to do any serious java development, best to permanently
set
in in the control panel system area.
Also, get rid of java 6. This code uses java 5. Make sure JAVA_HOME
points
to it. I put the java bin dir in my path. Also, if you have a command
prompt and type:
java -version
It should report 1.5x
Cheers
Skip
-----Original Message-----
From: Brendan Vogt [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 20, 2007 8:50 AM
To: [email protected]
Subject: Build
Hi,
How is the build.xml generated. I'm sure I doubled clicked it in Windows,
then the build.xml was generated.
I ran ant run-install: Then I got the following error message:
BUILD FAILED
C:\Development\Java\Eclipse\workspace\TestOfBiz\build.xml:106: The
following
error occurred while executing this line:
C:\Development\Java\Eclipse\workspace\TestOfBiz\framework\build.xml:132:
The
following error occurred while executing this line:
C:\Development\Java\Eclipse\workspace\TestOfBiz\framework\base\build.xml:80:
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.6.0_03"
What is this error?
Regards
Brendan