Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

jar address

  Asked By: Lourdes    Date: Oct 19    Category: Java    Views: 514
  

in my project i must Create a lib directory that contains 10 jar files
and must my classpath include this jar files. my question is: i must
give my lib address or each jar files address? which of system
classpath variable or environment classpath variable?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Baylen Smith     Answered On: Oct 19

Is it a self contained application or it is contained in another
application? In case of the former, you could specify an extension lib
directory and JVM will pick all you jar  files. In case of the latter,
you will usually need to adhere to a container's standard.

 
Answer #2    Answered By: Lughaidh Fischer     Answered On: Oct 19

in Java standard edition generally you must give your address  of each jar  in your lib address,
in windows both system and environment  variables can be used.

 
Didn't find what you were looking for? Find more on jar address Or get search suggestion and latest updates.




Tagged: