简体   繁体   中英

Compiling some java files

I am very unexperienced in Java, I and I have just messed up completelyIf you saw my first question I made here it talks about the bin folder. My question is how do I compile a java folder in eclipse but still be able to change the compiled folder? The problem is that eclipse compiles for you, but I deleted that by just being stupid so now I need my files compiled but I'm not done programing so I want to be able to change those compiled files. If you could shed any light at all it would really help thanks!

Disabling auto-compiling will solve your problem.

uncheck Project->Build Automatically. Then you have to write ant or maven script for special class files to be compiled.

http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2FgettingStarted%2Fqs-81_basics.htm

http://www.eclipse.org/jetty/documentation/current/jetty-maven-helloworld.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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