D
dushkin
Hello.
Please review the following fragment:
org.apache.axis.description.OperationDesc oper;
oper = new org.apache.axis.description.OperationDesc();
oper.setStyle(org.apache.axis.enum.Style.RPC); // fails to
compile: org.apache.axis cannot be resolved to a type, Syntax error on
token "enum", class expected
//oper.setStyle(org.apache.axis.constants.Style.RPC);//
compiles!
I work with eclipse and use JDK 1.4.10. No other jdk is installed on
my pc!!!
Any ideas? Thanks.
Please review the following fragment:
org.apache.axis.description.OperationDesc oper;
oper = new org.apache.axis.description.OperationDesc();
oper.setStyle(org.apache.axis.enum.Style.RPC); // fails to
compile: org.apache.axis cannot be resolved to a type, Syntax error on
token "enum", class expected
//oper.setStyle(org.apache.axis.constants.Style.RPC);//
compiles!
I work with eclipse and use JDK 1.4.10. No other jdk is installed on
my pc!!!
Any ideas? Thanks.