1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

chromeでjavaプラグインを利用するには

Last updated at Posted at 2013-08-25
debのダウンロード(64bit)
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
debのダウンロード(32bit)
https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo apt-get install -y fonts-liberation
sudo dpkg -i google-chrome-stable_current_*.deb

Javaプラグインの追加

$ sudo mkdir /opt/google/chrome/plugins
$ tar xzf jre-7u25-linux-x64.tar.gz
$ sudo ln -s /home/username/jre1.7.0_25/lib/amd64/libnpjp2.so \
  /opt/google/chrome/plugins/
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?