posted 22 years ago
Hi all,
As the different packages in the FBN assignment uses "import suncertify.mypackage", how are we suppose to organize the jar files to submit ?
I mean, if my package suncertify.server, import the suncertify.db, and the package suncertify.client also import the db package, how do I create client.jar and server.jar ?
Do I have to include suncertify.db in both jar files ?
Thanks for your help.