2009
01.08

If you have problems running BankID (Norwegian Internet bank authentication) in Firefox on Ubuntu I might have the solution. I did at least have some problems starting BankID or more correctly starting Java in Firefox on Ubuntu.

I had already installed Sun’s Java implementation following the instructions I wrote about earlier. Then I had to use this trick which I found thanks to Eirik Hoem.

First, go the the plugins folder where you have installed Firefox (using a text shell/command prompt).

cd /usr/lib/firefox-3.0/plugins$

Next, create a symlink to where you have installed the Java plugin.

sudo ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

Finally, restart your browser and the problem should be solved.

9 comments so far

Add Your Comment
  1. Uh..techy!!

  2. I guess I am a geek :p

  3. Thanks, just what I needed to know

  4. Glad it was of help. I was struggling a bit before I found the solution myself so I thought it would be nice to share it.

  5. [...] previously wrote about how to get the Java-plugin working in Firefox on Ubuntu 8.* on an Intel 32 bit system. After upgrading to Ubuntu 9.04 on an AMD64 system I had the same [...]

  6. Thank you! Been quite a while since I’ve used linux (Redhat 5.0), and this was just what I needed. Bookmarked (and rssed as soon as I get home).

  7. Glad I could help. It is really a shame that the Norwegian banks/BankID providers don’t care to support Linux.

  8. Thank you so much for the useful tip! I would never be able to figure that one out by myself. :0)

  9. [...] tried to explain how to get around the Java related issues with BankID and Firefox on Ubuntu (1, 2, and 3). However, it seems that every new Ubuntu release introduce a change or two that forces [...]