X-Received: by 10.43.149.144 with SMTP id kk16mr861988icc.32.1384117065607; Sun, 10 Nov 2013 12:57:45 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!i2no19417828qav.0!news-out.google.com!9ni21783qaf.0!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 10 Nov 2013 14:57:44 -0600 From: John Holt Newsgroups: comp.sys.mac.programmer.misc Date: Sun, 10 Nov 2013 15:57:43 -0500 Message-ID: <2013111015574330105-me@foonet> MIME-Version: 1.0 Subject: Mac OS X 10.9 and Java development User-Agent: Unison/1.8.1 Lines: 24 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 69.81.85.45 X-Trace: sv3-FhgOqkPxgpD/f/tw3E5poG/wfc6G7Tik5XVcWmEFLYtfKf2StSjkzts4ANk3BwPVhoJyFKAhnoMvLXS!1aZ66RibtwKEP4HfRMICymdtYDoFRiXKMOm2DIihLrsE/Cy/plEZt/fXPN4/SR1PKwk0+lhmC1cQ!5jLngEd2 X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1514 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Xref: csiph.com comp.sys.mac.programmer.misc:73 I don't do a lot of Java development on Mac OS X, so I am not sure the last version where everything worked. I recently installed 10.9, and the X Code 5, and the X Code command line tools; AND Oracle Java JDK 7. The java executable says version 1.7. The problem is in the javac program. It will not take a target past 1.4 and it complains that the class library is version 51 and version 48 is expected. I have run javac with the full path of the Oracle JDK, but get the same result. Any clues would be appreciated. Thanks, -- John Holt