Xiazixuan642
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to use SunMSCAPI in the plugin ?
AnsweredHello guys, I'm going to use the sun.security.mscapi.SunMSCAPI to get the Windwos' CA-Certs to verify the https connection. Because the jdk9 had move the SunMSCAPI to the jdk.crypto.mscapi module,... -
Created how to add new domElement to maven dom?
Answeredhello, I'm trying to modify the pom.xml when creating new Project, I manage to get the pom model like this : MavenDomProjectModel model = MavenDomUtil.getMavenDomProjectModel(project, pomFile); but...