|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Java external libraries
Can we keep on importing libraries into the build process from custom directories in the same way as before? I used to write the following lines in build.properties file in the project source:
Code:
lib.dir=${src.dir}/../lib
userLibs=\
${lib.dir}/library_1.jar:\
${lib.dir}/library_2.jar:\
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|