java update

Asked by glenn caughill

The java was working fine on download helper, then an up date messed it up, now it seems to be missing some kind of component.

I managed to download the java tar.gz, 10. whathever.

Its in the archaive manager in a usr...... libflashplayer. file. how do i get it to install from here?

The the java fix it tool says I don't have Java, I would have to, or I could not watch video.

the problem is every download program I have tried says that java is missing a component.

Download helper works about every 4 time but not like it used to.

The preferences menu where you are suposed to register the product and set the download stile.

that page isant there and it downloads in mp4 by defalt.

that ok with me.

but it is working less and less and now u-tube says it wants a java up date.

fine how do i get it out of the archive manager.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu sun-java6 Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Is your issue with Java or Flash?I don't know any sites using Java for video....

Just an FYI, the Java license has changed and oracle don't want their Java product packaging so it needs manually installing.

Revision history for this message
glenn caughill (eazyrider1957) said :
#2

yes it is using flash, and the video does work it just when i try to use
download helper, it tells me that java is missing a componant, the same is
true with all other download applications. Download helper states to go to
preferences, check conversions enabled, the next page where you set the
conversion simply isan't there. I was trying to install java but i have
never gotten pass the archive manager,

On Sun, Sep 4, 2011 at 5:41 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #170060 on sun-java6 in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/sun-java6/+question/170060
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> Is your issue with Java or Flash?I don't know any sites using Java for
> video....
>
> Just an FYI, the Java license has changed and oracle don't want their
> Java product packaging so it needs manually installing.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/sun-java6/+question/170060
>
> You received this question notification because you asked the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you give the output of:

uname -a; lsb_release -a; java -version

Thanks

Revision history for this message
glenn caughill (eazyrider1957) said :
#4

stantreeman@stantreeman-Presario-C500-RQ337UA-ABA:~$ uname -a; lsb_release -a; java -version
Linux stantreeman-Presario-C500-RQ337UA-ABA 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:05:14 UTC 2011 i686 i686 i386 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.2) (6b22-1.10.2-0ubuntu1~11.04.1)
OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
stantreeman@stantreeman-Presario-C500-RQ337UA-ABA:~$

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

try:

cd; wget -O java http://javadl.sun.com/webapps/download/AutoDL?BundleId=52240; sudo mv ./java /opt; cd /opt; sudo chmod +x ./java; sudo ./java; rm ./java; cd

You now have java installed. If you can give the output of:

sudo find /opt -iname "libnpjp2.so"

I can get it linked to your web browser, but java things should work

Revision history for this message
glenn caughill (eazyrider1957) said :
#6

worked well thank you glenn