简体   繁体   中英

Build EAR in Eclipse Indigo

i created an EAR-Application in Eclipse Indigo and compile it via "run on server". All works well but i dont see the compile errors in the console. How can i make it visible? Is where any way to compile an ear without having an AS running?

thx BJ

Your code is compiled in the background, not when you invoke "run on server". To see compilation problems, you need to look in the Problems View rather than the console. If the Problems View is not visible in your current perspective, use "Window -> Show View" menu to find it.

To create a .ear file, you can use the "File -> Export -> Java EE -> EAR file" wizard.

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