posted 14 years ago
Hi,
Thanks for the info,
I am trying to run as per the totorial,Its running step by steb but at last in the class Orderclient.java for the OrderItem item = new OrderItem();
item.setItemId("11");
item.setQty(11);
order.getOrderItems().add(item); I am not able to add the item,Its giving me as compiler error, I had java6 installed on my m/c I made the settiongs in eclipse also,set the environment variables also,On my m/c there are jdk1.5 also but I am not using them,Please help where could be the problem.
Thanks,
Ujwwala