org.nfunk.jepexamples
Class SimpleTest

java.lang.Object
  extended by 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 Summary
SimpleTest()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTest

public SimpleTest()
Method Detail

main

public static void main(String[] args)


Copyright © 2014. All rights reserved.