Are you sure you have the JDK and not the JRE? Looks like it can't find the compiler classes.
--jason On Mon, 17 Dec 2001, Andreas Schaefer wrote: > Hi Geeks > > I know that I had this problem beforehand but I > cannot recall what I did to solve it. Does anyone > has a clue why this build fails: > > compile: > [javac] Compiling 412 source files to > /home/projects/jboss.dev/branch.2.4/jboss/jboss/build/classes > > BUILD FAILED > > /home/projects/jboss.dev/branch.2.4/jboss/jboss/src/build/build.xml:133: > Cannot use classic compiler, as it is not available A common solution is to > s > et the environment variable JAVA_HOME to your jdk directory. > > ------------------------------------------------------------------------- > > JAVA_HOME is set as well as "java.home" points to the same directory. > Also when I set the compiler to "modern" it will tell me that no modern > compiler is available and switch back to "classic". > > I use W2K, latest Cygwin and Sun JDK 1.3.1. I also tried it on SuSE > Linux 7.2 with Sun JDK 1.3.1. > > Thanx > > xxxxxxxxxxxxxxxxx > Andreas Schaefer > Senior Consultant > JBoss Group, LLC > xxxxxxxxxxxxxxxxx > > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
