简体   繁体   中英

Java Compilation Output in Eclipse

I want to send someone a file with the compilation warnings and errors from a Java project I have in Eclipse, but I do not know how to do this.

I know Eclipse uses it's own Java compiler. Is there a way, for instance, to export the information in the Problems tab to a file?

Right click > Select All > Copy & Paste.

When you paste, you'll get a string of text like this...

Description Resource    Path    Location    Type
The import android.app.Activity is never used   GetPhotos.java  /PhotoUp/src/com/photoup    line 10 Java Problem
The import android.os.Bundle is never used  GetPhotos.java  /PhotoUp/src/com/photoup    line 15 Java Problem

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