在 java 程序中(使用 NetBeans)如何不使用 sun 包 package com.sun.image.codec.jpeg,保存从 WebCam 捕获的 lti-civil 库生成的图像?
为了转换成 jar-file ,我们遇到了这个错误:
错误:com.sun.image.codec.jpeg 包不存在
导入 com.sun.image.codec.jpeg.JPEGCodec
请问我该如何解决这个问题?谢谢
在 java 程序中(使用 NetBeans)如何不使用 sun 包 package com.sun.image.codec.jpeg,保存从 WebCam 捕获的 lti-civil 库生成的图像?
为了转换成 jar-file ,我们遇到了这个错误:
错误:com.sun.image.codec.jpeg 包不存在
导入 com.sun.image.codec.jpeg.JPEGCodec
请问我该如何解决这个问题?谢谢