Strange behavior in Designer - compile error -

Hi
I downloaded and installed wmSamples and noticed some strange behavior in the designer.

wmSamples is using a logging class which isn’t visible in the Designer.
When I open a java service all the

util.Log.log(...);

are red and can’t be found during compilation time.

When I look in the explorer what is available in the directory structure. The Log.java and Log.class are both available under

wmSample/code/classes/util/Log.class
wmSample/code/source/util/Log.java

In other words I can run the examples and the logging is working only in the designer I see the errors?

Any advise?

Regards Dirk


project-explorer.png
packages-directory.png

Joosen – Sometimes designer could not able to locate .classes which exist in jars. You can add jars as part of ‘add external jars’ option in designer so that you can resolve your issue.

Thanks,

Hi,

this is a known issue in Designer which can be ignored.

Designer is not able to recognize remote imports as jars and dedicated classes.

As the classes are present during runtime in IS the logic is still working.

Regards,
Holger