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
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.