0

同标题,如何使用 Netbeans IDE 为 java 安装 activejdbc?有人可以帮助我吗?

4

1 回答 1

1

<target name="-post-compile"> <java classname="org.javalite.instrumentation.Main" failonerror="true"> <sysproperty key="outputDirectory" value="${build.classes.dir}"></sysproperty> <classpath> <pathelement path="${build.classes.dir}"> <pathelement path="${javac.classpath}"> <pathelement path="${javac.processorpath}"> </pathelement></pathelement></pathelement></classpath> </java> </target>

  • 保存并关闭文件

如果您从 Netbeans 运行项目,则需要执行额外的步骤:

右键单击项目->属性->编译并取消选中“保存时编译”

于 2014-04-11T14:24:30.227 回答