Is it possible to debug a java program that is dependent on other jar files in VS2015? I have installed the java language support extension.
When I try, it basically tells me that it can't find the dependent jar files and it looks like the classpath is incorrect (from the executable name in task manager). What is the proper way to 'reference' other jar files (I added them to my reference) and/or what is the proper way to configure the project?