3

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?

0

1 Answer 1

2

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
Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, this is of some help, although not exactly what I need. I've created a project in NetBeans with the same sources, executed "Clean and Build", and the information that appears in the output windows is what I need. Is there a way to have this kind of "javac" output from Eclipse?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.