Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: No access to website java applet

  1. #1
    Join Date
    Jul 2006
    Location
    SI, NY USA
    Beans
    44
    Distro
    Ubuntu 15.04 Vivid Vervet

    No access to website java applet

    Hello all - I'm trying to use a website www.jmeeting.com. There is a java applet that is supposed to run to see the chat rooms and cams but every time I go to the site I get an error message "Exception starting applet". I have installed the sun jave -jre from the Synaptic package manager and am unsure what to do next.

    Thanks in advance,

    Chris
    As the Buddah said to the Nathan's Hot Dog man, "Make me one with everything".
    Ubuntu User 32812 | Linux User 52673

  2. #2
    Join Date
    Oct 2007
    Location
    Chicago, IL
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: No access to website java applet

    You need to make sure that the Sun JDK / JRE is the default one being used.

    Code:
    sudo update-alternatives --config java
    Then make sure the sun one is the selected option. That is usual problem I have run into.

  3. #3
    Join Date
    Jul 2006
    Location
    SI, NY USA
    Beans
    44
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: No access to website java applet

    Cromat

    Thank you for your response. I did as suggested and I DO now have Sun Java as my java platform but it didn't help with jmeeting. I still get the same error panel coming up.

    I'm not sure what to do here, since it offers me the option of a report but it's lengthy - should I post it?

    Chris
    As the Buddah said to the Nathan's Hot Dog man, "Make me one with everything".
    Ubuntu User 32812 | Linux User 52673

  4. #4
    Join Date
    Oct 2007
    Location
    Chicago, IL
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: No access to website java applet

    Yes post it, it might be the only clue as to what is the issue.

  5. #5
    Join Date
    Apr 2006
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: No access to website java applet

    Make sure you put the report in the code quotes, or it may be formatted incorrectly.
    When helping other users, I will always suggest a GUI solution first.

  6. #6
    Join Date
    Jul 2006
    Location
    SI, NY USA
    Beans
    44
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: No access to website java applet

    Hi - sorry for the delay in my response. Anyway attached is a screenshot of the log file that is generated when I try to login to the site. Sorry but I couldn't figure out how to post the file in here...

    All seems to be well until the nasty exception comes along and stops the process dead in it's tracks.

    I don't think I have any other problems with the Sun Java package. Someone suggested it might be a problem with their code at the site. Ideas?
    Attached Images Attached Images
    As the Buddah said to the Nathan's Hot Dog man, "Make me one with everything".
    Ubuntu User 32812 | Linux User 52673

  7. #7
    Join Date
    Jul 2006
    Location
    SI, NY USA
    Beans
    44
    Distro
    Ubuntu 15.04 Vivid Vervet

    Exclamation Re: No access to website java applet

    Any clue, anyone?
    As the Buddah said to the Nathan's Hot Dog man, "Make me one with everything".
    Ubuntu User 32812 | Linux User 52673

  8. #8
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: No access to website java applet

    Try to uninstall IcedTea Java browser plugin:
    Code:
    sudo apt-get remove icedtea6-plugin
    And make sure you have installed Sun Java browser plugin:
    Code:
    sudo apt-get install sun-java6-plugin
    Finally restart your browser and try again

  9. #9
    Join Date
    Jul 2006
    Location
    SI, NY USA
    Beans
    44
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: No access to website java applet

    Lykeion!

    Truly amazing - I never even heard of Iced Tea, let alone realized I had it installed. But it made all the difference. (I already had gotten the Sun Java installed) But now it works. Thank You very much.
    As the Buddah said to the Nathan's Hot Dog man, "Make me one with everything".
    Ubuntu User 32812 | Linux User 52673

  10. #10
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: No access to website java applet

    Great that it worked out for you. Could you please tag this thread as SOLVED to let others find solutions easily.

Page 1 of 2 12 LastLast

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
  •