import com.sun.image.codec.jpeg.*

后端 未结 6 1004
时光取名叫无心
时光取名叫无心 2020-11-27 16:37

I have a Java program when I compile it I get the following error

[javac] ...\\MyClass.java:33: package com.sun.image.codec.jpeg does not exist
[javac] impor         


        
6条回答
  •  青春惊慌失措
    2020-11-27 17:14

    Looks like you are using something that has been replaced. Maybe you are on Java 7?

    Here is something that seems to describe this, and where to go to find it's proper replacement.

提交回复
热议问题