简体   繁体   中英

How to compile to bin folder on Intellij

I have a src directory containing other directories and class files. However when I change a class in the src directory the relative class file is not updated in the bin folder. Why does Intellij not automatically compile but Eclipse for example does?

You can change your project settings to "Make Project automatically".

To do this, go to Preferences, Compiler and click the checkbox.

(Intellij IDEA 13.1 Ultimate)

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