Results 1 to 8 of 8

Thread: JDK runtime not working?

  1. #1
    Join Date
    Sep 2010
    Beans
    48

    Question JDK runtime not working?

    Hello,

    I am trying to play this java applet here http://www.chess.com/play/computer.html

    However, the page always fails to load. It just crashes.

    This is a java problem, and the same problem persists with firefox and google-chrome and chromium browser.

    Anybody know a fix for this?

    I have java/jdk installed. my
    Code:
    dpkg -l |grep jdk
    command returns:
    Code:
    ii  default-jdk                                   1:1.6-42ubuntu2                             Standard Java or Java compatible Development Kit
    ii  default-jdk-doc                               0.42ubuntu2                                 Standard Java or Java compatible Development Kit (documentation)
    ii  gcj-4.6-jdk                                   4.6.1-4ubuntu2                              gcj and classpath development tools for Java(TM)
    ii  gcj-jdk                                       4:4.6.1-2ubuntu5                            gcj and classpath development tools for Java(TM)
    ii  openjdk-6-dbg                                 6b23~pre11-0ubuntu1.11.10.1                 Java runtime based on OpenJDK (debugging symbols)
    ii  openjdk-6-demo                                6b23~pre11-0ubuntu1.11.10.1                 Java runtime based on OpenJDK (demos and examples)
    ii  openjdk-6-doc                                 6b23~pre11-0ubuntu1.11.10.1                 OpenJDK Development Kit (JDK) documentation
    ii  openjdk-6-jdk                                 6b23~pre11-0ubuntu1.11.10.1                 OpenJDK Development Kit (JDK)
    ii  openjdk-6-jre                                 6b23~pre11-0ubuntu1.11.10.1                 OpenJDK Java runtime, using Hotspot JIT
    ii  openjdk-6-jre-headless                        6b23~pre11-0ubuntu1.11.10.1                 OpenJDK Java runtime, using Hotspot JIT (headless)
    ii  openjdk-6-jre-lib                             6b23~pre11-0ubuntu1.11.10.1                 OpenJDK Java runtime (architecture independent libraries)
    ii  openjdk-6-jre-zero                            6b23~pre11-0ubuntu1.11.10.1                 Alternative JVM for OpenJDK, using Zero/Shark
    ii  openjdk-6-source                              6b23~pre11-0ubuntu1.11.10.1                 OpenJDK Development Kit (JDK) source files
    ii  openjdk-7-dbg                                 7~b147-2.0-0ubuntu0.11.10.1                 Java runtime based on OpenJDK (debugging symbols)
    ii  openjdk-7-demo                                7~b147-2.0-0ubuntu0.11.10.1                 Java runtime based on OpenJDK (demos and examples)
    ii  openjdk-7-doc                                 7~b147-2.0-0ubuntu0.11.10.1                 OpenJDK Development Kit (JDK) documentation
    ii  openjdk-7-jdk                                 7~b147-2.0-0ubuntu0.11.10.1                 OpenJDK Development Kit (JDK)
    ii  openjdk-7-jre                                 7~b147-2.0-0ubuntu0.11.10.1                 OpenJDK Java runtime, using Hotspot JIT
    ii  openjdk-7-jre-headless                        7~b147-2.0-0ubuntu0.11.10.1                 OpenJDK Java runtime, using Hotspot JIT (headless)
    ii  openjdk-7-jre-lib                             7~b147-2.0-0ubuntu0.11.10.1                 OpenJDK Java runtime (architecture independent libraries)
    ii  openjdk-7-jre-zero                            7~b147-2.0-0ubuntu0.11.10.1                 Alternative JVM for OpenJDK, using Zero/Shark
    ii  openjdk-7-source                              7~b147-2.0-0ubuntu0.11.10.1                 OpenJDK Development Kit (JDK) source files
    ii  uwsgi-plugin-jvm-openjdk-6                    0.9.8.1-1                                   Java plugin for uWSGI (OpenJDK 6)
    ii  uwsgi-plugin-jwsgi-openjdk-6                  0.9.8.1-1                                   JWSGI plugin for uWSGI (OpenJDK 6)

  2. #2
    Join Date
    Dec 2011
    Location
    Florida
    Beans
    Hidden!
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: JDK runtime not working?

    I can't see it either. I write/run Java on this computer with no problem. Maybe the app has a problem with the open JRE?

    Have you tried another Java app to make sure it's not just that particular one?

  3. #3
    Join Date
    Sep 2010
    Beans
    48

    Question Re: JDK runtime not working?

    It used to work fine on my ubuntu machine, and it works fine on my windows virtual machine. just lately, it doesn't work.

  4. #4
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: JDK runtime not working?

    Quote Originally Posted by test_tube_baby View Post
    It used to work fine on my ubuntu machine, and it works fine on my windows virtual machine. just lately, it doesn't work.
    have you gone through any updates recently ?
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  5. #5
    Join Date
    Sep 2010
    Beans
    48

    Question Re: JDK runtime not working?

    This worked on Natty. It stopped working when I moved to 11.10

  6. #6
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: JDK runtime not working?

    Ok , try it by reinstalling . we need to do purging uninstall before install .

    all the best .
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  7. #7
    Join Date
    Nov 2011
    Location
    Zagreb, Croatia
    Beans
    113
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: JDK runtime not working?

    Try to install Oracle's (ex Sun) version, here is a guide how you can do it in Ubuntu: http://sites.google.com/site/easylinuxtipsproject/java

  8. #8
    Join Date
    Sep 2010
    Beans
    48

    Talking Re: JDK runtime not working?

    Quote Originally Posted by zeljkojagust View Post
    Try to install Oracle's (ex Sun) version, here is a guide how you can do it in Ubuntu: http://sites.google.com/site/easylinuxtipsproject/java
    It works! thanks

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •