Added path String variable for Windows 7/8#8
Added path String variable for Windows 7/8#8paulmatthews wants to merge 2 commits intoLeonNicholls:masterfrom
Conversation
In Windows, os.arch returns the architecture of the JVM. If os.arch contains 64, then the JVM is 64-bit and path is set to the default 64-bit VLC installation directory. Otherwise, assume the JVM to be 32-bit and set path to the default 32-bit VLC installation directory.
|
This fix just makes sure that the Java Virtual Machine and the VLC DLL's You still need to make sure that your installed and running libraries Is your VLC installation in the default directory? On Fri, Aug 23, 2013 at 9:58 PM, rmc3 notifications@github.com wrote:
|
In Windows, os.arch returns the architecture of the JVM. If os.arch
contains 64, then the JVM is 64-bit and path is set to the default
64-bit VLC installation directory. Otherwise, assume the JVM to be
32-bit and set path to the default 32-bit VLC installation directory.