public static void main(String[] args) {
// 插件文件所在目录designer下的目录结构是eclipse/features and plugins的形式
String plugin = "C:\\Program Files\\Genuitec\\MyEclipse 7.5\\language\\plugins";
new CreatePluginsConfig().print(plugin);
}
}
在运行这段代码是老是出这现在这个问题,怎么解决
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterize