Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~717 People Reached
Favorite Tags
Member Avatar for gracin

I am trying to link a class from the book “Core Java” that has worked for years. The class is called “Format”. When I try to compile, I get the error message: cannot resolve symbol symbol: method atof (java.lang.String) location: class Format The code that generates this error is: fYrDefol[j][iDay] …

Member Avatar for gracin
0
109
Member Avatar for gracin

I can't communicate with a Win 2003 Server. I have a Win 2000 machine on the same minihub but there has been no way for one to see the other. I have tried Telnet and the Remote Admin screens to no avail. Anybody have any ideas?

Member Avatar for gracin
0
76
Member Avatar for gracin

Sorry for confusing the issue by including the Format source code (I did not realize all structure format would be lost on the web site). The basic issue is this. I have a very small project (3 files). From one routine I can easily make a call to a printing …

Member Avatar for gracin
0
242
Member Avatar for gracin

I am trying to link a Core Java class (Format) that has worked well for me for years. In the same project, I have a routine that makes a call: Format.print(os, "%5.4f\n", fVar); I get a msg from the JBuilder compiler: Cannot resolve symbol: variable Format in class.... The thing …

Member Avatar for gracin
0
290