cancel
Showing results for 
Search instead for 
Did you mean: 

Auto executed code

Former Member
0 Kudos

Hi,

I created an application that contains only one component. And that component only one wiew with one label.

When the application starts, the label is shown correctly (ufff...).

If I add some external jars to the project (only add, don't use their classes or anything else) and then I execute the application again,

I find the following exception:

org.idoox.wasp.WaspInternalException: Systinet server or client can't be started without 'wasp.location' argument

I know how I can correct this problem, but... what is the code ralated to the included jars and where is it executing? (As I said, I only have included the jars...)

Thanks,

Ricad.

Accepted Solutions (1)

Accepted Solutions (1)

former_member85655
Active Participant
0 Kudos

Well it could be that somewhere in the runtime path(if not your code someother framework code maybe) is of a similar name. There seems to be a name conflict that the classloader cannot resolve and this is leading to a problem.

Regards,

Arun

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Oscar,

Check the library references and sharing references in your project properties. If you find these libs there, ther lies your answer .

Regards,

Satyajit.