Comments on: Chrome and Java plugin on Ubuntu 10.4 http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Maciak http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/#comment-21454 Mon, 20 Feb 2012 16:24:29 +0000 http://www.terminally-incoherent.com/blog/?p=11235#comment-21454

@ Chris Wellons:

Wow, that’s kinda silly. Nice of them to screw things up for non-windows users. :P

@ Mitlik:

Ah, yes – the ultimate license.

@ Andrew Zimmerman:

The standalone package from java.com does not actually install anywhere. It is a self extracting archive that just unpacks to the current directory. I figured that putting it in /opt was smarter than leaving it in my home directory. The .deb packages dump files all over the file system but that’s to be expected.

Reply  |  Quote
]]>
By: Andrew Zimmerman http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/#comment-21453 Mon, 20 Feb 2012 16:18:33 +0000 http://www.terminally-incoherent.com/blog/?p=11235#comment-21453

Yea when you start moving stuff around, and having the symlink it back to your created dir… I could see that to be annoying.
I would leave it in its default dir and symlink to your opt, rather than the other way around.
Unless that’s what you did, but either way.

I can understand the opt option though, as I believe chrome installs in the home dir?
I could see that to be annoying to some people. I’m unsure of where java installs, I thought it was all in usr/.

Reply  |  Quote
]]>
By: Mitlik http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/#comment-21436 Thu, 16 Feb 2012 20:58:09 +0000 http://www.terminally-incoherent.com/blog/?p=11235#comment-21436

@ Luke Maciak:

You should really be pushing: WTFPL ^_^

Reply  |  Quote
]]>
By: Chris Wellons http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/#comment-21430 Wed, 15 Feb 2012 16:39:36 +0000 http://www.terminally-incoherent.com/blog/?p=11235#comment-21430

I go through a similar process at work on occasion. In order for a computer to gain full network access, it either has to be fully managed by our IT department (Windows systems), or it has log in through a Java applet (Linux, Mac, etc.). There’s an example of “enterprisey stuff” for you. However, it’s a chicken-or-egg problem, since I need* internet access to install OpenJDK from the repositories.

So, like your process above, I grab the self-extracting zip from Sun, put it on a thumb drive, dump it in /tmp, softlink libnpjp2.so to plugins/, log in, apt-get install openjdk-*, then remove the softlink. Since it’s in /tmp, it will get fully blown away on the next reboot. The only difference is that I’m using Firefox instead of Chrome.

On a side note, as you may know, I’m still using Java applets for my little projects. You’re right that Java applets are clunky and HTML5 would be better. However, all my Java projects are originally standalone .jars. Turning them into Java applets is nearly trivial — the same .jar is both an applet and an executable .jar — so I still use applets in order to make my stuff more accessible.

* Yeah, I could manually grab the .debs and all the dependency .debs, but that’s a huge waste of time.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/#comment-21428 Wed, 15 Feb 2012 15:59:21 +0000 http://www.terminally-incoherent.com/blog/?p=11235#comment-21428

@ Hexren:

That might be quite likely. Ugh… Licensing! Why can’t we all just get along and use GPL or something. :P

Reply  |  Quote
]]>
By: Mart http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/#comment-21427 Wed, 15 Feb 2012 15:49:36 +0000 http://www.terminally-incoherent.com/blog/?p=11235#comment-21427

All my years using Java on Ubuntu, I never knew there was a “ControlPanel” command! How that got past my googling, we may never know..

Thanks for that!

Reply  |  Quote
]]>
By: Hexren http://www.terminally-incoherent.com/blog/2012/02/15/chrome-and-java-plugin-on-ubuntu-10-4/#comment-21425 Wed, 15 Feb 2012 15:33:24 +0000 http://www.terminally-incoherent.com/blog/?p=11235#comment-21425

Hey,

maybe you were hit by this:
https://lists.ubuntu.com/archives/ubuntu-security-announce/2011-Decemb er/001528.html

Licence foo removal of sun from ubuntu repositories.

Reply  |  Quote
]]>