Bug 306608 - Eclipse 3.5.2 can't find Class of jar file.
Summary: Eclipse 3.5.2 can't find Class of jar file.
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.6 M7   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 15:28 EDT by onigiriyama Mising name CLA
Modified: 2010-03-22 06:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.