C:\Users\Admin\Downloads\VID_20160226_203631957.mp4
when I execute above line in command prompt the corresponding video gets played with default media player.
But when I try to do same using java Runtime class it doesnt work. I am using following method.
Runtime r= Runtime.getRuntime();
r.exec("C:\Users\Admin\Downloads\VID_20160226_203631957.mp4")
start C:\Users\Admin\Downloads\VID_20160226_203631957.mp4. If filename contains spaces use double quotes for your file path. For example: if your file name ismy file.mp4then use the command:start "my file.mp4"