cant import com.sun.xml.internal.ws.spi
807589Sep 23 2008 — edited Oct 7 2008I was intalled NetBeans IDE 6.1, JDK/JRE 1.6.0_07.
but
import com.sun.xml.internal.ws.spi.ProviderImpl;
This statement comes an error (package com.sun.xml.internal.ws.spi does not exist )
but JDK6(rt.jar) has this package and class.
why this happen?