Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6689
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Stanimir Stamenkov <s7an10@netscape.net> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: JDK 1.7 new features |
| Date | Sat, 30 Jul 2011 23:57:21 +0300 |
| Organization | A noiseless patient Spider |
| Lines | 16 |
| Message-ID | <j11r72$1er$1@dont-email.me> (permalink) |
| References | <kkn537dat849nmceipsqca1lfit0hvdq7s@4ax.com> <pcr837doqk6ubtdcb68j5g75nur25pqpdp@4ax.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Sat, 30 Jul 2011 20:57:06 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="g1prCfUfPP0sboE0FOvKdw"; logging-data="1499"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+fXpRZd+4xevQlFg3e6HCq" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110724 SeaMonkey/2.3 |
| In-Reply-To | <pcr837doqk6ubtdcb68j5g75nur25pqpdp@4ax.com> |
| X-Face | )>>ChyF_H<b)u~Zjgo/=wa~;=qyW%.F\L.d^fKL[;y\=tY\]M}2t(a^;PKS}9g|k@\vkA<P Q|4?kcJ52334f:CaCrQZ=]D~txPPh6[y{xHkZ+4/KPKZ~|*K#?EqeP0W]iU*Ldy-hyjh0)N4c.I<m) K}GsUUe0)~24Xp`Jt |
| Cancel-Lock | sha1:NHHdA/5zJZSZAINW6EDzghRpYjo= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6689 |
Show key headers only | View raw
Sat, 30 Jul 2011 13:47:37 -0700, /Roedy Green/: > ANT with javac for 1.7 is issuing a warning message on every compile: > > [javac] warning: [options] bootstrap class path not set in > conjunction with source 1.5 > > Any thoughts on why it is complaining? Likely because classes get compiled compatible with the Java 5 format, but then against the Java 7 APIs which may result in linkage against APIs not present in Java 5, therefore lead to failures when run in such JRE version. -- Stanimir
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
JDK 1.7 new features Roedy Green <see_website@mindprod.com.invalid> - 2011-07-29 09:28 -0700
Re: JDK 1.7 new features Roedy Green <see_website@mindprod.com.invalid> - 2011-07-30 13:47 -0700
Re: JDK 1.7 new features Stanimir Stamenkov <s7an10@netscape.net> - 2011-07-30 23:57 +0300
Re: JDK 1.7 new features BGB <cr88192@hotmail.com> - 2011-07-30 15:13 -0700
csiph-web