Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> > suppose i have a jar file called A.jar and it has a class called B. If I want to instantiate an object of B and call methods on it, what do I need to have? Do I need to include that file in my classpath? Do I need to write an import statement at the beginning of my java program? I am a newbie. plz let me know... > java -classpath dir;A.jar .....
Replies:
|
Sponsored Links
|