tags:

views:

80

answers:

1

When I try to run from eclipse 3.5.2 a "clean" version of JBoss 3.2.1 AS downloaded from it's homepage I get an error message:

JBossTools: JBoss 3.2 Runtime - MOCK: invalid option -- b

I am using default configuration.

When I launch the same server from console everything runs just fine.

Any ideas what might be the problem?

+1  A: 

Jboss 3 is really old, I'd stay away from it if at all possible.

Your error looks to me like eclipse is trying to pass an option that isn't recognized by your version of JBoss. See above.

If you really have to use jboss 3, then you might need to make sure the other software in your toolchain is of the same vintage. Maybe try Eclipse 2.1?

pra