The Windows install create a registry key and you can interrogate this value. The following code return the plug-in path on windows: public static String getVLCPluginPath(){ String command = "reg query HKLM\\SOFTWARE\\VideoLAN\\VLC /v InstallDir"; Runtime runtime = Runtime.getRuntime(); St...