Forum Discussion

CDurkin's avatar
CDurkin
Contributor
15 years ago

Problem with command line when testing a JAVA application.

My java applications includes serveral thirdparty JAR's.  When I manual run the app I use a command line like below:     java -cp myApp.jar;thirdPartyLib1.jar;thirdPartyLib2.jar myClassName ...