Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15100
| From | Jukka Lahtinen <jtfjdehf@hotmail.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: classpath puzzle |
| Date | 2012-06-08 07:46 +0300 |
| Organization | A noiseless patient Spider |
| Message-ID | <m3mx4eh0mo.fsf@ipa.eternal-september.org> (permalink) |
| References | <3ui2t7tun0q3jo5ik96o084jpep9gmp0g3@4ax.com> |
Roedy Green <see_website@mindprod.com.invalid> writes: > 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? Aren't those sun.* classes in rt.jar ones meant for ONLY internal use by other classes of the sdk library, NOT for application programmers? -- Jukka Lahtinen
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
classpath puzzle Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 17:50 -0700
Re: classpath puzzle markspace <-@.> - 2012-06-07 18:08 -0700
Re: classpath puzzle Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 18:45 -0700
Re: classpath puzzle Tom McGlynn <taqmcg@gmail.com> - 2012-06-08 06:32 -0700
Re: classpath puzzle markspace <-@.> - 2012-06-08 15:22 -0700
Re: classpath puzzle Roedy Green <see_website@mindprod.com.invalid> - 2012-06-08 20:55 -0700
Re: classpath puzzle Jukka Lahtinen <jtfjdehf@hotmail.com.invalid> - 2012-06-08 07:46 +0300
Re: classpath puzzle Roedy Green <see_website@mindprod.com.invalid> - 2012-06-08 08:26 -0700
csiph-web