software:java:java

This is an old revision of the document!


Projects in Java

Below is a basic Java example and steps you can follow and apply to your filename.java. Remember Unix is case sensitive so it is very important for the filename HelloWorld.java match the class name defined in the file as HelloWorld.

HelloWorld.java
public class HelloWorld
{
  public static void main(String[] args)
  {
    System.out.println("Hello, World!");
  }
}
  • software/java/java.1533934010.txt.gz
  • Last modified: 2018-08-10 16:46
  • by anita