Lỗi này có ý nghĩa gì?loại lồng nhau không được ẩn một kiểu kèm theo
Loại lồng nhau HelloWorld không thể che giấu một loại kèm theo
đâu HelloWorld là tên tập tin java. Đây là mã nếu bạn cần:
import net.java.games.jogl.*;
public class HelloWorld
{ // open HelloWorld
public class HelloWorld
{ // open HelloWorld
public static void main (String args[])
{ // open main
try
{ // open try
System.loadLibrary("jogl");
System.out.println("Hello World! (The native libraries are installed.)");
} // close try
catch (Exception e) // all try's need a catch
{ } // even if the catch does nothing
} // close main
} // close HelloWorld
);
THANKS !!!!!!!!!!! – user1204570