0 Replies Latest reply on Nov 29, 2004 3:36 PM by hmae

    Upgraded from JBoss3.2.4 to JBoss4.0

    hmae

      To all,
      System: JBoss 4.0, Lomboz 2.1.3, Eclipse 2.1.3, WinXP Pro
      I was using JBoss3.2.4 and upgraded to JBoss4.0. When I tried to rebuild/deploy with the new JBoss I was able to deploy without any errors. When I try to run my web application thru the run.bat the application does run correctly. When I try to use the debugger on Eclipse and when I start my web application I get an error message:
      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
      at org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:105)
      at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:929)
      ....

      I did not change my JAVA_HOME at all and it was working fine before I updated to JBoss 4.0. Is there some additional stuff I need to set up so that JBoss 4.0 will work with Eclipse? Am I missing something?

      Thanks in advance for any help you can give me.