Link to home
Start Free TrialLog in
Avatar of ww111697
ww111697

asked on

in jbuilder, how to add other project's package into my project

in jbuilder, how to add other project's customer package into my project, so that I can revise the code? the add files/packages...can only add official packages from sun, apache....
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

What about 'add directory' or something?
ASKER CERTIFIED SOLUTION
Avatar of Nick_72
Nick_72

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>> and specify a name for the library (which will be located under 'user home').
Hmm, I would say that the library will be located at exactly where it is located, which might not be 'user home'  ;-)
Avatar of Nick_72
Nick_72

lol, to clearify myself:

the file containing the paths to the package you want to import is located under 'user home' by default.
When the file is included in the project (with the steps described above) you have access to the classes. The package can of course be located anywhere on the computer.

better? ;)