Hi, I am trying to compile a java file that uses static methods of a jar file. I can't seem to get the java file to recognize that these are static methods of the jar file. The jar is named FedExAPI.jar and is in /com/fedex/api/ relative to my java file. The java file imports com.fedex.api.*; which looks correct to me. I've included the error i receive below. Thanks in advance - Dave
Hi, make sure you have set your classpath properly, and just a reminder, for jar files the classpath entry should include full path to the jar file, including the jar file name. hope that helps
The future is here. It's just not evenly distributed yet. - William Gibson
Sonny GillLinkedIn Tweets
That was it. Thanks for answering such an obvious question. I was having trouble because the FedEx API was telling me to seperate multiple classpaths with a ; and I needed to use a :