Java (TM) Platform error message

I get a pop up box that says "binary Java (TM) platform has stopped working", "a problem caused blocking the program runs correctly. Windows will close the program and notify you if a solution is not available' how can I fix this error?  I even took my computer to the shop, who re-installed Windows Vista and re-installed Java, and I STILL get the error message whenever I'm using the internet.  Can anyone help?  (I am currently running Windows Vista on a laptop XPS1530, processorT9500 with 256 MB Nvidia GeForce 8600 M GT)

Hi NewfAddict,

Free download 10 MB from the update site Web of Java JRE version 6 of 16.

http://Java.com/en/download/installed.jsp

Use the Windows Setup Wizard and follow the instructions on the screen.
After a few minutes, the installation is complete,
Check the result by checking the version once again.
And the answer should be: "congratulations, you have the latest Java version!

This should help you.

Kind regards
UMA

Tags: Windows

Similar Questions

  • Receive the error message in the tomcat server

    Take a look on the following programs:

    AuthenticationFilter_

    Javax.servlet import. *;
    import java. IO;
    import java.sql. *;
    / public class AuthenticationFilter implements filter
    {
    ServletContext sc;
    Con connection;
    Public Sub init (FilterConfig f) throws ServletException
    {
    System.out.println (f.getFilterName () + "Initialized filter");
    String d = f.getInitParameter ("driver");
    String url = f.getInitParameter ('url');
    User String = f.getInitParameter ("user");
    String pwd = f.getInitParameter ("password");
    Try
    {
    Class.forName (d);
    con = DriverManager.getConnection(url,user,pwd);
    System.out.println ("connection");
    }
    catch (System.Exception e)
    {
    e.printStackTrace ();
    }
    SC = f.getServletContext ();
    }
    ' Public Sub doFilter (ServletRequest request, ServletResponse response, string FilterChain) survey ServletException, IOException
    {
    Statement st = null;
    ResultSet rs = null;
    User String = request.getParameter ("user");
    String pwd = request.getParameter ("password");
    Try
    {
    St = con.createStatement ();
    String sql = "SELECT * FROM OURUSERS WHERE usr =" + user + "and password =" + pwd + "';"
    RS = st.executeQuery (sql);
    If (RS. Next())
    chain.doFilter (request, response);
    on the other
    sc.getRequestDispatcher("/error.html").forward(request,response);
    }
    catch (System.Exception e)
    {
    e.printStackTrace ();
    }
    Finally
    {
    Try
    {
    if(RS!=null)
    USI Close();
    if(St!=null)
    St.Close ();
    }
    catch (System.Exception e)
    {
    e.printStackTrace ();
    }
    }
    } / / doFilter()
    public void destroy()
    {
    Try
    {
    if(con!=null)
    con. Close;
    }
    catch (System.Exception e)
    {
    e.printStackTrace ();
    }
    }
    }

    (* 2) _HitCounterFilter_

    Javax.servlet import. *;
    import java. IO;
    / public class HitCounterFilter implements filter
    {
    ServletContext sc;
    int count;
    Public Sub init (FilterConfig f) throws ServletException
    {
    System.out.println (f.getFilterName () + "Initialized filter");
    SC = f.getServletContext ();
    }
    ' Public Sub doFilter (ServletRequest request, ServletResponse response, string FilterChain) survey ServletException, IOException
    {
    chain.doFilter (request, response);
    Count ++;
    SC.log ("number of times request came to LoginServlet is" + count);
    }
    public void destroy()
    {
    }
    }

    (* 3) LoginServlet *

    Javax.servlet import. *;
    Javax.servlet.http import. *;
    import java. IO;
    SerializableAttribute public class LoginServlet extends HttpServlet
    {
    ' public void doPost (HttpServletRequest request, HttpServletResponse response) survey ServletException, IOException
    {
    response.setContentType("text/html");
    PrintWriter pw = response.getWriter ();
    PW.println ("< HTML > < BODY BGCOLOR = yellow >");
    PW.println ("< H1 > WELCOME TO OUR WEB SITE < / H1 >");
    PW.println ("< juncture >");
    PW.println ("< /HTML >");
    PW. Close();
    }
    }

    Web.Xml

    <>web - app
    < filter >
    authenticate < filter-name > < / filter-name >
    > class filter < AuthenticationFilter < / class filter >

    < init-param >
    driver < param-name > < / param-name >
    oracle.jdbc.driver.OracleDriver < param-value > < / param-value >
    < / init-param >

    < init-param >
    URL of < param-name > < / param-name >
    JDBC:Oracle:thin:@localhost:1521:ORCL < param-value > < / param-value >
    < / init-param >

    < init-param >
    the user < param-name > < / param-name >
    < param-value > scott < / param-value >
    < / init-param >

    < init-param >
    password < param-name > < / param-name >
    Tiger of < param-value > < / param-value >
    < / init-param >

    < / filter >
    < filter >
    < name of filter > hitcount < / filter-name >
    > class filter < HitCounterFilter < / class filter >
    < / filter >

    < filter mapping >
    authenticate < filter-name > < / filter-name >
    <>url-pattern / nit < / url-pattern >
    < / filter-mapping >

    < servlet >
    < name servlet - > connection < / servlet-name >
    LoginServlet < servlet-class > < / servlet-class >
    < / servlet >

    < servlet-mapping >
    < name servlet - > connection < / servlet-name >
    <>url-pattern / nit < / url-pattern >
    < / servlet-mapping >
    < / web - app >

    Error_

    java.sql.SQLException: ORA-00904: "SAND": invalid identifier

    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:242)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:554)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1478)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:)
    677)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery (OracleStatement.jav
    one: 2371)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout (OracleStateme
    NT. Java:2660)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:)
    777)
    at AuthenticationFilter.doFilter (AuthenticationFilter.java:37)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl
    icationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF
    ilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperV
    Alve.Java:233)
    at org.apache.catalina.core.StandardContextValve.invoke (StandardContextV
    Alve.Java:191)
    at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.j
    AVA: 127)
    at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.j
    AVA: 102)
    at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineVal
    ve. Java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.jav
    one: 298)
    at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java
    (: 857)
    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.proce
    SS (Http11Protocol.Java:588)
    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:48
    9)
    at java.lang.Thread.run(Thread.java:619)

    The error message above, I'm getting to the Tomcat server, I have Oracle 11 g V1... My SQL prompt is open and I have a table named "ourusers"... Can anyone gimme kindly the solution for this problem+ *.

    Published by: Sandy on November 9, 2010 08:59

    java.sql.SQLException: ORA-00904: "SAND": invalid identifier

    Looks like the sql that you present is not valid.
    Print a copy of the sql that you try to run and you will probably get:

    SELECT * FROM OURUSERS WHERE usr = Sandy and password = secret
    

    Is not valid sql. Missing quotation marks around the values that you control.
    This is the sql query was corrected:

    SELECT * FROM OURUSERS WHERE usr = 'Sandy' and password = 'secret'
    

    If a solution would be:

    String sql = "SELECT * FROM OURUSERS WHERE usr = '" + user + "' and password = '" + pwd + "' ";
    

    However, this is not optimal. It exposes your code to the sql injection attack.
    The best way is to use a prepared statement:

    String sql = "SELECT * FROM OURUSERS WHERE usr = ? and password =?";
    st = con.prepareStatement(sql);
    st.setString(1, user);
    st.setString(2, password);
    
    rs = st.executeQuery();
    

    see you soon,
    evnafets

  • Linux I get an error message when you run java in notebook.

    I am trying to run a simple java script from Scratchpad.
    
    <html>
    <body>
    
    <h1>My First Web Page</h1>
    
    <script>
    document.write("<p>My First JavaScript</p>");
    </script>
    
    </body>
    </html>
    ######
    
    <html>
    <body>
    
    <script>
    function myFunction()
    {
    var x="",i;
    for (i=0;i<5;i++)
      {
      x=x + "The number is " + i + "<br>";
      }
    document.getElementById("demo").innerHTML=x;
    }
    </script>
    
    </body>
    </html>
    
    the traceback error refers to the var variable;
    var x="",i;
    
    I highlight <script> to <script>
    and get this error message
    
    /*
    Exception: syntax error
    Scratchpad:4
    */

    It's this line
    var x = "", i; "

    I'm trying to run a simple loop that will be
    See the numbers in the loop, but the loop hangs.

    I need to know how to solve the problem.

    JOL

    It is not pure JavaScript code, but the code HTML.

    You cannot run this code via Notepad.

    In the second example, you are missing a container with id = 'demo' and you also call the function.

    data:text/html;charset=utf-8;base64,PGh0bWw+Cjxib2R5PgoKPGgxPk15IEZpcnN0IFdlYiBQYWdlPC9oMT4KCjxzY3JpcHQ+CmRvY3VtZW50LndyaXRlKCI8cD5NeSBGaXJzdCBKYXZhU2NyaXB0PC9wPiIpOwo8L3NjcmlwdD4KCjwvYm9keT4KPC9odG1sPgo=
    
    data:text/html;charset=utf-8;base64,PGh0bWw+Cjxib2R5Pgo8cCBpZD0iZGVtbyI+PC9wPgoKPHNjcmlwdD4KZnVuY3Rpb24gbXlGdW5jdGlvbigpCnsKdmFyIHg9IiIsaTsKZm9yIChpPTA7aTw1O2krKykKICB7CiAgeD14ICsgIlRoZSBudW1iZXIgaXMgIiArIGkgKyAiPGJyPiI7CiAgfQpkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgiZGVtbyIpLmlubmVySFRNTD14Owp9Cm15RnVuY3Rpb24oKTsKPC9zY3JpcHQ+Cgo8L2JvZHk+CjwvaHRtbD4K
  • Java JDK error message won't go away

    I've updated my iMac with OS X El Capitan recently and now I get a Java error message pop-up every hour or so...

    It is said

    Use the "java" command line tool, you must install a JDK "

    Click on 'more information... "to visit the site to download the Java SDK.

    I tried the OK button and more information and follow the links, but as much as I try I can't get rid of this annoying error message.

    Any ideas anyone?

    A

    If you have installed the plugin of Facebook video appeal and you no longer want to use it, you can remove it as follows.

    1 back up all data.

    2. open the library folder in your home folder by holding down the option key and selecting

    Go ▹ library

    in the Finder menu bar.

    3. place these items in the library folder to the Trash:

    LaunchAgents/com.facebook.videochat.name.plist

    Support/Facebook app

    Here the name represents the name of your Facebook.

    4 log off or restart the computer, and then empty the trash.

    B

    If you do not use this plugin, or any other software (for example, some Adobe products), which depends on Java, install the Java runtime distributed by Apple.

    C

    If you do not have the Facebook plugin and you don't want to install Java, please ask for further instructions.

  • Games Pogo... java not installed or disabled error message. or obsolete.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Hello

    Welcome to Microsoft Windows 7 answers Forum!

    You can try the following steps and check whether the problem is resolved.

    Step 1:

    You must add pogo.com to first trusted sites and check for the issue.

    To do so follow the steps below.

    1 - click on tools and Internet Options

    2. - click on the Security tab, trusted sites, and then click the Sites button

    3 - uncheck the box under the Web site listing 'require a secure... Server. »

    4. - type up pogo.com (as opposed to www.pogo.com) in the box and click Add

    5 - click on close

    6 - click the Privacy tab and the settings under Blocker button

    7 - Pogo.com add to the list

    Step 2:

    Try updating your Flash player and Java to do this visit the link below.

    http://get.Adobe.com/flashplayer/?promoid=BUIGP

    http://www.Java.com/en/

     

    For reference:

    http://www.Java.com/en/download/help/Pogo.XML?OS=Vista&JRE=6.0

    Thank you, and in what concerns:

    Suresh Kumar-Microsoft Support.

    Visit our Microsoft answers feedback Forumand let us know what you think.

  • error messages and java help

    I tried to download the update and everything I get error 80072EFE id codes, 8024402C & 57 c please someone could explain why I get these messages, and why I can't load java it ask me again, but when I try it seems to load & then the next time I'm going to a program its asking me to load java new
    I just got broadband and having bad conecting to the internet it keep saying cannot conect, I haved a computer samsung laptop centrino duo

    Hello rullion27,

    Welcome to Microsoft Answers Forum. You can try to run the Windows update tool given that updates do not settle. This tool is offered automatically through Windows Update on computers that have a condition that the tool could solve. You can try to run the Windows update tool given that updates do not settle. This tool is offered automatically through Windows Update on computers that have a condition that the tool could solve. You can try to run the Windows update tool given that updates do not settle. This tool is offered automatically through Windows Update on computers that have a condition that the tool could solve.

    Here is a link to that contains information about the analysis tool:

    http://support.Microsoft.com/kb/947821

    If this does not work, try to reset the policy for the update of the Windows registry.

    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/) how to back up and restore the registry in Windows

    1. Click Start, type services.msc in the search box, and click OK.

    2. double-click on "Windows Update" in the list and stop the service.

    3 minimize this window.

    4. Click Start, type regedit in the search box, and click OK.

    5. save the registry and delete the following registry key:

    HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate

    6 go back, services and start the Windows Update service.

    7. try to do updates now.

    Constantly asking Java updates to install, you can check which updates are installed on the computer from the Java Web site. Here is a link to download and install updates:

    http://www.Java.com/en/download/manual.jsp

    You can also try to remove (uninstall) the previous version of the installed Java updates, then try to download it from the above Web site.

    I see you have also problems to connect to Internet. Need us more information on how you are trying to connect and what is the exact error message you get when you try to connect.

    How long you have been this error?

    You did changes to the operating system before you make this mistake?

    New hardware/software installed?

    I hope this information helps.

    Thank you.
    Irfan H, Engineer Support Microsoft Answers. Visit our Microsoft answers feedback Forum and let us know what you think.

  • How "" re - install platform. "" DLL '? My Photoshop Elements no longer works because of this error message

    I couldn't open my program Photoshop Elements I receive an error message that says that I should "re-insstall platform. DLL - this is what and how do I do it? I tried to reload Photoshop elements, but not luck. Thank you everyone!

    Platform.dll is not a file of Windows XP.
    Do you by chance have any Comodo product installed on your PC? I found a few sites that have it, but they are for Comodo.

  • Java will not add/remove programs uninstall. When running java get error (java script false) when trying to uninstall get error message (error application of transformations

    When running java get error (java script false) when trying to uninstall get error message (error application of transformations. Went to sunmicro systems, but can not find help. Also having problems with script errors. I'm debugging the scripts not controlled. Using windows xp IE8.

    I think I need some type of uninstaller or need assistance.

    TYVM

    Connie Pitre

    E-mail address is removed from the privacy *.

    Hello

    Try the methods provided below and check if the problem persists.

    Method 1:

    Try the steps in the link below of the Java Support to solve the problem with the error application transforms during the uninstalling of Java.

    Error application of transformations

    http://Java.com/en/download/help/error_applying_transforms.XML

    Method 2:

    To fix problems with the Script in Internet Explorer error click the link below.

    How to resolve script errors in Internet Explorer on Windows computers

    http://support.Microsoft.com/kb/308260

  • Why do I get an error message when tryimg to remove the old version of java

    I am trying to remove an old version of java. new version is installed but iam gettind incomplete uninstallation oes and an error message

    Hello

    • What is you receive the exact error message?

    You can check these links:

    How to uninstall Java on my Windows computer?

    http://www.Java.com/en/download/uninstall.jsp

    After uninstalling Java, how to remove its entry in Add/Remove programs?

    http://www.Java.com/en/download/help/regkey_addremove.XML

    How can I clear the Java cache?

    http://www.Java.com/en/download/help/plugin_cache.XML

  • Error message: your browser must have Java enabled to use the Client for Java when you try to access the Citrix server.

    Original title: java question.

    I'm trying to access the Citrix server to access my work server.  When I click on an application, I get an error message: your browser must have Java enabled to use the Client for Java.  I checked and the right version of Java installed and removed the old Java applications but still this message when trying to access Citrix.  Please meet w / directions for a fix.

    Start by seeing if Java has been installed correctly:

    http://www.Java.com/en/download/testjava.jsp

    or
    http://javatester.org/

  • Installing Java on windows xp... installation error message

    I have a pc running windows xp. I have problems with Java. I tried to uninstall all versions of Java on my computer. I get an error message: this installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package.  I had a friend who said they could fix and uninstalled the Java files on in the back. More files must be out there that has not fixed the problem. I get the same error code. Is that what I can do to get java run correctly? HELP please.

    Click on the link below. Scroll down to the instructions section to locate download file appropriate for your system. Download and install the package.

    Windows install 4.5 Redistributable

    You should then be able to install Java. Let us know the results.

  • Java Virtual Machine Launcher displays, "Unable to access c lib\MP3Rocket.jar" from recently, I get this error message when I try to open my file sharing program "MP3 Rocket". HOW CAN I FIX OR STOP THIS?

    I tried to uninstall and re install MP3 Rocket and the same error message appeared.  The error message window is titled "Java Virtual Machine Launcher" and the error message said: "Unable to access c lib\MP3Rocket.jar" Please HELP!  Any ideas on a fix so I can get my music back!

    Hi I have just solved this problem by going to Java Virtual Machine Launcher poster, "Unable to access c ... . and from there to the MP3 Rocket help site and the connection. From there on, I was able to download MP3 Rocket Pro, but I've changed where I put it, I created a new thing entirely next folder that I knew I had the program back and working again. I did it without having to go through the default programs bit. Give it a try. It is simple and easy. Sometimes I think that we have an overload of information and I found happened to me. I'm not a computer whizz at all. Just a cranky older woman tired of all this.

  • error message 1606, I receive the error message when I try to update Java (online or offline), or uninstall old java in 1606.

    I get the error message when I try to update Java (online or offline), or uninstall old java in 1606. But only on this suburb running vista on my other two running Xp and W7 without problem, is there a known compatibility problem?

    Are you access denied messages when you try to uninstall or 'you don't have privileges... "

    You are comfortable with using 1) a command prompt?  (2) editing the registry?

    Try this:

    Don't forget to back up the Windows registry before making any changes

    How to back up and restore the registry in Windows XP

    http://support.Microsoft.com/kb/322756

    Uninstall Java

    Uninstall Java

    http://www.tech-FAQ.com/uninstall-Java.html

  • I just bought Windows 7 upgrade Windows Vista. I get the error message: operation is not supported on this platform. What should I do to get this latest version in my computer?

    The upgrade from Vista to Windows 7

    I just bought Windows 7 upgrade Windows Vista. I get the error message: operation is not supported on this platform. What should I do to get this latest version in my computer?

    Have you tried to do an upgrade installation or a custom installation?  A custom installation requires you to back up your files and settings with Windows Easy Transfer and then reinstall everything after installing the new.  If an update install does not install work, you need to do a custom.

    In addition, a Windows 7 Anytime Upgrade will not work and you get a message from a platform if you have bought a UA and tried to use it with Vista.  Vista upgrade requires a detail, a copy in the Windows 7 box.

  • Installation of Java has wiped out everything on the computer receiver error message: "windows-delayed write filed" hard drive failure ' x 5

    I installed java and it wiped out my computer, no program, no picures, no parameters on the left? He even wiped my restore points.

    I tried to restore to the point of installation of java, but alas nothing has happened, now I get all these boxes warning "windows-delayed write filed" hard drive failure ' x 5 and also warning mean my HDD is in peril of the personal data.  This single icon left on my desk is the internet explore and internet runs very slowly, I am reluctant to sign something incase, there a virus or something.

    Please help me!

    Hi Carolinelightfoot,

    This error message occurs when the system could not read and write data to the registry file. The error indicates a problem with the registry.

    Method 1:

    You can run a Checkdisk to see if there are drive errors that can cause this problem.

    Check your hard drive for errors

    Note: When you run the disk check, there is a chance of losing the data that you can take a backup of important data before you run checkdisk.

    Method 2:

    You can also try to boot from a full version of Windows Vista installation disc and try to perform a restore of the system to WinRE (Windows Recovery Environment)

    What are the system recovery options in Windows Vista?

    Hope this information is useful.

Maybe you are looking for