Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 115574

Summary: com.sun.image.codec.jpeg.JPEGDecodeParam cannot be resolved
Product: [Eclipse Project] Platform Reporter: Nathan M <ngmlinux>
Component: ResourcesAssignee: Platform-Resources-Inbox <platform-resources-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: major    
Priority: P3    
Version: 3.1.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Nathan M CLA 2005-11-08 19:52:56 EST
After updating to Eclipse 3.1.1 I get the following two errors in my project:

"The project was not built since its build path is incomplete. Cannot find the
class file for com.sun.image.codec.jpeg.JPEGDecodeParam. Fix the build path then
try building this project"

"The type com.sun.image.codec.jpeg.JPEGDecodeParam cannot be resolved. It is
indirectly referenced from required .class files"
Comment 1 John Arthorne CLA 2005-11-09 09:20:05 EST
These are legitimate errors with the build path (classpath) of your project. You
can configure the build path by right clicking on the project and selecting
Properties > Build Path.  I suggest asking further questions on the
eclipse.platform.jdt newsgroup.
Comment 2 Nathan M CLA 2005-11-09 16:51:52 EST
On first inspection, that's what it looks like, however my project was fine (no
errors) until I updated Eclipse from 3.1 to 3.1.1.
Comment 3 Nathan M CLA 2005-11-09 17:26:20 EST
I found out that my update of Eclipse changed the default JVM setting from Sun's
to the open source JVM included with Ubuntu Linux, which doesn't include all of
the neccissary API's.  I changed the default back to sun's jvm and am all set. 
I appologize as this appears as though it is not a bug.