Search found 1 match

Go to advanced search

by lagerbie
25 May 2009 09:13
Forum: Development around libVLC
Topic: JVLC - find plugin path windows xp
Replies: 2
Views: 1667

Re: JVLC - find plugin path windows xp

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...

Go to advanced search