Hi, follow these steps they should resolve your problem.
- first of all install Xulrunner version 1.9.2 (if you don't already have it) you can download it from here.
N.B. version must be 1.9.x otherwise it would not work
-
install Xulrunner in /usr/lib/xulrunner
-
now, open WebRatio.ini (in the WebRatio folder), and add the following command under -vmargs
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner/
your WebRatio.ini should now look like this:
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345
-vmargs
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner/
-XX:+UseConcMarkSweepGC
-XX:+UseFastAccessorMethods
...
save and try to run the learning center again