简体   繁体   English

使用Netbeans IDE安装Java的activejdbc

[英]Install activejdbc for Java using Netbeans IDE

same as title, how to install activejdbc for java using Netbeans IDE? 与标题相同,如何使用Netbeans IDE为Java安装activejdbc? somebody can help me? 有人可以帮助我吗?

<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>

  • Save and close the file 保存并关闭文件

If you are running project from Netbeans you need to perform additional step: 如果您正在从Netbeans运行项目,则需要执行其他步骤:

Right click on the project -> Properties -> Compiling and uncheck "Compile on save" 右键单击项目->属性->编译,然后取消选中“保存时编译”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM