Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: Roedy Green Newsgroups: comp.lang.java.programmer Subject: Re: classpath puzzle Date: Thu, 07 Jun 2012 18:45:36 -0700 Organization: Canadian Mind Products Lines: 22 Message-ID: References: <3ui2t7tun0q3jo5ik96o084jpep9gmp0g3@4ax.com> Reply-To: Roedy Green NNTP-Posting-Host: Z2l1DcCELS0rATq8NqV4Sw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Forte Agent 6.00/32.1186 Xref: csiph.com comp.lang.java.programmer:15099 On Thu, 07 Jun 2012 18:08:32 -0700, markspace <-@.> wrote, quoted or indirectly quoted someone who said : > >Didn't we help you with this already? Didn't we discover that javac >compiles against a shortened "stub" list of classnames, and doesn't use >the rull rt.jar during compilation? Didn't we find a command line >switch for that told javac to not do that? Maybe somebody did, but nothing you said sounds familiar. I can see that behaviour as an optimisation, but I would think it should look in the real rt.jar if it can't find it. Perhaps the logger class is considered Sun private. I'll see if I can find that option. Thanks. -- Roedy Green Canadian Mind Products http://mindprod.com Controlling complexity is the essence of computer programming. ~ Brian W. Kernighan 1942-01-01 .