[Nix-dev] Java support in Firefox, or java in general

Vladimír Čunát vcunat at gmail.com
Thu May 24 16:48:26 CEST 2012


Hi,
I just run into the Java problems, too.

On 1 April 2012 12:02, Lluís Batlle i Rossell <viric at viric.name> wrote:
> Looking in my /nix/store, those kind of symbols appear only in gcc 3.x libs.
> Maybe the binary packagers of 1.6.0_32b03 built it for gcc 3.x? Or I picked
> wrong files from the java download web site?

I don't know but it certainly seems to be a problem with Java, not
Firefox. I just manually downgraded Java and it doesn't crash anymore:

#! /nix/store/043zrsanirjh8nbc5vqpjn93hhrf107f-bash-4.2-p24/bin/bash -e
export MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH${MOZ_PLUGIN_PATH:+:}/nix/store/1hzal2913zphggpp9sfin96697y232d7-flashplayer-11.1.102.55/lib/mozilla/plugins
#export MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH${MOZ_PLUGIN_PATH:+:}/nix/store/k6r9la6k2v1lknliymwwp44bchws9r9j-jre-1.6.0_32b03/lib/amd64/plugins
export MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH${MOZ_PLUGIN_PATH:+:}/nix/store/gf5bd1mzr22qa07dpk55cgcl1z77laic-jre-1.6.0_24/lib/amd64/plugins
exec /nix/store/nlc4z5y1hm8w9s8vm6m1f5hy962xjmp5-firefox-12.0/bin/firefox
"${extraFlagsArray[@]}" "$@"

Vlada


More information about the nix-dev mailing list