I want to compile java programs using another jar. actually other jar contains method , which i am using in my java program..
I tried the -cp command , but after running a java program it require actual jar i.e used for compilation .
I want to compile java programs using another jar. actually other jar contains method , which i am using in my java program..
I tried the -cp command , but after running a java program it require actual jar i.e used for compilation .