函数介绍:
Runtime
类代表着Java程序的运行时环境,每个Java程序都有一个Runtime实例,该类会被自动创建,我们可以通过Runtime.getRuntime()
方法来获取当前程序的Runtime实例。
java视频教程推荐:java免费视频教程
示例如下:
package com.test; public class OpenExe { /**[*]* @param args[*]*/ public static void main(String[] args) { Runtime rt = Runtime.getRuntime(); Process p = null; try { //执行的文件的位置 p =rt.exec(new String[]{"D:\\qq\\qq.exe"}); System.out.println("成功打开软件和文件!"); }catch (Exception e) { System.out.println("打开软件失败"); e.printStackTrace(); } } }
相关文章教程推荐:java编程入门
The above is the detailed content of How to open exe file in java. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool