com.ibm.ws.webservices.engine cannot be resolved to a type

Change Java Compiler to JDK 1.4 in RSA 7:

1. Go to Project Properties

2. Java Compiler 

3. Check Enable project specifc settiings 

4. Select 1.4 from drop down for Compiler Compliance level.

Comments

  1. Another way to fix: replace com.ibm.ws.webservice.engine.enum.* to com.ibm.ws.webservice.engine.enumtype.* and add com.ibm.ws.webservices.thinclient_7.0.0.jar to the class path. This jar can found at /runtimes/base_v7/runtimes/

    ReplyDelete

Post a Comment

Popular Posts