Li Wu:
Learn to think more, honouring teachers save Thanksgiving. Leaf See root Three return one, living water Qingyuan hidden in zero.
Meekness The Lord of Conscience, Haoyuedangkong the King of Freedom. Willing to give the most ascetic no regrets, sincere advice and the line and cherish.
Os:windows7 x64
Jdk:jdk-8u131-windows-x64
Ide:eclipse Oxygen Release (4.7.0)
Code
Package Blog.jizuikud;import java.io.ioexception;/** * Runtime EXEC Open Notepad program * * @author Jizuiku * @version V17.09.29 * /public class Runtimedemo {public static void main (string[] args) {//Get an object Runtime r = Runtime.getruntime (); try {//this is quite Enter the Notepad command in the cmd window r.exec ("Notepad");} catch (IOException e) {//TODO auto-generated catch Blocke.printstacktrace ();} The most instead focusing thing to do is to print out the command input in the console after CMD returns the result//But the technology is not high enough to be able to carry on learning!}}
Result
Java is good, worth learning.
Learning resources: Itcast and Itheima Video library. If you have public resources, can share to me, with your resources to learn also can.
Blog post is to watch the video, into thinking written. It's good that the teacher speaks well. Blog bad, is to give the most bitter not serious.
JAVASE8 Basic Runtime exec Open Notepad program