Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Chrome OS support Java applets?

As far as I know there's some kind of Linux in the Chrome OS foundations and Java is already supported there, so I don't see a technical problem. The question is whether or not they want people to run applets at all.

I would certainly appreciate it...

like image 227
Tomas Andrle Avatar asked Jan 27 '10 16:01

Tomas Andrle


People also ask

Can a Chromebook run Java programming?

With VS Code running on your Chromebook, you can start coding easily and quickly in a variety of languages and frameworks. This includes languages such as Python, JavaScript and Node. js, Java, and C#, among many more!

Is Java applet still supported?

No, there isn't. Java Applets are dead and there is no viable way to run them for the vast majority of users on the public Internet. If you are a software developer, you should abandon applets and start learning a modern full-stack framework. There are many to choose from.

Is Chrome getting rid of Java?

The Java Plugin for web browsers relies on the cross-platform plugin architecture NPAPI, which had been supported by all major web browsers for over a decade. Google's Chrome version 45 and above have dropped support for NPAPI, and therefore Java Plugin do not work on these browsers anymore.


2 Answers

No, there will be no stock support for Java within ChromeOS.

No, you should assume that there will be no JRE in stock Chromium OS builds, or in Google Chrome OS.

http://groups.google.com/group/chromium-os-discuss/browse_thread/thread/e11e5a6002f9f553/6219243e55fff96c?lnk=gst&q=java#6219243e55fff96c

Phrase is by Chris Masone. Having an @chromium.org-Mail-Adress, he should know what he says.

He also states, that

the community is more than welcome to adapt the chromium os code as they desire. If folks want to get java working on Chromium OS, please go ahead.

imho: Yes, somewhere in the future, there will be someone porting an (maybe open source) JDK/JRE to comply with Chrome OS, as there are already Java DK/RE for Linux nowadays. There are even screenshots available today which show java code being executed within Chrome.

edit: according to blog post with images as proof: Yes, mostly sure! Well - still not out of the box, but after probably modifying the repositoriy list, a

sudo apt-get install sun-java6-jre 

should do it, as it's ubuntu based. If we don't trust this news, the chance is still very high that google forks another distribution and customizes that one only on the surface, so that we can apt-get/urpmi/...

edit2: according to http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/add-a-new-package/package-management, you can build your own packages and install them. There is a sample for emacs, so java should be no problem.

like image 88
Phil Rykoff Avatar answered Oct 04 '22 00:10

Phil Rykoff


I have a CR-48 with Chrome OS and it does not support applets currently. No idea if that will change.

Personally, I think it would be nice to have applet support. The CR-48 supports the proprietary flash plugin, it should support the open source java plugin as well.

like image 41
Luis Avatar answered Oct 04 '22 00:10

Luis