JUnit classpath file?
Hello all,
I had (in Idea 12.0) a JUnit test with a really long classpath, and Idea asked me if I wanted to put the classpath in a file so it would run, since it was bumping against the maximum command line size in windows. I now want to turn this feature off because my classpath is now much smaller and I want to see the classpath again. How do I do that?
Any help would be appreciated,
Thanks,
-Todd
Please sign in to leave a comment.
Hi,
unfortunately there is no UI setting for that, but you may find <property name="dynamic.classpath" value="true" /> in your workspace.xml and remove it while the project is closed, then after reopen you''ll see the classpath again