Jain Ayusch10
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
-
-
Jain Ayusch10 created a post, AnsweredRunning a shell script from my plugin's directory
Hello there, I want to run a shell script from my plugin's directory. Inside the resources directory, I've created another directory named "scripts" and have a script inside it named (let's say) s... -
-
Jain Ayusch10 created a post, AnsweredRunning console command from plugin and displaying the output
Hi there, I'm trying to execute a CURL request from my plugin and display the JSON Response in the console window. I've already tried this: https://intellij-support.jetbrains.com/hc/en-us/community... -
-
Jain Ayusch10 created a post, AnsweredPluginClassLoader ClassNotFoundException
I'm new to creating a plugin in intelliJ and was developing my first plugin. Getting this strange error: Caused by: java.lang.ClassNotFoundException: MyAction PluginClassLoader[org.example.MyPlugin...