I need help and wanted to ask if somebody knows where to get the JAR Files for my system library (eclipse helios), cause I need to use those classes PPM and PPMImage but the import declarations seem not to work
我需要帮助,想问一下是否有人知道在哪里获取我的系统库的JAR文件(eclipse helios),因为我需要使用那些类PPM和PPMImage但是导入声明似乎不起作用
package com.sun.media.imageio.plugins.pnm;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.awt.image.WritableRaster;
import java.io.*;
import java.lang.*;
import com.apple.*;
import de.medieninf.ads.*;
this is what I have implemented so far
这是我到目前为止实施的内容
I googled this hard but couldnt find anything.
我用Google搜索,但找不到任何东西。
1 个解决方案
#1
0
You need to install Java Advanced Image and its plugin Java Advanced Image I/O Tools: JAI 1.1.3 and JAI I/O Tools 1.1
您需要安装Java Advanced Image及其插件Java Advanced Image I / O工具:JAI 1.1.3和JAI I / O Tools 1.1
These provide you the PNM plugins are trying to use.
这些为您提供正在尝试使用的PNM插件。
#1
0
You need to install Java Advanced Image and its plugin Java Advanced Image I/O Tools: JAI 1.1.3 and JAI I/O Tools 1.1
您需要安装Java Advanced Image及其插件Java Advanced Image I / O工具:JAI 1.1.3和JAI I / O Tools 1.1
These provide you the PNM plugins are trying to use.
这些为您提供正在尝试使用的PNM插件。