Using Java


  1. Check the Java Help Pages.

  2. Apply for a UND Engineering Linux Account.

  3. Log in to the Linux Server undcemcs02.und.edu .

  4. Create a Java Script such as HelloWorld.java:

  5. public class HelloWorld {
      public static void main( String args[ ] ) {
        System.out.println( "Hello World!" );
      }
    }

  6. Compile and Run the Script.
  7. For example,
       undcemcs02> /usr/bin/javac  HelloWorld.java 
       undcemcs02> /usr/bin/java   HelloWorld 
       
       Hellow World!





      My wife’s cooking is so bad we usually pray after our food.