java text
终于把Java的环境搭建完了,测试一下,,
public class text
{
public static void main(String args[])
{
System.out.println("hello,world");
}
}
效果不错
PS D:\porgramming\vs code text> & 'd:\porgramming\java\bin\java.exe' '-XX:+ShowCodeDetailsInExceptionMessages' '-cp' 'C:\Users\WangYuanhao\AppData\Roaming\Code\User\workspaceStorage\41cfce855f250ffd89a0ca0cf27d40bf\redhat.java\jdt_ws\vs code text_e98a66e6\bin' 'text'
hello,world
PS D:\porgramming\vs code text>