Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can have Liferay download the version for you: Go to ControlPanel/Server/Server Administration/External Services (at least on tomcat this is the easiest way, I'm not sure about other platforms)</p> <p>The platforms there explicitly list win64 and you can be reasonably sure to get the supported version.</p> <p>Update: I found this in portal.properties. You can construct the <a href="http://xuggle.googlecode.com/svn/trunk/repo/share/java/xuggle/xuggle-xuggler/5.4/xuggle-xuggler-arch-x86_64-w64-mingw32.jar" rel="nofollow">URL</a> from this:</p> <pre><code># # Set the properties used to install Xuggler at runtime. # xuggler.jar.file[32-linux]=xuggle-xuggler-arch-i686-pc-linux-gnu.jar xuggler.jar.file[32-mac]=xuggle-xuggler-arch-i386-xuggle-darwin11.jar xuggler.jar.file[32-win]=xuggle-xuggler-arch-i686-w64-mingw32.jar xuggler.jar.file[64-linux]=xuggle-xuggler-arch-x86_64-pc-linux-gnu.jar xuggler.jar.file[64-mac]=xuggle-xuggler-arch-x86_64-xuggle-darwin11.jar xuggler.jar.file[64-win]=xuggle-xuggler-arch-x86_64-w64-mingw32.jar xuggler.jar.name[32-linux]=Linux 32-bit JVM (with GNU libc v6) xuggler.jar.name[32-mac]=Mac OS X 10.7 32-bit JVM xuggler.jar.name[32-win]=Windows 32-bit JVM xuggler.jar.name[64-linux]=Linux 64-bit JVM (with GNU libc v6) xuggler.jar.name[64-mac]=Mac OS X 10.7 64-bit JVM xuggler.jar.name[64-win]=Windows 64-bit JVM xuggler.jar.options=32-linux,32-mac,32-win,64-linux,64-mac,64-win xuggler.jar.url=http://xuggle.googlecode.com/svn/trunk/repo/share/java/xuggle/xuggle-xuggler/5.4/ </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload