When we use the Chrome browser that comes with pcDuino to surf the web page that has embedded scratch project, we often get the following error:
This is due to the fact that a java plug in is missing. In this post, we will show the steps to solve this issue.
1. Install icedtea-7-plugin
Click the icon LXTerminal on the desktop, and enter the following liens in the terminal:
$ sudo apt-get update && sudo apt-get install icedtea-7-plugin
When the following information is displayed, that mean a successful installation.
2. Configure Chrome
2.1 Open Chrome, and click the little wrench on the upper right corner, and then click ‘setting’:
2.2 Search for privacy under the ‘Settings’, and the information about privacy will show up in the right panel, and then we click ‘Content setting’:
2.3 Click ‘ Disable individual plug-ins…” under Plug-in:
2.4 Click Enable to enable plugin icedtea-7-plugin:
3. Play scratch project on Chrome
3.1 Navigate to http://www.vuware.com/scratch/Shuriken-vs-Zombies.html using Chrome browser
3.2 It will start to load the scratch project:
3.3 Click ‘Play’, and we can begin to play:
Leave a Reply
You must be logged in to post a comment.