| Summary: | com.sun.image.codec.jpeg.JPEGDecodeParam cannot be resolved | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Nathan M <ngmlinux> |
| Component: | Resources | Assignee: | 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
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. 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. 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. |