Example usage for com.liferay.portal.kernel.xuggler XugglerUtil installNativeLibraries

List of usage examples for com.liferay.portal.kernel.xuggler XugglerUtil installNativeLibraries

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.xuggler XugglerUtil installNativeLibraries.

Prototype

public static void installNativeLibraries(String name) throws Exception 

Source Link

Usage

From source file:com.liferay.server.admin.web.internal.portlet.action.EditServerMVCActionCommand.java

License:Open Source License

protected void installXuggler(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception {

    String jarName = ParamUtil.getString(actionRequest, "jarName");

    XugglerUtil.installNativeLibraries(jarName);
}