java - Using jar file in another project -
i have 1 jar file, named pwd.jar
, want use in project named sample
.
how can that? steps should perform?
note: using eclipse ide
right click project-> properties->java build path -> libraries tab -> add external jar, , browse jar
cheers
Comments
Post a Comment