class myClass {
public static void main(String[] args) {
System.out.println("**********************************************");
System.out.println("Welcome to the java world.. by ThaiCreate.Com");
System.out.println("**********************************************");
}
}
เป็นรูปแบบคำสั่งที่แสดงข้อความ "Welcome to the java world.. by ThaiCreate.Com" ออกทางหน้าจอ
จากนั้นให้เลือก Run หรือคลิกที่ Icon ดังรูป
จากนั้นคลิกที่ Run ก็จะได้ผลลัพธ์ดังรูป ซึ่งแสดงว่าตอนนี้เราสามารถเขียนโปรแกรม Java บนโปรแกรม Eclipse บนเครื่อง Macได้แล้ว