Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Roedy Green Newsgroups: comp.lang.java.programmer Subject: classpath puzzle Date: Thu, 07 Jun 2012 17:50:06 -0700 Organization: Canadian Mind Products Lines: 14 Message-ID: <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:15095 import sun.util.logging.PlatformLogger; will compile fine inside the IntelliJ IDE but fails with symbol not found with javac *.java or with ANT The class files lives inside rt.jar. Javac is supposed to find such files without help. Any ideas on what is going on? -- Roedy Green Canadian Mind Products http://mindprod.com Controlling complexity is the essence of computer programming. ~ Brian W. Kernighan 1942-01-01 .