Thursday, March 28, 2013
Setting the Classpath in Intellij IDEA
Setting the Classpath in Intellij IDEA:Way1 :Open Project Structure (either Ctrl+Alt+Shift+S or File > Project Structure)Select "Modules" on the far left under Project SettingsSelect the module in question in the middle paneArrange the order of the dependencies lists. One of the dependencies will be <Module Source> Which ever is listed first will be the one IDEA will give preference to. So if you want the local instance of Foo to be used,...