Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.java.programmer Subject: funny thing: Applet error when visiting Oracle website looking for release notes on Java plugin Date: Tue, 10 May 2011 20:00:59 -0700 Organization: Aioe.org NNTP Server Lines: 30 Message-ID: Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3948 I think this is funny myself. I typed "java new plugin" in google search, first link is http://www.oracle.com/technetwork/java/javase/plugin2-142482.html When I go there, I get an applet error! It seems harmless, not sure. But was wondering, is this something others see as well? Here is the error: "java.io.FileNotFoundException: JNLP file error: DragExample.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct. at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source)" Here is a screen shot http://12000.org/tmp/java_error/jnlp.png I am running firefox 3.6.17 on windows 7 My Java/JRE is all update, control panel says I have 1.6.0_24 under system. I can expect applet errors on a web site, but not on an official Oracle webite about Java ! --Nasser