Help!

java

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions RSS
Next:  Bug#512143: evolution: fullscreen broken after se..  
Author Message
claus
External


Since: Jan 13, 2007
Posts: 3



PostPosted: Sat Jan 17, 2009 5:10 pm    Post subject: java
Archived from groups: alt>linux>suse (more info?)

Hello can anyone help me getting java to work on suse 11.1 x86_64?

linux:/usr/lib64/browser-plugins # ls
libjavaplugin_oji.so libvlcplugin.so npwrapper.nppdf.so
libjavaplugin.so npwrapper.libflashplayer.so npwrapper.so
libmoonloader.so npwrapper.nphelix.so opensc-signer.so
linux:/usr/lib64/browser-plugins # cd /usr/lib/browser-plugins/
linux:/usr/lib/browser-plugins # ls
javaplugin.so libflashplayer.so nphelix.so nphelix.xpt nppdf.so
linux:/usr/lib/browser-plugins #

I have tried everything also from the thred java-ratzel

java does not work.

Best regards Claus
Back to top
Uwe Premer
External


Since: Jan 17, 2009
Posts: 7



PostPosted: Sat Jan 17, 2009 5:10 pm    Post subject: Re: java [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Claus,

Am Sat, 17 Jan 2009 22:34:17 +0100 schrieb claus:

> Hello can anyone help me getting java to work on suse 11.1 x86_64?
>
> linux:/usr/lib64/browser-plugins # ls
> libjavaplugin_oji.so libvlcplugin.so npwrapper.nppdf.so
> libjavaplugin.so npwrapper.libflashplayer.so npwrapper.so
> libmoonloader.so npwrapper.nphelix.so opensc-signer.so
> linux:/usr/lib64/browser-plugins # cd /usr/lib/browser-plugins/
> linux:/usr/lib/browser-plugins # ls
> javaplugin.so libflashplayer.so nphelix.so nphelix.xpt nppdf.so
> linux:/usr/lib/browser-plugins #

First you have to deinstall your standard java installation.

Second you should download the newest version of java with full
64-Bit-support from here:
<https://jdk6.dev.java.net/6uNea.html>
Please use the link "Linux x64 JRE (RPM)" ->
jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin

Then open the terminal and install this binary like this:
$ chmod +x jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
$ sudo ./jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin

If then java works, its all OK.

Should your java doesn't work yet, you have to do this workaround:
generate a link from /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so to
/usr/lib64/browser-plugin

like this:
$ sudo ln
-s /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so /usr/lib64/browser-plugin

(this is one line!)

> I have tried everything also from the thred java-ratzel
>
> java does not work.

'My' java just works fine with an older version. You have now the
posibility to get the newest java-64-bit-plugin from sun. Wink

CU, Uwe

--
.::::Neutral:Neutral :Neutral.::::Neutral:::::Neutral :Neutral :Neutral ,::::,
,::\ :::\ :~~/ :::\ `:::::>:Neutral_:Neutral`:::::>:::> Neutral Neutral : -- |
`::/ :::/ :::, NeutralNeutral ,::::/ `::::Neutral,::::/ :::::Neutral ::Neutral ::Neutral :Neutral `::::'
Neutral
Back to top
Uwe Premer
External


Since: Jan 21, 2009
Posts: 3



PostPosted: Wed Jan 21, 2009 4:10 pm    Post subject: Re: java [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In <20090117225752.69f6ac6c RemoveThis @suse11.uwe-premer.de> schrieb Uwe:
>
> First you have to deinstall your standard java installation.
>
> Second you should download the newest version of java with full
> 64-Bit-support from here:
> <https://jdk6.dev.java.net/6uNea.html>
> Please use the link "Linux x64 JRE (RPM)" ->
> jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
>
> Then open the terminal and install this binary like this:
> $ chmod +x jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
> $ sudo ./jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin

Sorry, here is missing one further step:
$ rpm -iv jre-6u12-ea-linux-amd64.rpm

> If then java works, its all OK.

No, then it doesn't work.

> Should your java doesn't work yet, you have to do this workaround:
> generate a link from /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so to
> /usr/lib64/browser-plugin
>
> like this:
> $ sudo ln
> -s /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so /usr/lib64/browser-plugin

And here is one more bug in my info:
the command has to be setup like this:

$ sudo ln -s /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so
/usr/lib64/browser-plugins

(there was missing the "s" at the end, sorry)

This for your info. Wink

Uwe
--
.::::Neutral:Neutral :Neutral.::::Neutral:::::Neutral :Neutral :Neutral ,::::,
,::\ :::\ :~~/ :::\ `:::::>:Neutral_:Neutral`:::::>:::> Neutral Neutral : -- |
`::/ :::/ :::, NeutralNeutral ,::::/ `::::Neutral,::::/ :::::Neutral ::Neutral ::Neutral :Neutral `::::'
Neutral
Back to top
Uwe Premer
External


Since: Jan 21, 2009
Posts: 3



PostPosted: Wed Jan 21, 2009 4:10 pm    Post subject: Re: java [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In <20090117225752.69f6ac6c.TakeThisOut@suse11.uwe-premer.de> schrieb Uwe:
>
> First you have to deinstall your standard java installation.
>
> Second you should download the newest version of java with full
> 64-Bit-support from here:
> <https://jdk6.dev.java.net/6uNea.html>
> Please use the link "Linux x64 JRE (RPM)" ->
> jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
>
> Then open the terminal and install this binary like this:
> $ chmod +x jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
> $ sudo ./jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin

Sorry, here is missing one further step:
$ rpm -iv jre-6u12-ea-linux-amd64.rpm

> If then java works, its all OK.

No, then it doesn't work.

> Should your java doesn't work yet, you have to do this workaround:
> generate a link from /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so to
> /usr/lib64/browser-plugin
>
> like this:
> $ sudo ln
> -s /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so /usr/lib64/browser-plugin

And here are two more bugs in my info:
the command has to be setup like this:

$ sudo ln -s /usr/java/jre1.6.0_12/lib/amd64/libnpjp2.so
/usr/lib64/browser-plugins

(there was missing the "p" in the filename and the "s" at the end, sorry)

This for your info. Wink

Uwe
--
.::::Neutral:Neutral :Neutral.::::Neutral:::::Neutral :Neutral :Neutral ,::::,
,::\ :::\ :~~/ :::\ `:::::>:Neutral_:Neutral`:::::>:::> Neutral Neutral : -- |
`::/ :::/ :::, NeutralNeutral ,::::/ `::::Neutral,::::/ :::::Neutral ::Neutral ::Neutral :Neutral `::::'
Neutral
Back to top
claus
External


Since: Jan 13, 2007
Posts: 3



PostPosted: Sat Jan 24, 2009 4:10 pm    Post subject: Re: java [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Uwe Premer skrev:

Thanks a lot.

Best regards Claus
> In <20090117225752.69f6ac6c DeleteThis @suse11.uwe-premer.de> schrieb Uwe:
>> First you have to deinstall your standard java installation.
>>
>> Second you should download the newest version of java with full
>> 64-Bit-support from here:
>> <https://jdk6.dev.java.net/6uNea.html>
>> Please use the link "Linux x64 JRE (RPM)" ->
>> jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
>>
>> Then open the terminal and install this binary like this:
>> $ chmod +x jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
>> $ sudo ./jre-6u12-ea-bin-b03-linux-amd64-22_dec_2008-rpm.bin
>
> Sorry, here is missing one further step:
> $ rpm -iv jre-6u12-ea-linux-amd64.rpm
>
>> If then java works, its all OK.
>
> No, then it doesn't work.
>
>> Should your java doesn't work yet, you have to do this workaround:
>> generate a link from /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so to
>> /usr/lib64/browser-plugin
>>
>> like this:
>> $ sudo ln
>> -s /usr/java/jre1.6.0_12/lib/amd64/libnpj2.so /usr/lib64/browser-plugin
>
> And here are two more bugs in my info:
> the command has to be setup like this:
>
> $ sudo ln -s /usr/java/jre1.6.0_12/lib/amd64/libnpjp2.so
> /usr/lib64/browser-plugins
>
> (there was missing the "p" in the filename and the "s" at the end, sorry)
>
> This for your info. Wink
>
> Uwe
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum