Belanger Park River Rouge
ON THIS DATE IN DETROIT HISTORY - DOWNTOWN PONTIAC »



Results 1 to 19 of 19
  1. #1

    Default Tech Issue - Java Security Flaw

    Have any of you disabled Java on your computer? I heard about the problem on a radio broadcast and found this article.

    http://www.zdnet.com/apple-oracle-mo...aw-7000009755/

    I never downloaded the latest update - the irritating reminder is blinking every time my computer starts up. When I began to install it, it said I may have to disable cookies and I don't recall any other updates from them requiring I do that, so I was leery of doing it.

    I'm not exactly computer savvy, so could some of you experts comment? Thanks!

  2. #2

    Default

    I am not an expert, but I have uninstalled Java from my computer and disabled the Firefox plug-in [[on two computers, XP & W7). I have read that Mozilla [[Firefox) is developing its own plug-in to perform the same function.

    Norton has occasionally notified me that something has tried to attack my computer, and very time it was through Java. I took it off a few weeks ago and have noticed no change in performance or full web site access.

  3. #3

    Default

    Some important computer programs require Java to run, so what is the solution to that?

  4. #4

    Default

    Oracle put out the updated, patched Java today. Have at it
    http://java.com/en/download/index.jsp

  5. #5

    Default

    Thanks, jcole!

  6. #6

    Default

    Thanks everyone!

    So does this mean I should delete the entire program and install this or is this download just a patch for the original program? Clueless here!

  7. #7

    Default

    Quote Originally Posted by Kelton View Post
    Thanks everyone!

    So does this mean I should delete the entire program and install this or is this download just a patch for the original program? Clueless here!
    Just run the install routine; Java will update it.

  8. #8

    Default

    Quote Originally Posted by Cincinnati_Kid View Post
    Some important computer programs require Java to run, so what is the solution to that?
    What do you run that needs Java? I run a few obscure developer tools, but I have it switched off in my browser.

    If you download the latest Java, go to the Java control panel, go to the security tab, and uncheck "enable in browser" to switch it off.

  9. #9

    Default

    Quote Originally Posted by JBMcB View Post
    What do you run that needs Java? I run a few obscure developer tools, but I have it switched off in my browser.

    If you download the latest Java, go to the Java control panel, go to the security tab, and uncheck "enable in browser" to switch it off.
    There are ecommerce sites that use it as well as some game sites.

  10. #10

    Default

    Thanks again for the additional information.

    Can you give me some examples of what sites use Java? For example, how about Amazon, Youtube and Ebay? I don't use any game sites, and keep my internet use to a minimum.

    Maybe I should just delete the entire program from my computer. I'd hate to be without it if I was in a rush and found I needed it though!

    To really expose my computer ignorance - do the uses of Adobe and Java overlap each other?

    Kelton

  11. #11

    Default

    Quote Originally Posted by Kelton View Post
    Thanks again for the additional information.

    Can you give me some examples of what sites use Java? For example, how about Amazon, Youtube and Ebay? I don't use any game sites, and keep my internet use to a minimum.

    Maybe I should just delete the entire program from my computer. I'd hate to be without it if I was in a rush and found I needed it though!

    To really expose my computer ignorance - do the uses of Adobe and Java overlap each other?

    Kelton
    By Adobe, I'll assume you mean Flash. [[Adobe makes numerous programs including Acrobat, Flash and Shockwave). Flash and Java don't necessarily overlap; it's usually one or the other depending on the developer.
    As to which sites use Java, I really don't know. I just know that some banking sites and ecommerce sites do. I think Etsy is one.
    If you don't want to use Java, just disable it and when you come across a site that needs it, re-enable it.

  12. #12

    Default

    Quote Originally Posted by Cincinnati_Kid View Post
    Some important computer programs require Java to run, so what is the solution to that?
    I guess I don't have any important computer programs because I have noticed no impact without Java.

  13. #13

    Default

    I've had a few sites ask me to allow java; mostly coupon printers or bank sites.

  14. #14

    Default

    Sorry to get geeky but I'm not likely to have the opportunity to ask this here again. It is somewhat on topic.

    Could someone please explain how running bytecode on a virtual machine [[such as Java does) is in any way preferable to running native code directly on CPU hardware?

    It seems to me that writing a cross compiler that produces native code for various CPUs should be no more difficult than writing custom virtual machines for those CPUs and would provide the same portability as virtual machines. Yet native code on CPU hardware runs faster than bytecode on a virtual machine.

    So how is Java supposed to compensate for sacrificing that runtime advantage?

    Sincerely.
    Last edited by Jimaz; January-18-13 at 11:06 PM.

  15. #15

    Default

    From Java virtual machine:
    JVMs are most often implemented to run on an existing operating system, but can also be implemented to run directly on hardware.
    Okay, so maybe Java was anticipating that future hardware would replace the virtual machine? Yet they're [[still since June 1991?) most often not run directly on hardware?

    So why not just use faster native code?!

  16. #16

    Default

    I always understood the advantages of Java were that a) it's portable and b) running it without running it directly on the hardware makes it less likely to crash the system.
    I'm not a coder, so I'm by no means expert in this; I'm basing this on discussions we had in classes I took in college.

  17. #17

    Default

    Quote Originally Posted by jcole View Post
    I always understood the advantages of Java were that a) it's portable and b) running it without running it directly on the hardware makes it less likely to crash the system.
    I'm not a coder, so I'm by no means expert in this; I'm basing this on discussions we had in classes I took in college.
    Thank you so much for that jcole.

    As stated above, the portability advantage [[as opposed to the cross compiler approach) is still suspect but your point b) comment makes sense in that additional software integrity checks could be inserted more easily than in hardware — after the horse has left the barn [[i.e. the silicon has been stamped).

    Thanks for that.

    Did I mention I hate Java? LOL! I still have to keep shutting off Java Quick Start because it slows everything else on the system!
    Last edited by Jimaz; January-19-13 at 12:40 AM.

  18. #18

    Default

    Portability is a big plus for Java. It's much more widely used on the server side than on the desktop these days. It's nice to build a web service infrastructure that can run on anything - Windows, Linux, MacOS, AIX, etc...

    On the desktop, Flash/Silverlight, then HTML5 have replaced the use of Java in the browser. Various cross-platform library suites, such as Qt and Gtk, along with languages such as Python and Ruby, have replaced it's use as a desktop application platform.

    Stability really doesn't come into play anymore. Modern OSes have a good enough protected memory scheme to prevent user space software from bringing the whole machine down. Most crashes these days are either a bug in the OS itself, or in a driver.

  19. #19

    Default

    Okay, now you're waaaaay over my head!

    Thanks for the help. It sounds like I just need to install the patch and call it a day!

    Kelton

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Instagram
BEST ONLINE FORUM FOR
DETROIT-BASED DISCUSSION
DetroitYES Awarded BEST OF DETROIT 2015 - Detroit MetroTimes - Best Online Forum for Detroit-based Discussion 2015

ENJOY DETROITYES?


AND HAVE ADS REMOVED DETAILS »





Welcome to DetroitYES! Kindly Consider Turning Off Your Ad BlockingX
DetroitYES! is a free service that relies on revenue from ad display [regrettably] and donations. We notice that you are using an ad-blocking program that prevents us from earning revenue during your visit.
Ads are REMOVED for Members who donate to DetroitYES! [You must be logged in for ads to disappear]
DONATE HERE »
And have Ads removed.