Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse : How to remove the attached Source which was added to a Jar

Tags:

eclipse

I am using Eclipse IDE (Helios Version).
As part of the build path, I have a jar file for this Application, I have attached the source code for this jar file using Attach Source Option.

Please tell me how can I remove this attached source for the jar file?

like image 658
Pawan Avatar asked Dec 09 '11 09:12

Pawan


1 Answers

Open the .classpath file and delete the source attachment part.

Or in the Build Path control panel, find the jar file and remove the source attachment (it is one of the detailed options there).

like image 70
Thilo Avatar answered Sep 20 '22 16:09

Thilo