Bug 306608

Summary: Eclipse 3.5.2 can't find Class of jar file.
Product: [Eclipse Project] JDT Reporter: onigiriyama Mising name <mlusster>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen
Version: 3.6   
Target Milestone: 3.6 M7   
Hardware: PC   
OS: Linux   
Whiteboard:

Description onigiriyama Mising name CLA 2010-03-20 15:28:17 EDT
Build Identifier: M20100211-1343

Hello.

I use eclipse 3.5.2 in linux box.
I think eclipse can't find class of jar file under jdk-6u18-linux-i586.bin.

import com.sun.rowset.JdbcRowSetImpl; <=== eclipse fail find  JdbcRowSetImpl

Same coding under NetBeans IDE 6.8

import com.sun.rowset.JdbcRowSetImpl; <=== NetBeans find JdbcRowSetImpl correctly.

I think eclipse has problem finding class.

thank you.




Reproducible: Always
Comment 1 Remy Suen CLA 2010-03-20 16:57:02 EDT
Change your project's build path to not point at an execution environment but an actual JRE.
Comment 2 onigiriyama Mising name CLA 2010-03-21 11:56:06 EDT
(In reply to comment #1)
> Change your project's build path to not point at an execution environment but
> an actual JRE.

Thank you for reply.

Eclipse work correctly.

Best Regards.
Comment 3 Frederic Fusier CLA 2010-03-22 06:29:12 EDT
Thanks Remy for your answer :-)
Comment 4 Frederic Fusier CLA 2010-03-22 06:29:39 EDT
Verified by reporter as per comment 2.