Class SimpleTest

java.lang.Object
org.nfunk.jepexamples.SimpleTest

public class SimpleTest extends Object
A seven line program for testing whether the JEP library can be found by the compiler and at run-time.
Upon successful compilation and running of the program, the program should print out one line: "1+2 = 3.0"
  • Constructor Details

    • SimpleTest

      public SimpleTest()
  • Method Details

    • main

      public static void main(String[] args)