 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jason.Burton@McLeodSoftwa Guest
|
Posted: Tue Jan 24, 2006 10:30 pm Post subject: JBuilder 2006 VerifyError during runtime |
|
|
I've migrated my application from JBuilder 7, JRE 1.4 to JBuilder 2006,
JRE 1.5. When I run the application, there are some classes that give
VerifyErrors in areas that have worked fine for years. Sometimes when
I delete the classes directory and rebuild my project, these
VerifyErrors go away, sometimes they do not. If they do go away, the
next compile of that class might cause the VerifyError again. Has
anybody seen this before?
I've tried the -noverify vmparam, but that causes a NoSuchMethodError.
I can post detail on that if needed.
The error output is listed below:
java.lang.VerifyError: (class: com/tms/client/lib/Grid$4, method:
mouseReleased signature: (Ljava/awt/event/MouseEvent;)V) Illegal use of
nonvirtual function call
The code involved (though there is other code that causes this as
well):
table.addMouseListener(new MouseAdapter()
{
public void mouseReleased(MouseEvent e)
{
if (e.isPopupTrigger())
...............
}
}
|
|
| Back to top |
|
 |
Scooby and Scrappy Guest
|
Posted: Thu Jan 26, 2006 3:40 pm Post subject: Re: JBuilder 2006 VerifyError during runtime |
|
|
Had same problem migrating from JBuilder 2005 to JBuilder 2006. I found
a work-around, turn Project Properties : Build : Java : Incremental
Compilation off. This must be a bug in JBuilder 2006.
|
|
| Back to top |
|
 |
Jason.Burton@McLeodSoftwa Guest
|
Posted: Fri Jan 27, 2006 3:31 pm Post subject: Re: JBuilder 2006 VerifyError during runtime |
|
|
Initially, this looks to have solved my problem. Thanks for the
suggestion. Any comment from Borland on this?
Scooby and Scrappy wrote:
| Quote: | Had same problem migrating from JBuilder 2005 to JBuilder 2006. I found
a work-around, turn Project Properties : Build : Java : Incremental
Compilation off. This must be a bug in JBuilder 2006.
|
|
|
| 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
|
|