Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?B?U3ZlbiBLw7ZobGVy?= Newsgroups: comp.lang.java.programmer Subject: Re: A small exercise Date: Sun, 28 Apr 2013 16:14:47 +0300 Lines: 22 Message-ID: References: <5172e967$0$32109$14726298@news.sunsite.dk> <517b3461$0$32112$14726298@news.sunsite.dk> <2rWdnWTV7bz8FubMnZ2dnUVZ7qGdnZ2d@bt.com> <517c8241$0$32104$14726298@news.sunsite.dk> <2fednevwr_TPZuHMnZ2dnUVZ8uCdnZ2d@bt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de sfp8OtWnOhb/VWmHZqHfIQNIc1paf7aRyc7bKHbJ2AMQO2HPkE8uCjjj1I Cancel-Lock: sha1:5tM3P5X8yNJLOQR6B2s2tMEo3EY= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 In-Reply-To: Xref: csiph.com comp.lang.java.programmer:23696 On 04/28/2013 04:05 PM, lipska the kat wrote: > Not sure what you mean here as Eclipse can be configured to use > different compilers Eclipse only has one compiler. It's specially written by IBM for Eclipse, and it's not based on javac as far as I know. > independently of the version of Java used to run the > application (Eclipse) > > I configured Eclipse to compile against > > java-7-openjdk > and, separately > java version 1.6.0_35 But each time, you're using Eclipse's compiler, and not the javac of the JDK. Regards, Sven