Info
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
Info created a post, AnsweredSigning Plugin always throws NullPointerException: pemObject must not be null
I followed the tutorial for Plugin Signing on https://plugins.jetbrains.com/docs/intellij/plugin-signing.html but no matter what I do, I always get this error: [gradle-intellij-plugin :com.ast.devm... -
Info commented, -
Info created a post, AnsweredPlugin starts jar file with SpringBoot, can't acces sqlite.db, Access denied
I develop an IntelliJ plugin which starts an extra jar file with a ProcessBuilder. This jar will start with SpringBoot and creates a sqlite database. When I start the jar from the commandline or fr... -
Info created a post, AnsweredWhere to store Microservices from Plugin
I'm developing a IntelliJ Plugin which includes some micro-services. As I can't start them out of the .zip file, I'm copying them to the temp folder each time I start them and run them from there. ...