Question: Getting Basic OpenMapleJava Example to function

I'm trying to run the basic example posted in the hepf files at "OpenMaple, Java, Examples".  The procedure to produce a test.class file from the test.java file seems to work fine.  But I get an error message when I try to run the test.class file as per directions.  What I am seeing is

Exception in thread "main" java.lang.NoClassDefFoundError: C:/.../test

then a bunch of stuff and finally

Could not find the main class: C:/.../test. Program will exit.

So it looks to me as if the .class file that has been created is not being found.  Anyone else have this issue?  Any solutions?

 

John A. Velling

Please Wait...