Jump to content


Please help me with Java.


15 replies to this topic

#1 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 04 April 2009 - 03:24 PM

I am trying to access the Formula One live timing Java Applet, and all I get is a gray box.

I would think this would indicate that Java is not working, like it says in their help file.

The test at http://www.javatester.org/ says that Java is working.

The test at http://www.javateste...javascript.html says Javascript is working.

On the test at http://www.javatester.org/enabled.html I get strange results on both my 901 and my desktop.

Test number one indicates that Java is enabled but the "Indeed" is too big to fit in the box.
(I am wondering if the live timing applet does not work because the text is too big for the box.)
(Yes, I have tried making the fonts smaller.)

Test two is to make sure that the Enable Java checkbox is checked, I did that.

Test three indicates that Java is enabled.

Test four indicates that Java is not working.

I am using standard Ubuntu 8.10, and Firefox 3.0.8.

Can someone please help me with this problem?
Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.

#2 Angus77

    Advanced Member

  • Members
  • PipPipPip
  • 80 posts
  • LocationJapan

Posted 05 April 2009 - 01:45 AM

Which plugin are you working? I find the Sun version of the plugin works more reliably on my 901 than the Iced Tea plugin (Iced Tea gives me grey boxes a lot).
Eeepc 1000HE (Japanese, with XP unused & completely removed---where's my refund?!?)
Debian 6.0 & Ubuntu 10.10

#3 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 05 April 2009 - 08:19 AM

I am using the Sun version.
Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.

#4 ahbart

    Senior Member

  • Members
  • 353 posts
  • LocationLondon

Posted 05 April 2009 - 08:49 AM

Which version of sun java? Have you installed the java-plugin and the fonts? Is there another (second) version of java installed, like icedtea?

Edited by ahbart, 05 April 2009 - 08:50 AM.

Asus 901, sda (4gb), sdb (16gb), 2gb mem. Experimenting with different linuxes. Jaunty now. BIOS 2001.

#5 creepingmee

    Senior Member

  • Members
  • 714 posts

Posted 05 April 2009 - 03:03 PM

I have found even the sun version of java to be very broken in linux. My wife plays pogo games and even when I tried both version 5 and 6 of sun as well as iced tea etc, none of them worked for every game she played. (Though I must say sun's version 5 was the best out of all of them at it). Anyway, to make a long story short, the only way I have ever found to ensure you never have any compatibility problems with Java is, I installed wine, installed the windows version of firefox, and installed the sun java for windows on that. That does the trick, it's not the most elegant solution, but if you are hell bent on playing java games online I have found it's the only one that works every time...
HP DM1Z, K625, 3GB RAM, 320GB 7200 Hitachi, Ubuntu 10.10 Maverick Gnome 64bit, Great Machine.

#6 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 05 April 2009 - 03:38 PM

I have Sun Java 1.6.0_0

This is the site I am trying to access: http://www.formula1....ive_timing.html

It is the only Java site I ever use, I try to avoid plugins.
I have never seen it work with anything but Internet Explorer.
Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.

#7 Angus77

    Advanced Member

  • Members
  • PipPipPip
  • 80 posts
  • LocationJapan

Posted 07 April 2009 - 02:10 AM

Well, I just tried out the site, and everything seems to be working for _me_.

Sometimes you have both the IcedTea and Sun plugin both installed. Try uninstalling the IcedTea plugin (and reinstalling the Sun plugin just to be sure).

If that doesn't work, try
sudo update-alternatives --config java
and see which jvm you're using.

I can see that I'm using the openJDK jvm and the Sun plugin.
Eeepc 1000HE (Japanese, with XP unused & completely removed---where's my refund?!?)
Debian 6.0 & Ubuntu 10.10

#8 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 07 April 2009 - 09:03 PM

It says:

There is only 1 program which provides java
(/usr/lib/jvm/java-6-cacao/jre/bin/java). Nothing to configure.
Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.

#9 Angus77

    Advanced Member

  • Members
  • PipPipPip
  • 80 posts
  • LocationJapan

Posted 07 April 2009 - 11:31 PM

Cacao is not Sun's jvm. I've never used it.

Try installing either Sun's jvm or the openJDK jvm.

sudo apt-get install openjdk-6-jre
(which I use) or
sudo apt-get install sun-java6-jre
although you should get the openJDK if you do
sudo apt-get install default-jre

Eeepc 1000HE (Japanese, with XP unused & completely removed---where's my refund?!?)
Debian 6.0 & Ubuntu 10.10

#10 Angus77

    Advanced Member

  • Members
  • PipPipPip
  • 80 posts
  • LocationJapan

Posted 07 April 2009 - 11:32 PM

Oh, and remember to
sudo update-alternatives --config java
when you're done to make sure you're using the right jre.
Eeepc 1000HE (Japanese, with XP unused & completely removed---where's my refund?!?)
Debian 6.0 & Ubuntu 10.10

#11 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 08 April 2009 - 10:11 PM

I tried this:
sudo apt-get install openjdk-6-jre
and this:
sudo apt-get install sun-java6-jre
Then I did this:
sudo update-alternatives --config java
and tried all three alternatives, closing and re-opening Firefox in-between, and it still doesn't work.

Edited by Jack, 08 April 2009 - 10:11 PM.

Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.

#12 Angus77

    Advanced Member

  • Members
  • PipPipPip
  • 80 posts
  • LocationJapan

Posted 09 April 2009 - 02:18 AM

How long do you wait for the applet to load up? Sometimes it just takes time (and it'll give you a grey window until it's good and ready).
Eeepc 1000HE (Japanese, with XP unused & completely removed---where's my refund?!?)
Debian 6.0 & Ubuntu 10.10

#13 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 12 April 2009 - 12:59 PM

Sorry It took so long to get back to you, I've been out of town.

I waited ten minutes, and still just a gray box.
At the bottom is says "starting applet".
Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.

#14 Angus77

    Advanced Member

  • Members
  • PipPipPip
  • 80 posts
  • LocationJapan

Posted 14 April 2009 - 11:10 PM

Well, I've run out of ideas...all I can say is I have the same hardware as you running the same Ubuntu 8.10 (with adamm's kernel) and the applet loads for me fine.

Sorry!
Eeepc 1000HE (Japanese, with XP unused & completely removed---where's my refund?!?)
Debian 6.0 & Ubuntu 10.10

#15 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 15 April 2009 - 05:03 AM

Thanks for trying.
Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.

#16 Jack

    ExtrEmE User

  • Members
  • 1,282 posts
  • LocationMinneapolis, MN

Posted 08 May 2009 - 11:51 PM

Problem solved!

After installing Ubuntu 9.04 I installed the gstreamer plugins and now it works.

Many thanks again to Angus77 for all the help.
Digital Rights Malware is a virus,
any corporation employing it is no better than the Russian mob.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users