How to include a project in another project using ClassLoader
- by Steven
hi,
i want have access of a project(like it classes) into another project.Can i use ClasLoader for that? If so how can i do that?
Ex-I want to access classes in Project A in Project B.