Java Environmental Variables Setting for Windows
JAVA_HOME = The path of the installed Java Jdk. Generally, it can be described as: C:\program files\Java\jdk;
PATH = The file named bin under the path of JAVA_HOME. Generally, set as: %JAVA_HOME%\bin;
CLASSPATH = The current path + The rt.jar file & tool.jar file location (under the path of JAVA_HOME/jdk/lib). can be setted as: .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tool.jar;
Code Template in Eclipse Setup for Java Programming Specifications
window -> Preferences -> Java -> Code Style -> Code Templates -> Import the Code Template.xml. Then apply this setup and exit.
解析word的Java POI (MK)
POI在读取word文件的时候不会读取word 文件中的图片信息。