i want to access or get the class which is present in different project.How can i do that?Help
Actually the using reflections i want to access a class from different package.
Class class=”class from another project”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Eclipse IDE which has a facility to add the Project as a dependeny, by which you can use the class you want to access.
You can do that by right clicking on the project and select Buildpath configuration and in that select Projects tab and the project which has a class which you want to use.