Hello, I picked up another BBB that I'm planning to use with an HDTV (via HDMI) to show a status web page. Unfortunately, this web page requires Java to display.
I'm running Angstrom (BBB 3013.09.04 image) and was able to successfully install Java using these directions: http://beagleboard.org/project/java/ Although I did install the newer version named "build 1.7.0_45-b18" I was intending to use the stock installation of google-chrome that comes with the Angstrom release, but am not having any luck. I saw these instructions for manual java plugin install on an x86 Linux system: http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html and tried to roughly follow them for the arm, but the most similar .so file on my system compared to the one that they have is: /home/root/jdk1.7.0_45/lib/arm/jli/libjli.so I went to the directory for google-chrome stuff: /usr/bin/chrome but there was not a plugins directory. There was an extensions directory though. I created a plugins directory in /usr/bin/chrome and added a symbolic link back to the libjli.so file. ln -s /home/root/jdk1.7.0_45/lib/arm/jli/libjli.so . For kicks and grins, I also added a symbolic link to the extensions directory: I launched google-chrome with the --enable-plugins option, but the java support still isn't there. I also launched it with --enable-plugins --enable-user-scripts --enable-extensions but still no luck. Any ideas on getting a Java plugin to work on the BBB? I'm probably not even using the correct .so file.... I'm not against switching to a different browser like Firefox. I'm also not against installing Ubuntu, Debian or whatever it takes to get a Java plugin working on this thing. The single purpose of this BBB is to display a single Java enabled web page on a big monitor. Thanks, Jim -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
