Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #6689

Re: JDK 1.7 new features

From Stanimir Stamenkov <s7an10@netscape.net>
Newsgroups comp.lang.java.programmer
Subject Re: JDK 1.7 new features
Date 2011-07-30 23:57 +0300
Organization A noiseless patient Spider
Message-ID <j11r72$1er$1@dont-email.me> (permalink)
References <kkn537dat849nmceipsqca1lfit0hvdq7s@4ax.com> <pcr837doqk6ubtdcb68j5g75nur25pqpdp@4ax.com>

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar


Thread

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