Xiazixuan642
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Xiazixuan642 commented, -
Xiazixuan642 created a post, AnsweredHow to use SunMSCAPI in the plugin ?
Hello 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,... -
-
Xiazixuan642 created a post, Answeredhow to add new domElement to maven dom?
hello, 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...