at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at License.<clinit>(License.java:4)
Exception in thread "main" 异常,但是我已经把License.dll文件放到D:\Program Files (x86)\Java\jdk1.6.0_20\bin\目录下了,这是什么原因呢?环境也重启了,好奇怪
这个问题我解决了,原来是少了两个库文件,加上一切ok,呵呵