Scrappy does not work with 4.5
All I get is the COMPILE FAILED.
After digging into it I found that the line:
(IScrap)scrapLoader.loadClass(className).newInstance();
results in a ClassCastException. That would mean that the newly compiled class does not implement the IScrap interface? how can that happen. does anybody having ideas?
请先登录再写评论。
Simply add the jscrappy.jar to the libraries (Classpath) of your project (ie by making a new global library)
It then works perfectly with Intellij 4.5 #2233