Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: problem with Runtime Environment 6 update

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem with Runtime Environment 6 update

    First of all, I have to admit right away I'm not very knowledgeable when it comes to Java updates. Most of the time they download without any problems but in this particular instance I'm having a problem and I'd like someone's help please. I'm hoping there's a real simple solution to this

    Whenever I open my Internet Explorer browser, a message pops up that says the following:

    Do you want to allow the following program to make changes to this computer?

    Program Name: Java (TM) SE Runtime Environment 6 Update 37
    Verified publisher- Sun Microsystems Inc.
    File Origin- Hard Drive on this Computer

    This message pops up every single time I open my Internet Explorer, and even though I hit "Yes" and allow the changes, I'm taken to google like normally however...

    when I click off IE or open another one, the same message appears over and over. Not only am I not sure if the changes actually took place, but I can't get rid of this reappearing message. Any help would be much appreciated!


  2. #2
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: problem with Runtime Environment 6 update

    Look in your system tray (the bottom right corner of the screen near your clock with the little icons). There should be an icon for java (orange square I think, not sure). Double click that, or right-click and select the bold option. That should start the install process. I'm not sure why accepting that security message doesn't always auto-start the install, but it screws up like that sometimes...
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  3. #3
    Junior Member
    Join Date
    Dec 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: problem with Runtime Environment 6 update

    Unfortunately the Java option isn't down there. Beside the clock it says Speakers, Broadband2Go (my internet connection), Action Center, Dell DataSafe Online, Intel Graphics Media Accelerator Driver, Intel Rapid Storage Technology, Realtek Audio Manager, HP Digital Imaging Monitor, Dell DataSafe Local Backup, Malwarebytes Anti-Malware, Avast Anti-virus (going from right to left).

  4. #4
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: problem with Runtime Environment 6 update

    Do you have the little up arrow which shows more icons?

    Ok, that's odd. But I am going purely off the top of my head here, so maybe my info is wrong.

    Go to this website, and it should prompt you to update (after you press the verify button): Verify Java Version
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  5. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: problem with Runtime Environment 6 update

    I don't have that arrow anymore. I used to at one point, but somewhere along the line it either disappeared or perhaps every icon from Avast to Speakers is now permanently open.

    When I go to the "Verify Java Version" page, it says "Java Plug-in 10.45.2 not installed properly".

    --- Update ---

    Wait a minute! Before we go one step further...

    I found this on the Java page-

    "Should I uninstall older versions of Java?
    We highly recommend that you uninstall all older versions of Java from your system.
    Keeping old versions of Java on your system presents a serious security risk.
    Uninstalling older versions of Java from your system ensures that Java applications will run with the latest security and performance improvements on your system."

    Right now, looking under Programs and Features, I currently have 3 Java's running at the same time. They are-

    Java 7 Update 45
    Java (TM) 6 Update 21 (64-bit)
    Java (TM) 6 Update 37

    Having three Java's running at the same time seems like a strong possibility that a problem could occur right? Should I only run one at a time? Do you recommend I delete at least two of these? If so, which ones? I have Windows 7.
    Last edited by boyd jackson; December 23rd, 2013 at 06:14 PM. Reason: grammar error

  6. #6
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: problem with Runtime Environment 6 update

    There is nothing "wrong" with it, but it is a good idea, as part of normal computer maintenance, to get rid of the older versions. In an ideal world, java would do that for you when you update, but it doesn't.

    On that website, there should be a link to a program which will uninstall your older versions. Use that first instead of manually uninstalling (less mistake-prone).
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

Similar Threads

  1. Update problem
    By dannynoogen in forum What's Wrong With My Code?
    Replies: 7
    Last Post: May 23rd, 2013, 03:58 PM
  2. javax.jnlp.UnavailableServiceException: uninitialized (PROBLEM AT RUNTIME)
    By knowNothing23 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: November 15th, 2012, 04:05 PM
  3. Restricted user problem with Java RE 7 Update 4
    By thetechguy in forum Java Theory & Questions
    Replies: 1
    Last Post: May 23rd, 2012, 02:33 PM
  4. Update applet text runtime
    By kcspl in forum Java Applets
    Replies: 3
    Last Post: March 21st, 2012, 09:17 AM
  5. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM