<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi -- I'm NOT an expert on Java, but you seem to be asking lots of different questions (maybe without realizing it) so I will share a bit of my experience.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">On Sat, Dec 14, 2013 at 10:14 AM, thufir <span dir="ltr"><<a href="mailto:hawat.thufir@gmail.com" target="_blank">hawat.thufir@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I'm running an old system, and plan a clean-install.  In the meantime, my<br>

JVM is so out of date, apparently, I can't play yahoo games.  </blockquote><div><br></div><div>The title of your message says "Firefox blocks Java." Yes, it does, EVEN IF you have the latest version, because everyone got sick of staying on top the continual serious Java security exploits. Mozilla has just made it a bit harder to shoot yourself in the foot.</div>
<div><br></div><div>Have you tried unblocking Java in Firefox?  <a href="https://support.mozilla.org/en-US/kb/how-to-enable-java-if-its-been-blocked">https://support.mozilla.org/en-US/kb/how-to-enable-java-if-its-been-blocked</a></div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I have a<br>
slow internet connection so don't want to upgrade everything under the<br>
"sun" (haha, I crack me up), but did go ahead and download the latest<br>
Oracle tar.gz (which seems to come with some string attached?):<br>
<br>
jdk-7u45-linux-i586.tar.gz<br>
<br>
however, I mean I already have Java 7 installed according to this:<br>
<br>
<br>
thufir@dur:~/Downloads$<br>
thufir@dur:~/Downloads$ sudo apt-get install openjdk-7-jdk<br></blockquote><div><br></div><div>There are a couple of issues here -- you downloaded a non-packaged (generic not-just-for-Ubuntu) version of Oracle Java, and you looked at your system and found the official (packaged AND supported) version of OpenJDK, which is NOT Oracle Java. </div>
<div><br></div><div>OpenJDK is a different Java. It MIGHT work with your games. I hope it does! It would be much simpler to use the official supported packaged Java already installed on your system.<br></div><div><br></div>
<div>Back to my ignorance, however -- I rarely run Java in a web browser anymore because it's such a hassle sorting these things out. But you may not HAVE to run your games in a web browser -- you can usually download the jar and run it in a java environment without a web browser. I don't know if that's safer, but it may be an option.</div>
<div><br></div><div>Also, it's perfectly OK to install multiple versions of Java, and it's MUCH easier if you stick to packaged versions. There's a command called update-alternatives that you will want to learn about if you need to install multiple versions of Java for different purposes.</div>
<div><br></div><div>Here's a page that spells out more of the ins and outs of Java on Ubuntu.</div><div><br></div><div><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java</a><br></div>
<div><br></div><div> </div><div>I hope that helps!</div><div><br></div><div>And be careful out there. :-)</div></div><br></div></div>