Bug 588607 - 2. Make the Java wrapper use the new library loader, r=blassey a=blocking-fennec

This commit is contained in:
Michael Wu
2010-10-15 11:28:03 -07:00
parent 9b0c53e293
commit 1cefab5183
4 changed files with 9 additions and 32 deletions

View File

@@ -172,7 +172,7 @@ abstract public class GeckoApp
// Load our JNI libs; we need to do this before launch() because
// setInitialSize will be called even before Gecko is actually up
// and running.
GeckoAppShell.loadGeckoLibs();
GeckoAppShell.loadGeckoLibs(getApplication().getPackageResourcePath());
if (useLaunchButton) {
final Button b = new Button(this);