Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lew Newsgroups: comp.lang.java.programmer Subject: Re: I need a different approach - suggestions please Date: Wed, 27 Jun 2012 18:09:59 -0700 (PDT) Organization: http://groups.google.com Lines: 29 Message-ID: <440beafb-abc1-498c-a3ae-6ea4001dfabf@googlegroups.com> References: <05a0cbeb-c97e-436b-9daf-e158445b0ac7@googlegroups.com> <4fea2e75$0$292$14726298@news.sunsite.dk> <26dc29ad-d5a8-4d04-91d6-57311ff23c83@googlegroups.com> NNTP-Posting-Host: 69.28.149.29 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1340846227 14803 127.0.0.1 (28 Jun 2012 01:17:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 28 Jun 2012 01:17:07 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:15688 bilsch wrote: > Lew wrote: >> Arne Vajh=F8j wrote: >>> If Java version>=3D 7. >> >> Which the OP had better be using. >> > I am using 1.7.0_04 It is best for now to stick with the latest Java version, which is Java 7= =20 as you have (although you should upgrade to Java 7u5 - minor version=20 numbers represent bug and security fixes, things you don't want to=20 miss). Out in the wild you'll be asked to use all kinds of old or funky (or both)= =20 Java versions. Many of us have had to work on Java 1.4 projects, even=20 recently. But while you're learning, stay with the current version. This is in line with mimicking good code even for areas you haven't=20 studied yet, such as starting your GUI on the EDT. As they said in Star Trek (the original series) (paraphrased):=20 It is easier for a civilized person to pass as a barbarian=20 than for a barbarian to pass as a civilized person. --=20 Lew