A basic program to introduce new users to java script via the IDE eclipse.
Code:
public class HelloWorld {
/**
* @param args
*/
public static void main(String[] args) {
System.out.println(“Hello World!”);
}
}
Screenshots:
Our goal is to make the OpenLab accessible for all users.
Our goal is to make the OpenLab accessible for all users.