Bug 189895 - The type AbstractStringBuilder is not visible
Summary: The type AbstractStringBuilder is not visible
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1.2   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.5 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2007-05-30 07:06 EDT by Dharmi CLA
Modified: 2008-09-15 09:02 EDT (History)
2 users (show)

See Also:


Attachments
Error in java from line 288 (11.27 KB, text/plain)
2007-05-30 07:10 EDT, Dharmi CLA
no flags Details
configuration details (439.62 KB, text/plain)
2007-05-30 07:11 EDT, Dharmi CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dharmi CLA 2007-05-30 07:06:46 EDT
I am using the SAP Netweaver Developer Studio version 2.0.15. It makes use of the Eclipse version 2.1.2 and Java j2sdk1.4.2_08. 

I am getting the error "The type AbstractStringBuilder is not visible" in the java code.

If you want I can email you the code. Please let me know.

Thank you in anticipation.

Best regards,
Dharmi
Comment 1 Dharmi CLA 2007-05-30 07:10:10 EDT
Created attachment 69247 [details]
Error in java from line 288
Comment 2 Dharmi CLA 2007-05-30 07:11:17 EDT
Created attachment 69248 [details]
configuration details
Comment 3 Olivier Thomann CLA 2007-05-30 07:14:00 EDT
What are your compiler settings?
What library is on the project classpath ?
Comment 4 Philipe Mulet CLA 2007-05-30 07:18:34 EDT
Also read bug 51353. Please check your build path, you are referring to Java5 (or later) Java libraries. Unless you mean to, you should be targeting 1.4 libraries.

Eclipse 2.1.x shouldn't be used to develop against 1.5 libraries, as it did not understand certain constructs introduced in the language (like bridge methods).

Comment 5 Jerome Lanneluc CLA 2008-08-26 07:14:11 EDT
Not enough information. Closing as INVALID
Comment 6 Olivier Thomann CLA 2008-09-15 09:02:00 EDT
Verified for 3.5M2 using I20080914-2000