1、先找到你的工程中提供接口的类(要包含main方法)。
2、在该类中右键选择 Run as。
3、选择 Run configurations。
4、在main窗口中选择main class为本类。
5、点击Run。
6、选择你的工程,右键选择 Export。
7、在弹出的窗口中选择 runnable jar file。
8、在弹出的 runnable jar file export窗口中第一个launch configuration 中选择你刚才配置的类,第二个窗口中选择你要导出的路径
9、然后选择下一步就可以了。
java -cp ../lib/a.jar com.util.weather
cmd常用命令 cd mkdir cls alt+Enter ctrl+z_Enter
tomcat屏蔽固定ip <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="" deny=""/><Host>
Iterator it = mp.entrySet().iterator();
while (it.hasNext()) {
Map.Entry pair = (Map.Entry)it.next();
System.out.println(pair.getKey() + " = " + pair.getValue());
it.remove(); // avoids a ConcurrentModificationException
}