I am developing a java application and to run this i am using some command line arguments. These command line arguments are basically a class name and function,and this particular class is in different project.
Is there any way to add this class in classpath of my java project apart from creating its jar and add it in build path.
P.S My IDE is Eclipse.

