Path: csiph.com!aioe.org!.POSTED.xV/6gj+grSZn0+TB/DGTcw.user.gioia.aioe.org!not-for-mail From: Graeme Geldenhuys Newsgroups: comp.lang.java.programmer Subject: How to let Eclipse browse src.zip instead of decompiling class files Date: Tue, 16 Apr 2019 20:58:07 +0100 Organization: Aioe.org NNTP Server Lines: 12 Message-ID: NNTP-Posting-Host: xV/6gj+grSZn0+TB/DGTcw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 X-Notice: Filtered by postfilter v. 0.9.2 X-Mozilla-News-Host: news://nntp.aioe.org:119 Content-Language: en-GB Xref: csiph.com comp.lang.java.programmer:38918 Hi, Anybody know how you can set up Eclipse IDE so that when I Ctrl+LClick a Java RT class, it opens the original *.java file located in the src.zip - instead of showing me a decomplied *.class file. IntelliJ IDEA shows me the true .java file, but Eclipse keeps showing me a decompiled *.class (even though I specified the src.zip in the Installed JRE settings). Regards, Graeme