Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Compilation Output in Eclipse

Tags:

java

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?

like image 615
JBishop Avatar asked May 17 '26 06:05

JBishop


1 Answers

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
like image 108
Aidanc Avatar answered May 19 '26 21:05

Aidanc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!