 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
mitch Guest
|
Posted: Fri Dec 01, 2006 6:58 pm Post subject: StringBuilder error using Java 1.5 |
|
|
I just switched over from Java 1.4 to 1.5, using JBuilder 2005, and I
started getting this error message:
"StringTest.java": cannot access java.lang.StringBuilder;
java.lang.StringBuilder at line 4, column 13
for this simple program:
public class StringTest {
public StringTest() {
String s = "hello";
s = s + 'x'; // line 4
}
}
How can I fix this? Thanks. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|