• 2008-08-18

    Eclipse中配置Ant - [Hibernate]

    Tag:Eclipse Ant
    Eclipse默认设置下,使用Ant编译程序,报com.sun.tools.javac.main错误。解决方法是:在Windows->Preferences->Ant-> Runtime->Classpath->Add External Jars中,添加jdk下面的\lib\tools.jar。