How can i load a class from another project using ClassLoader
- by Steven
hi,
i want to access a class from another project in the workspace using ClassLoader. How can i specify the path to that class and get that class file ?I am using Eclipse . Help