J2EE 
java2 platform enterprise edition

解决方案 »

  1.   

    Tomcat是一个应用服务器,是free的,功能也还可以。使用它你需要先装JDK。Java是一个简称,J2EE是java技术的一部分,它是在J2SE,就是Java2平台标准版上扩充了企业级API而成的。
      

  2.   

    我装了JDK了啊.而且系统变量也设置了
      

  3.   

    呃~TOMCAT是支持servlet和JSP,而servlet和JSP是J2EE框架的一部分
      

  4.   

    注意 TOMCAT551 不支持jdk1.4x  !!!只支持 JDK1.5!!!!!!!!!!!!!!!!!!!!注意了,要不也启动不了!!!!
      

  5.   

    原来如此,我昨晚弄了三个小时愣是没弄出来,原来tomcat版本问题
      

  6.   

    但是看看下面的说明,好象jdk1.4的也行。---------------------------------------------------------
    ===================
    Dependency Changes:
    ===================
    Tomcat 5.5 is designed to run on J2SE 5.0 and later, and requires
    configuration to run on J2SE 1.4.  Make sure to read the "RUNNING.txt" 
    file in this directory if you are using J2SE 1.4.  //看这里In addition, Tomcat 5.5 uses the Eclipse JDT Java compiler for compiling
    JSP pages.  This means you no longer need to have the complete
    Java Development Kit (JDK) to run Tomcat, but a Java Runtime Environment
    (JRE) is sufficient.  The Eclipse JDT Java compiler is bundled with the 
    binary Tomcat distributions.  Tomcat can also be configured to use the
    compiler from the JDK to compile JSPs, or any other Java compiler supported 
    by Apache Ant.
      

  7.   

    Http://localhost:8080/Tomcat5.0有exe的安装文件的,打开下面那个网页搜索Tomcat
    http://jakarta.apache.org/site/binindex.cgihava fun