public class TestOne {
@SuppressWarnings("unused")
private static void Run(String filePath)
{
Runtime r = Runtime.getRuntime();
try
{
System.out.println(filePath);
r.exec("cmd /c start "+filePath);
} catch (IOException e)
{
e.printStackTrace();
System.out.println(e);
}
}
public static void main(String[] args) {
TestOne.Run("C:\\Users\\whaty\\Desktop\\兰博基尼品牌的视频-YouTubeSnips.mp4");
}
}
使用Jave的专业视频播放器
有关于这样的类,可以自行写
必须从SUN 下载JMF2.1安装到JDK找到javax.media 的API