Info

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Edited Signing Plugin always throws NullPointerException: pemObject must not be null
AnsweredI 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... -
Created Plugin starts jar file with SpringBoot, can't acces sqlite.db, Access denied
AnsweredI 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... -
Edited Where to store Microservices from Plugin
AnsweredI'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. ...