N
NickName
Hi java gurus,
I'm a java newbie. Attempted to use JBuilder (2005) from Borland to
rebuild a jar file. It seems that the jar file has four core classes.
Rebuild failed. Yes, I've captured err msg and have requested
assistance from Borland.
In the meantime, I'm attempting to rebuild each class and to see
(possibly learn something out of it) how it works.
And here's the err msg generated upon rebuiding the FileInfo.java
class:
"FileInfo.java": cannot access java.lang.StringBuilder;
java.lang.StringBuilder at line 13, column 58
"FileInfo.java": Internal error: stack sim error on
public String toString() {
return caliberId + " - " + title + " @ " + location;
} at line 12, column 34
What exactly is it saying? Java installation not found? ???? Do you
need some additional info/bg info?
TIA.
I'm a java newbie. Attempted to use JBuilder (2005) from Borland to
rebuild a jar file. It seems that the jar file has four core classes.
Rebuild failed. Yes, I've captured err msg and have requested
assistance from Borland.
In the meantime, I'm attempting to rebuild each class and to see
(possibly learn something out of it) how it works.
And here's the err msg generated upon rebuiding the FileInfo.java
class:
"FileInfo.java": cannot access java.lang.StringBuilder;
java.lang.StringBuilder at line 13, column 58
"FileInfo.java": Internal error: stack sim error on
public String toString() {
return caliberId + " - " + title + " @ " + location;
} at line 12, column 34
What exactly is it saying? Java installation not found? ???? Do you
need some additional info/bg info?
TIA.