[Error JVM-0031] Cannot find linked method (java/lang/StringBuffer.append)
The subject line is the contents of an error message I get when loading a program to the Javelin. When I click the message I get a dialog box saying:
Error: Cannot find linked method (%s.%s).
Description: The named method could not be found.
Solution: Report the error to technical support.
My code has three StringBuffer.append calls, one to append an int, one to append a char, and one to append a string but I commented every one of them out to try to find which one it doesn't like and it still gives me the error!
I am puzzled. Ideas?
Error: Cannot find linked method (%s.%s).
Description: The named method could not be found.
Solution: Report the error to technical support.
My code has three StringBuffer.append calls, one to append an int, one to append a char, and one to append a string but I commented every one of them out to try to find which one it doesn't like and it still gives me the error!
I am puzzled. Ideas?
Comments
regards peter
was thrown. Too bad you don't have the original that threw the error.
I will look into the linker code, to see·when that particular error
is thrown. And I will check out if I can increase the allowable number
of methods in·a class, or at least throw a more correct error.
regards peter