http://docs.oracle.com/javaee/6/api/javax/xml/rpc/soap/SOAPFaultException.html
I am trying to import
javax.xml.rpc.soap.SOAPFaultException
More details in the Oracle’s documentaiton. As I understand, it says it is only available in the EE edition. I previously had SE, now just installed EE. However, javac still tells me it can’t find getDetail() element. It can find the object since this class exists in SE, but without all the methods of the EE edition of the class. It seems I am not installing EE correctly (since when I look in the scr.zip, I can’t find the right methods either). Should I uninstall SE first? Any ideas?
Try to add one of the jars listed here to your CLASSPATH.
Find there jars, that were installed with your J2EE SDK.