It has been a long time since I used java and I have run into a problem.
I need to load test cases from a file and then run them.
The problem is that I need to call a method “shippingCost” from another class “Function.class” This is a compiled code, no source.
How do I call this from my class, “FunctionTest.java” inside of the public static void main.
Thanks!
The class, and the error msg.


import xx.xx.Function;(Netbeans should be able to do that automatically on command.)