Ticket #865 (closed defect: fixed)
Problems with java in the web activity
| Reported by: | joaoboscoapf | Owned by: | cjb |
|---|---|---|---|
| Priority: | high | Milestone: | Not Triaged |
| Component: | distro | Version: | |
| Keywords: | java relnote | Cc: | joaoboscoapf, walter |
| Action Needed: | never set | Verified: | no |
| Deployments affected: | Blocked By: | ||
| Blocking: |
Description
I installed Java on the laptop, wishing to run Java Applets but it didn't work.
The procedure to install Java was:
- Download Java JRE (JSE6)
- Install it
- Make a symbolic link: ln -s /usr/java/jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/xulrunner-1.8.0.4/plugins/
The output error is:
LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library libXext.so [libXext.so: cannot open shared object file: No such file or directory] LoadPlugin: failed to initialize shared library /usr/java/jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so [/usr/java/jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so: undefined symbol: _ZTVN10__cxxabiv121__vmi_class_type_infoE] LoadPlugin: failed to initialize shared library /usr/java/jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so [/usr/java/jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so: undefined symbol: _ZTVN10__cxxabiv121__vmi_class_type_infoE]
Although Java probably will be not shipped by default, I think it is important that the browser supports it.
I used a Q2B43 / 239 build laptop.
ps: To get the output I opened the developer's console and executed the following command:
sugar-activity-factory webactivity.WebActivity /usr/share/activities/Web.activity
Change History
Note: See
TracTickets for help on using
tickets.


